ColorChooserPropertyEditor.ColorChooserDialogAction Class

com.bea.ide.ui.propertyeditor.editors
ColorChooserPropertyEditor.ColorChooserDialogAction Class

public static class ColorChooserPropertyEditor.ColorChooserDialogAction

    extends DefaultAction

Hierarchy
Object
  DefaultAction
    ColorChooserPropertyEditor.ColorChooserDialogAction
All Implemented Interfaces

ActionListener, EventListener, IAction, PropertyChangeListener
Enclosing class

ColorChooserPropertyEditor

Field Summary

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

Method Summary

public void
actionPerformed(ActionEvent e)
Displays the color chooser dialog box.
 
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
 

Method Detail

actionPerformed(ActionEvent) Method

public void actionPerformed(ActionEvent e)
Displays the color chooser dialog box. Validation occurs after the dialog is okayed.

Parameters

e
AWT action event associated with this invocation.