Class javax.help.ForwardAction
java.lang.Object
|
+----javax.help.AbstractHelpAction
|
+----javax.help.ForwardAction
- public class ForwardAction
- extends AbstractHelpAction
- implements java.awt.event.MouseListener, HelpHistoryModelListener
ForwardAction
public ForwardAction(java.lang.Object control)
- Creates new ForwardAction
mouseExited
public void mouseExited(java.awt.event.MouseEvent e)
- Invoked when the mouse exits a component.
- Implements:
- mouseExited in interface java.awt.event.MouseListener
mouseReleased
public void mouseReleased(java.awt.event.MouseEvent e)
- Invoked when a mouse button has been released on a component.
- Implements:
- mouseReleased in interface java.awt.event.MouseListener
mousePressed
public void mousePressed(java.awt.event.MouseEvent e)
- Invoked when a mouse button has been pressed on a component.
- Implements:
- mousePressed in interface java.awt.event.MouseListener
mouseClicked
public void mouseClicked(java.awt.event.MouseEvent e)
- Invoked when the mouse has been clicked on a component.
- Implements:
- mouseClicked in interface java.awt.event.MouseListener
mouseEntered
public void mouseEntered(java.awt.event.MouseEvent e)
- Invoked when the mouse enters a component.
- Implements:
- mouseEntered in interface java.awt.event.MouseListener
historyChanged
public void historyChanged(HelpHistoryModelEvent e)
- Tells the listener that the history has changed.
Will enable/disable the Action depending on the events previous flag
- Implements:
- historyChanged in interface HelpHistoryModelListener
- Parameters:
e
- The HelpHistoryModelEvent