javax.help
Class BackAction
- java.util.EventListener, MouseListener, HelpAction, HelpHistoryModelListener
void | historyChanged(HelpHistoryModelEvent e) - Tells the listener that the history has changed.
|
void | mouseClicked(MouseEvent e) - Invoked when the mouse has been clicked on a component.
|
void | mouseEntered(MouseEvent e) - Invoked when the mouse enters a component.
|
void | mouseExited(MouseEvent e) - Invoked when the mouse exits a component.
|
void | mousePressed(MouseEvent e) - Invoked when a mouse button has been pressed on a component.
|
void | mouseReleased(MouseEvent e) - Invoked when a mouse button has been released on a component.
|
BackAction
public BackAction(Object control)
Creates new BackAction
mouseClicked
public void mouseClicked(MouseEvent e)
Invoked when the mouse has been clicked on a component.
mouseEntered
public void mouseEntered(MouseEvent e)
Invoked when the mouse enters a component.
mouseExited
public void mouseExited(MouseEvent e)
Invoked when the mouse exits a component.
mousePressed
public void mousePressed(MouseEvent e)
Invoked when a mouse button has been pressed on a component.
mouseReleased
public void mouseReleased(MouseEvent e)
Invoked when a mouse button has been released on a component.