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
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.