javax.help

Class ForwardAction

Implemented Interfaces:
java.util.EventListener, MouseListener, HelpAction, HelpHistoryModelListener

public class ForwardAction
extends AbstractHelpAction
implements MouseListener, HelpHistoryModelListener

Constructor Summary

ForwardAction(Object control)
Creates new ForwardAction

Method Summary

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.

Methods inherited from class javax.help.AbstractHelpAction

addPropertyChangeListener, firePropertyChange, getControl, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled

Constructor Details

ForwardAction

public ForwardAction(Object control)
Creates new ForwardAction

Method Details

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
Specified by:
historyChanged in interface HelpHistoryModelListener
Parameters:
e - The HelpHistoryModelEvent

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.