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

Field Summary

   
Fields from  com.bea.ide.actions.DefaultPaletteAction
_rgdf, _showOnMenu
 
Fields from  com.bea.ide.actions.DefaultAction
_proxy
 
Fields from interface com.bea.ide.actions.IPaletteAction
PROP_AddToMenu, PROP_DataFlavors
 

Constructor Summary

ControlDataPaletteViewDriver.JavaMethodAction()

 

Method Summary

public void
actionPerformed(ActionEvent e)
Invoked when an action occurs.
public void
propertyChange(PropertyChangeEvent e)
Updates the state of this action using the given property change event.
public void
setShowOnMenu(boolean show)
 
Methods from  com.bea.ide.actions.DefaultPaletteAction
getDataFlavors, showOnMenu
 
Methods from  com.bea.ide.actions.DefaultAction
getProxy,
 
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 com.bea.ide.actions.IPaletteAction
getDataFlavors, showOnMenu
 
Methods from interface java.beans.PropertyChangeListener
propertyChange
 

Constructor Detail

ControlDataPaletteViewDriver.JavaMethodAction

public ControlDataPaletteViewDriver.JavaMethodAction()
 

Method Detail

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)