com.ibm.as400.ui.util
Class ClMainViewAdvancedHandler

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

public class ClMainViewAdvancedHandler
extends ClMenuActionHandler
implements ItemListener

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
ClMainViewAdvancedHandler(MenuManager menu)
           
 
Method Summary
Modifier and Type Method and Description
 void actionPerformed(ActionEvent e)
           
 void itemStateChanged(ItemEvent e)
           
 
Methods inherited from class com.ibm.as400.ui.framework.java.ActionHandler
toString
 
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

ClMainViewAdvancedHandler

public ClMainViewAdvancedHandler(MenuManager menu)
Method Detail

actionPerformed

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

itemStateChanged

public void itemStateChanged(ItemEvent e)
Specified by:
itemStateChanged in interface ItemListener