DefaultDataPaletteDriver.ControlMenuAction Class

com.bea.ide.ui.palette
DefaultDataPaletteDriver.ControlMenuAction Class

public static class DefaultDataPaletteDriver.ControlMenuAction

    extends DefaultAction

Class which represents the default action for controls associated with this palette driver.


Hierarchy
Object
  DefaultAction
    DefaultDataPaletteDriver.ControlMenuAction
All Implemented Interfaces

ActionListener, EventListener, IAction, PropertyChangeListener
Enclosing class

DefaultDataPaletteDriver

Field Summary

   
Fields from  com.bea.ide.actions.DefaultAction
_proxy
 

Constructor Summary

DefaultDataPaletteDriver.ControlMenuAction(IControlLocator locator)

DefaultDataPaletteDriver.ControlMenuAction(String interfaceName, String displayName, Icon icon)

DefaultDataPaletteDriver.ControlMenuAction(String label, Icon icon)

 

Method Summary

public void
actionPerformed(ActionEvent e)
Runs this action.
 
Methods from  com.bea.ide.actions.DefaultAction
getProxy, propertyChange
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface java.awt.event.ActionListener
actionPerformed
 
Methods from interface com.bea.ide.actions.IAction
actionPerformed, propertyChange
 
Methods from interface java.beans.PropertyChangeListener
propertyChange
 

Constructor Detail

DefaultDataPaletteDriver.ControlMenuAction

public DefaultDataPaletteDriver.ControlMenuAction(IControlLocator locator)

DefaultDataPaletteDriver.ControlMenuAction

public DefaultDataPaletteDriver.ControlMenuAction(String interfaceName, 
                                                  String displayName, 
                                                  Icon icon)

DefaultDataPaletteDriver.ControlMenuAction

public DefaultDataPaletteDriver.ControlMenuAction(String label, 
                                                  Icon icon)
 

Method Detail

actionPerformed(ActionEvent) Method

public void actionPerformed(ActionEvent e)
Runs this action. A control instance for this action will be created in the control document.

Parameters

e
AWT action event associated with this invocation.