A B C G I M N R S T

A

add() - Method in class com.maxistech.desktopex.SystemTray
Adds this system tray.
addSystemTrayListener(SystemTrayListener) - Method in class com.maxistech.desktopex.SystemTray
Adds a listener to system tray notification events.

B

BUTTON1 - Static variable in class com.maxistech.desktopex.SystemTrayEvent
Indicates mouse button #1; used by SystemTrayEvent.getButton()
BUTTON2 - Static variable in class com.maxistech.desktopex.SystemTrayEvent
Indicates mouse button #2; used by SystemTrayEvent.getButton()
BUTTON3 - Static variable in class com.maxistech.desktopex.SystemTrayEvent
Indicates mouse button #3; used by SystemTrayEvent.getButton()

C

com.maxistech.desktopex - package com.maxistech.desktopex
Provides platform independent desktop extension.

G

getButton() - Method in class com.maxistech.desktopex.SystemTrayEvent
Returns which, if any, of the mouse buttons has changed state.
getButtonComponent(int) - Method in class com.maxistech.desktopex.SystemTrayTargetAdapter
Gets the component that will be displayed when a button is pressed.
getIconAsFileName() - Method in class com.maxistech.desktopex.SystemTray
Gets the registered icon(s) as file names.
getIconRotationInterval() - Method in class com.maxistech.desktopex.SystemTray
Gets the time interval (in milliseconds) between icon rotation.
getToolTipText() - Method in class com.maxistech.desktopex.SystemTray
Gets the registered tool tip.
getWorkAreaBounds(Rectangle) - Method in class com.maxistech.desktopex.SystemTray
Gets the bounds of work area.
getX() - Method in class com.maxistech.desktopex.SystemTrayEvent
Gets the horizontal x position of this event relative to the screen.
getY() - Method in class com.maxistech.desktopex.SystemTrayEvent
Gets the horizontal x position of this event relative to the screen.

I

isAdded() - Method in class com.maxistech.desktopex.SystemTray
Indicates if this system tray is added.
isButtonAutoHidden(int) - Method in class com.maxistech.desktopex.SystemTrayTargetAdapter
Indicates if a component is hidden automatically when the window that owns this component is deactivated.
isIconRotationWrapped() - Method in class com.maxistech.desktopex.SystemTray
Indicates if icon rotation will wrap around.

M

mouseDblClicked(SystemTrayEvent) - Method in interface com.maxistech.desktopex.SystemTrayListener
Invoked when a mouse button has been double-clicked on a system tray.
mouseDblClicked(SystemTrayEvent) - Method in class com.maxistech.desktopex.SystemTrayAdapter
 
mouseMoved(SystemTrayEvent) - Method in interface com.maxistech.desktopex.SystemTrayListener
Invoked when a mouse cursor has been moved on a system tray (with no buttons down).
mouseMoved(SystemTrayEvent) - Method in class com.maxistech.desktopex.SystemTrayAdapter
 
mousePressed(SystemTrayEvent) - Method in interface com.maxistech.desktopex.SystemTrayListener
Invoked when a mouse button has been pressed on a system tray.
mousePressed(SystemTrayEvent) - Method in class com.maxistech.desktopex.SystemTrayAdapter
 
mouseReleased(SystemTrayEvent) - Method in class com.maxistech.desktopex.SystemTrayTargetAdapter
 
mouseReleased(SystemTrayEvent) - Method in interface com.maxistech.desktopex.SystemTrayListener
Invoked when a mouse button has been released on a system tray.
mouseReleased(SystemTrayEvent) - Method in class com.maxistech.desktopex.SystemTrayAdapter
 

N

newInstance(String) - Static method in class com.maxistech.desktopex.SystemTray
Creates a new platform-specific instance of system tray.
newInstance(String, String) - Static method in class com.maxistech.desktopex.SystemTray
Creates a new platform-specific instance of system tray.
NOBUTTON - Static variable in class com.maxistech.desktopex.SystemTrayEvent
Indicates no mouse buttons; used by SystemTrayEvent.getButton()

R

remove() - Method in class com.maxistech.desktopex.SystemTray
Removes this system tray.
removeSystemTrayListener(SystemTrayListener) - Method in class com.maxistech.desktopex.SystemTray
Removes a registered listener to system tray notification events.

S

setButtonComponent(int, Component) - Method in class com.maxistech.desktopex.SystemTrayTargetAdapter
Sets the component that will be displayed when a button is pressed.
setButtonComponent(int, Component, boolean) - Method in class com.maxistech.desktopex.SystemTrayTargetAdapter
Sets the component that will be displayed when a button is pressed.
setButtonComponentAutoHidden(int, boolean) - Method in class com.maxistech.desktopex.SystemTrayTargetAdapter
Sets if the component is hidden automatically when the window that owns this component is deactivated.
setIconAsFileName(String) - Method in class com.maxistech.desktopex.SystemTray
Registers a single icon to display that is obtained from a file of the specified name
setIconAsFileName(String[]) - Method in class com.maxistech.desktopex.SystemTray
Registers a list of icons to display that are obtained from files of the specified names.
setIconAsResourceName(String) - Method in class com.maxistech.desktopex.SystemTray
Registers a single icon to display that is obtained from a resource of the specified name from the search path used to load classes.
setIconAsResourceName(String[]) - Method in class com.maxistech.desktopex.SystemTray
Registers a list of icons to display that are obtained from resources of the specified names from the search path used to load classes.
setIconRotationInterval(long) - Method in class com.maxistech.desktopex.SystemTray
Sets the time interval (in milliseconds) between icon rotation.
setIconRotationWrapped(boolean) - Method in class com.maxistech.desktopex.SystemTray
Sets if icon rotation will wrap around.
setToolTipText(String) - Method in class com.maxistech.desktopex.SystemTray
Registers the text to display in a tool tip.
SystemTray - class com.maxistech.desktopex.SystemTray.
A platform independent system tray icon.
SystemTrayAdapter - class com.maxistech.desktopex.SystemTrayAdapter.
An abstract adapter class for receiving system tray notification events.
SystemTrayAdapter() - Constructor for class com.maxistech.desktopex.SystemTrayAdapter
 
SystemTrayEvent - class com.maxistech.desktopex.SystemTrayEvent.
An event that indicates that notification is generated from a system tray.
SystemTrayEvent(SystemTray, int, int, int) - Constructor for class com.maxistech.desktopex.SystemTrayEvent
Constructs a new SystemTrayEvent
SystemTrayListener - interface com.maxistech.desktopex.SystemTrayListener.
The listener interface for receiving events from system tray when mouse cursor is over or a mouse button is clicked on a system tray.
SystemTrayTargetAdapter - class com.maxistech.desktopex.SystemTrayTargetAdapter.
A concrete implementation of SystemTrayListener that shows target component depending on which button is pressed.
SystemTrayTargetAdapter(Component, Component, Component) - Constructor for class com.maxistech.desktopex.SystemTrayTargetAdapter
Constructs a new adapter.

T

toString() - Method in class com.maxistech.desktopex.SystemTrayEvent
 

A B C G I M N R S T

Copyright (c) 2001-2002 mAxis Technology Company. All Rights Reserved.