Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
J
M
N
R
S
T
W
A
actionPerformed(JTrayNativeMenuItem)
- Method in interface com.jpackages.jtray.
JTrayNativeMenuListener
The JTrayNativeMenuItem has been clicked on.
add(JTrayNativeMenuItem)
- Method in class com.jpackages.jtray.
JTrayNativeMenu
Add a menu item.
add(String)
- Method in class com.jpackages.jtray.
JTrayNativeMenu
Add a menu item with the specified text.
addIcon(Image)
- Method in class com.jpackages.jtray.
IconAnimation
Adds an icon to this animation from an Image.
addIcon(ImageIcon)
- Method in class com.jpackages.jtray.
IconAnimation
Adds an icon to this animation from an ImageIcon.
addIcon(String, int)
- Method in class com.jpackages.jtray.
IconAnimation
Adds an icon to this animation from a file.
addIcon(String, int, int)
- Method in class com.jpackages.jtray.
IconAnimation
Adds an icon to this animation from a file.
addJTrayListener(JTrayListener)
- Method in class com.jpackages.jtray.
JTrayIcon
Adds a JTrayListener which will be notifed of mouse events for the JTrayIcon.
addListener(JTrayNativeMenuListener)
- Method in class com.jpackages.jtray.
JTrayNativeMenu
Add a JTrayNativeMenuListener to detect native menu item click events.
addNoHideComponent(Component)
- Method in class com.jpackages.jtray.
JTrayIcon
Specifies a component that should not cause a right or left click target to hide when it is clicked.
addSeparator()
- Method in class com.jpackages.jtray.
JTrayNativeMenu
Add a menu item separator.
B
BalloonType
- Class in
com.jpackages.jtray
This abstract class defines all balloon message types.
BalloonType()
- Constructor for class com.jpackages.jtray.
BalloonType
C
clearIcons()
- Method in class com.jpackages.jtray.
IconAnimation
Removes all icons from this animation.
com.jpackages.jtray
- package com.jpackages.jtray
D
disableTargets()
- Static method in class com.jpackages.jtray.
JTrayIcon
Disables both right and left click targets for all JTrayIcon instances.
E
enableTargets()
- Static method in class com.jpackages.jtray.
JTrayIcon
Enables both right and left click targets for all JTrayIcon instances.
ERROR
- Static variable in class com.jpackages.jtray.
BalloonType
Displays an error icon in the balloon
G
getIconFilePath()
- Method in class com.jpackages.jtray.
JTrayIcon
Retrieves the file path for the icon file of this JTrayIcon if this icon was set with an icon with a file path.
getIconImage()
- Method in class com.jpackages.jtray.
JTrayIcon
Retrieves the Image of this JTrayIcon if this icon was set with an Image or ImageIcon.
getLeftHideDelay()
- Method in class com.jpackages.jtray.
JTrayIcon
Retrieves the current delay (in milliseconds) for hiding the left click target component.
getRightHideDelay()
- Method in class com.jpackages.jtray.
JTrayIcon
Retrieves the current delay (in milliseconds) for hiding the right click target component.
getText()
- Method in class com.jpackages.jtray.
JTrayNativeMenuItem
Get the text displayed in this native menu item
getToolTipText()
- Method in class com.jpackages.jtray.
JTrayIcon
Retrieves the tool tip text of this JTrayIcon.
H
hide()
- Method in class com.jpackages.jtray.
JTrayIcon
Hides this JTrayIcon.
hideLeftClickTarget()
- Method in class com.jpackages.jtray.
JTrayIcon
Hides the left click target Java component if it is visible.
hideRightClickTarget()
- Method in class com.jpackages.jtray.
JTrayIcon
Hides the right click target Java component if it is visible.
I
ICO
- Static variable in class com.jpackages.jtray.
ImageFileType
ICO includes ico files, exe files, and dll files.
IconAnimation
- Class in
com.jpackages.jtray
This class defines a list of icons to be used as frames in animation.
IconAnimation()
- Constructor for class com.jpackages.jtray.
IconAnimation
ImageFileType
- Class in
com.jpackages.jtray
This abstract class defines all supported image file types.
ImageFileType()
- Constructor for class com.jpackages.jtray.
ImageFileType
INFO
- Static variable in class com.jpackages.jtray.
BalloonType
Displays an information icon in the balloon
isAnimating()
- Method in class com.jpackages.jtray.
JTrayIcon
Is this JTrayIcon displaying animation?
isVisible()
- Method in class com.jpackages.jtray.
JTrayIcon
Is this JTrayIcon visible?
J
JAVA_SUPPORTED
- Static variable in class com.jpackages.jtray.
ImageFileType
Java Supported images include gif, png, and jpeg.
JTrayIcon
- Class in
com.jpackages.jtray
This class provides all functionality to an icon for display in the System Tray.
JTrayIcon(String, int)
- Constructor for class com.jpackages.jtray.
JTrayIcon
Constructs a JTrayIcon with the specified icon.
JTrayIcon(String, int, int)
- Constructor for class com.jpackages.jtray.
JTrayIcon
Constructs a JTrayIcon with the specified icon.
JTrayIcon(Image)
- Constructor for class com.jpackages.jtray.
JTrayIcon
Constructs a JTrayIcon with the specified Image as the icon.
JTrayIcon(ImageIcon)
- Constructor for class com.jpackages.jtray.
JTrayIcon
Constructs a JTrayIcon with the specified ImageIcon.
JTrayLibraryLoadFailedException
- Exception in
com.jpackages.jtray
This exception is thrown when the JTray library (jtray.dll) fails to load.
JTrayLibraryLoadFailedException()
- Constructor for exception com.jpackages.jtray.
JTrayLibraryLoadFailedException
JTrayListener
- Interface in
com.jpackages.jtray
This interface defines methods called when mouse clicks in a JTrayIcon are detected or if the taskbar has been created.
JTrayNativeMenu
- Class in
com.jpackages.jtray
This class specifies the menu items to be displayed in a native popup menu.
JTrayNativeMenu()
- Constructor for class com.jpackages.jtray.
JTrayNativeMenu
Constructs an empty JTrayNativeMenu.
JTrayNativeMenuItem
- Class in
com.jpackages.jtray
This class defines a native menu item.
JTrayNativeMenuItem(String)
- Constructor for class com.jpackages.jtray.
JTrayNativeMenuItem
Create a new native menu item with the specified text.
JTrayNativeMenuListener
- Interface in
com.jpackages.jtray
This interface defines the method called when native menu items are clicked.
M
mouseClickLeft(JTrayIcon, Point)
- Method in interface com.jpackages.jtray.
JTrayListener
A left mouse click has occurred.
mouseClickRight(JTrayIcon, Point)
- Method in interface com.jpackages.jtray.
JTrayListener
A right mouse click has occurred.
mouseDoubleClickLeft(JTrayIcon, Point)
- Method in interface com.jpackages.jtray.
JTrayListener
A left mouse double click has occurred.
mouseDoubleClickRight(JTrayIcon, Point)
- Method in interface com.jpackages.jtray.
JTrayListener
A right mouse double click has occurred.
N
NO_ICON
- Static variable in class com.jpackages.jtray.
BalloonType
Displays no icon in the balloon
R
releaseIcon(ImageIcon)
- Static method in class com.jpackages.jtray.
JTrayIcon
Releases resources associated with this ImageIcon.
releaseIcon(Image)
- Static method in class com.jpackages.jtray.
JTrayIcon
Releases resources associated with this Image.
releaseIcon(String, int, int)
- Static method in class com.jpackages.jtray.
JTrayIcon
Releases resources associated with this icon.
releaseIcon(String, int)
- Static method in class com.jpackages.jtray.
JTrayIcon
Releases resources associated with this icon.
removeJTrayListener(JTrayListener)
- Method in class com.jpackages.jtray.
JTrayIcon
Removes a JTrayListener.
removeLeftClickTarget()
- Method in class com.jpackages.jtray.
JTrayIcon
Removes the left click target if one has been set.
removeListener(JTrayNativeMenuListener)
- Method in class com.jpackages.jtray.
JTrayNativeMenu
Remove a JTrayNativeMenuListener.
removeNoHideComponent(Component)
- Method in class com.jpackages.jtray.
JTrayIcon
Removes a component that should not cause a right or left click target to hide when it is clicked.
removeRightClickTarget()
- Method in class com.jpackages.jtray.
JTrayIcon
Removes the right click target if one has been set.
resetIcon()
- Method in class com.jpackages.jtray.
JTrayIcon
Resets the icon displayed to the current icon set for this JTrayIcon.
S
setAnimation(IconAnimation)
- Method in class com.jpackages.jtray.
JTrayIcon
Specifies the IconAnimation to use for animation.
setAnimationFrameDelay(int)
- Method in class com.jpackages.jtray.
JTrayIcon
Specifies the delay (in milliseconds) between showing animation frames.
setDefaultMenuItem(JTrayNativeMenuItem)
- Method in class com.jpackages.jtray.
JTrayNativeMenu
Set the default menu item.
setEnabled(boolean)
- Method in class com.jpackages.jtray.
JTrayNativeMenuItem
Enable or disable this menu item.
setIcon(ImageIcon)
- Method in class com.jpackages.jtray.
JTrayIcon
Sets the icon to display with the specified ImageIcon.
setIcon(Image)
- Method in class com.jpackages.jtray.
JTrayIcon
Sets the icon to display with the specified Image as the icon.
setIcon(String, int)
- Method in class com.jpackages.jtray.
JTrayIcon
Sets the icon to display for this JTrayIcon.
setIcon(String, int, int)
- Method in class com.jpackages.jtray.
JTrayIcon
Sets the icon to display for this JTrayIcon.
setLeftClickTarget(Component)
- Method in class com.jpackages.jtray.
JTrayIcon
Sets the left click target component.
setLeftClickTarget(Component, boolean)
- Method in class com.jpackages.jtray.
JTrayIcon
Sets the left click target component.
setLeftClickTarget(JTrayNativeMenu)
- Method in class com.jpackages.jtray.
JTrayIcon
Sets the left click target native popup menu.
setLeftHideDelay(int)
- Method in class com.jpackages.jtray.
JTrayIcon
Sets the delay (in milliseconds) for hiding the left click target component after it should be hidden.
setRegistrationKey(String)
- Static method in class com.jpackages.jtray.
JTrayIcon
When you purchase a registered version of JTray, you must programmatically specify your registration key by passing it to this method.
setRightClickTarget(Component)
- Method in class com.jpackages.jtray.
JTrayIcon
Sets the right click target component.
setRightClickTarget(JTrayNativeMenu)
- Method in class com.jpackages.jtray.
JTrayIcon
Sets the right click target native popup menu.
setRightClickTarget(Component, boolean)
- Method in class com.jpackages.jtray.
JTrayIcon
Sets the right click target component.
setRightHideDelay(int)
- Method in class com.jpackages.jtray.
JTrayIcon
Sets the delay (in milliseconds) for hiding the right click target component after it should be hidden.
setToolTipText(String)
- Method in class com.jpackages.jtray.
JTrayIcon
Sets the tool tip text to be displayed for this JTrayIcon.
setVisible(boolean)
- Method in class com.jpackages.jtray.
JTrayIcon
Shows or hides this JTrayIcon.
show()
- Method in class com.jpackages.jtray.
JTrayIcon
Shows this JTrayIcon.
showAnimationOnce()
- Method in class com.jpackages.jtray.
JTrayIcon
Shows an IconAnimation one time and then reverts to the last icon defined by setIcon or the icon defined in the constructor.
showAnimationOnce(int)
- Method in class com.jpackages.jtray.
JTrayIcon
Shows an IconAnimation one time and then reverts to the last icon defined by setIcon or the icon defined in the constructor.
showBalloonMessage(String, String)
- Method in class com.jpackages.jtray.
JTrayIcon
Shows a balloon message at this JTrayIcon.
showBalloonMessage(String, String, int)
- Method in class com.jpackages.jtray.
JTrayIcon
Shows a balloon message at this JTrayIcon.
startAnimation()
- Method in class com.jpackages.jtray.
JTrayIcon
Starts an animation with the previous frame delay set/used or the default frame delay.
startAnimation(int)
- Method in class com.jpackages.jtray.
JTrayIcon
Starts an animation with the specified frame delay.
stopAnimation()
- Method in class com.jpackages.jtray.
JTrayIcon
Stops animation for this JTrayIcon if it is in progress.
T
taskbarCreated()
- Method in interface com.jpackages.jtray.
JTrayListener
The taskbar has just been created.
W
WARNING
- Static variable in class com.jpackages.jtray.
BalloonType
Displays a warning icon in the balloon
A
B
C
D
E
G
H
I
J
M
N
R
S
T
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes