ControlDataPaletteViewDriver.JavaMethodAction Class
com.bea.ide.control
ControlDataPaletteViewDriver.JavaMethodAction Class
- public static class ControlDataPaletteViewDriver.JavaMethodAction
extends DefaultPaletteAction
Currently a dummy class so we can populate the data palette with
control methods. This is required by the Data Palette requirment
that all items must be palette actions.
-
Hierarchy
-
Object
DefaultAction
DefaultPaletteAction
ControlDataPaletteViewDriver.JavaMethodAction
-
All Implemented Interfaces
-
ActionListener
, EventListener
, IAction
, IPaletteAction
, PropertyChangeListener
-
Enclosing class
-
ControlDataPaletteViewDriver
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ControlDataPaletteViewDriver.JavaMethodAction
public ControlDataPaletteViewDriver.JavaMethodAction()
actionPerformed(ActionEvent) Method
public void actionPerformed(ActionEvent
e)
Description copied from IAction.actionPerformed(ActionEvent)
Invoked when an action occurs.
Parameters
-
e
- AWT action event associated with this invocation.
propertyChange(PropertyChangeEvent) Method
public void propertyChange(PropertyChangeEvent
e)
Description copied from IAction.propertyChange(PropertyChangeEvent)
Updates the state of this action using the given property change event. The action service
automatically propagates the following change events to all actions: Application.PROP_ActiveWorkspace
,
Application.PROP_ActiveProject
, and Application.PROP_ActiveDocumentView
.
-
Overrides
-
DefaultAction.propertyChange(PropertyChangeEvent)
Parameters
-
e
- Property change event to respond to. This may be
null
if a refresh is forced. Actions may choose to simply
ignore this case. They are guaranteed to receive notification for each of the events listed above. If their state
depends solely on those, null
may be ignored (as long as the initial state is properly set).
setShowOnMenu(boolean) Method
public void setShowOnMenu(boolean show)