Package javax.help
Class BackAction
java.lang.Object
javax.help.AbstractHelpAction
javax.help.BackAction
- All Implemented Interfaces:
MouseListener,EventListener,HelpHistoryModelListener,HelpAction
public class BackAction
extends AbstractHelpAction
implements MouseListener, HelpHistoryModelListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTells the listener that the history has changed.voidInvoked when the mouse has been clicked on a component.voidInvoked when the mouse enters a component.voidInvoked when the mouse exits a component.voidInvoked when a mouse button has been pressed on a component.voidInvoked when a mouse button has been released on a component.Methods inherited from class javax.help.AbstractHelpAction
addPropertyChangeListener, firePropertyChange, getControl, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
BackAction
Creates new BackAction
-
-
Method Details
-
mouseExited
Invoked when the mouse exits a component.- Specified by:
mouseExitedin interfaceMouseListener
-
mouseReleased
Invoked when a mouse button has been released on a component.- Specified by:
mouseReleasedin interfaceMouseListener
-
mousePressed
Invoked when a mouse button has been pressed on a component.- Specified by:
mousePressedin interfaceMouseListener
-
mouseClicked
Invoked when the mouse has been clicked on a component.- Specified by:
mouseClickedin interfaceMouseListener
-
mouseEntered
Invoked when the mouse enters a component.- Specified by:
mouseEnteredin interfaceMouseListener
-
historyChanged
Tells the listener that the history has changed. Will enable/disable the Action depending on the events previous flag- Specified by:
historyChangedin interfaceHelpHistoryModelListener- Parameters:
e- The HelpHistoryModelEvent
-