MultiLineTextPropertyEditor.TextEditorDialogAction Class

com.bea.ide.ui.propertyeditor.editors
MultiLineTextPropertyEditor.TextEditorDialogAction Class

public static class MultiLineTextPropertyEditor.TextEditorDialogAction

    extends DefaultAction

Hierarchy
Object
  DefaultAction
    MultiLineTextPropertyEditor.TextEditorDialogAction
All Implemented Interfaces

ActionListener, EventListener, IAction, PropertyChangeListener
Enclosing class

MultiLineTextPropertyEditor

Field Summary

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

Method Summary

public void
actionPerformed(ActionEvent e)
Invoked when an action occurs.
 
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)
Description copied from IAction.actionPerformed(ActionEvent)
Invoked when an action occurs.

Parameters

e
AWT action event associated with this invocation.