com.ibm.as400.ui.framework
Class ContextButtonHelpHandler

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by com.ibm.as400.ui.framework.java.ActionHandler
          extended by com.ibm.as400.ui.framework.ContextButtonHelpHandler
All Implemented Interfaces:
ActionListener, MouseListener, Serializable, Cloneable, EventListener, Action

public class ContextButtonHelpHandler
extends ActionHandler
implements MouseListener

See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
 
Fields inherited from class com.ibm.as400.ui.framework.java.ActionHandler
menuManager
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
Constructor and Description
ContextButtonHelpHandler(Container container, JToggleButton button)
           
ContextButtonHelpHandler(MenuManager mm)
           
 
Method Summary
Modifier and Type Method and Description
 void actionPerformed(ActionEvent e)
           
 void mouseClicked(MouseEvent e)
           
 void mouseEntered(MouseEvent e)
           
 void mouseExited(MouseEvent e)
           
 void mousePressed(MouseEvent e)
           
 void mouseReleased(MouseEvent e)
           
 String toString()
          Returns a string representation of this object.
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContextButtonHelpHandler

public ContextButtonHelpHandler(MenuManager mm)

ContextButtonHelpHandler

public ContextButtonHelpHandler(Container container,
                                JToggleButton button)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

mouseClicked

public void mouseClicked(MouseEvent e)
Specified by:
mouseClicked in interface MouseListener

mouseEntered

public void mouseEntered(MouseEvent e)
Specified by:
mouseEntered in interface MouseListener

mouseExited

public void mouseExited(MouseEvent e)
Specified by:
mouseExited in interface MouseListener

mousePressed

public void mousePressed(MouseEvent e)
Specified by:
mousePressed in interface MouseListener

mouseReleased

public void mouseReleased(MouseEvent e)
Specified by:
mouseReleased in interface MouseListener

toString

public String toString()
Returns a string representation of this object.

Overrides:
toString in class ActionHandler
Returns:
this object as a string
Since:
v4r2m0