Module com.iamsoft.util.ui
Package com.iamsoft.util.ui.swing.action
Class LaunchWindowDialogWindowAction
java.lang.Object
javax.swing.AbstractAction
com.iamsoft.util.ui.swing.activation.AbstractActivateableAction
com.iamsoft.util.ui.swing.SwingAction
com.iamsoft.util.ui.swing.action.LaunchWindowDialogWindowAction
- All Implemented Interfaces:
Activatable,ActionListener,Serializable,Cloneable,EventListener,Action
Displays dialog for selecting internal frame within desktop pane.
-
Field Summary
Fields inherited from class com.iamsoft.util.ui.swing.SwingAction
ELIPSISFields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields 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
ConstructorsConstructorDescriptionLaunchWindowDialogWindowAction(JDesktopPane pDesktopPane, WindowMenu pWindowMenu) -
Method Summary
Methods inherited from class com.iamsoft.util.ui.swing.SwingAction
actionPerformed, addElipsis, decorateAction, getModifiersMethods inherited from class com.iamsoft.util.ui.swing.activation.AbstractActivateableAction
addActivationCriterion, getActivatableFacade, isDisplayingDisablementReasonsByDefault, isDisplayingDisablementReasonsByOverride, putValue, setDisplayingDisablementReasonsByDefault, setEnabled, stripTooltipMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, removePropertyChangeListener
-
Constructor Details
-
LaunchWindowDialogWindowAction
-
-
Method Details
-
execute
public void execute()Description copied from class:SwingActionPerform action.- Specified by:
executein classSwingAction
-