Package org.pentaho.openformula.ui.util
Class SelectFieldAction
java.lang.Object
javax.swing.AbstractAction
org.pentaho.openformula.ui.util.SelectFieldAction
- All Implemented Interfaces:
ActionListener
,Serializable
,Cloneable
,EventListener
,Action
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
Constructor Summary
ConstructorsConstructorDescriptionSelectFieldAction
(Component parent, PropertyChangeListener selectorUpdateHandler, FieldDefinitionSource fieldDefinitionSource) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when an action occurs.void
dispose()
void
setFocusReturn
(Component component) Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
SelectFieldAction
public SelectFieldAction(Component parent, PropertyChangeListener selectorUpdateHandler, FieldDefinitionSource fieldDefinitionSource)
-
-
Method Details
-
actionPerformed
Invoked when an action occurs. -
setFocusReturn
-
dispose
public void dispose()
-