Uses of Class
com.iamsoft.util.ui.swing.activation.AbstractActivateableAction
-
Packages that use AbstractActivateableAction Package Description com.iamsoft.util.ui.requestcache.swing Classes related to displaying REST request information.com.iamsoft.util.ui.swing Swing-related classes.com.iamsoft.util.ui.swing.action Action-related classes.com.iamsoft.util.ui.swing.activation Classes to determine wheher an action should be enabled.com.iamsoft.util.ui.swing.help.action Actions useable via 'Help' menu/screen.com.iamsoft.util.ui.undo Undo/redo/history classes. -
-
Uses of AbstractActivateableAction in com.iamsoft.util.ui.requestcache.swing
Subclasses of AbstractActivateableAction in com.iamsoft.util.ui.requestcache.swing Modifier and Type Class Description classDataRequestActionDisplay 'data request' screen. -
Uses of AbstractActivateableAction in com.iamsoft.util.ui.swing
Subclasses of AbstractActivateableAction in com.iamsoft.util.ui.swing Modifier and Type Class Description classEvalScriptActionclassSwingActionWraps actions so that enablement and errors can be more easily handled.Methods in com.iamsoft.util.ui.swing that return AbstractActivateableAction Modifier and Type Method Description AbstractActivateableActionReorderListPanel. getMoveDownAction()Action for moving selected items downward.AbstractActivateableActionReorderListPanel. getMoveUpAction()Action for moving selected items upward. -
Uses of AbstractActivateableAction in com.iamsoft.util.ui.swing.action
Subclasses of AbstractActivateableAction in com.iamsoft.util.ui.swing.action Modifier and Type Class Description classCascadeWindowActionclassLaunchWindowDialogWindowActionDisplays dialog for selecting internal frame within desktop pane.classLog4jPrefsActionLaunch dialog capable of manipulating log4j preferences.classSwingWorkersActionDisplays information on active swing workers.classThreadPrefsActionDisplays Thread Preferences dialog.classTileHorizontallyWindowActionclassTileVerticallyWindowAction -
Uses of AbstractActivateableAction in com.iamsoft.util.ui.swing.activation
Subclasses of AbstractActivateableAction in com.iamsoft.util.ui.swing.activation Modifier and Type Class Description classDisplayDisablementExplanationActionDetermines whether to use tooltip(s) to display the reasons that an action is disabled. -
Uses of AbstractActivateableAction in com.iamsoft.util.ui.swing.help.action
Subclasses of AbstractActivateableAction in com.iamsoft.util.ui.swing.help.action Modifier and Type Class Description classCheckForUpdateActionCheck for auto-update.classHelpContentsActionOpen help contents.classHelpIndexActionOpen help index page.classHelpSearchActionSearch help database. -
Uses of AbstractActivateableAction in com.iamsoft.util.ui.undo
Subclasses of AbstractActivateableAction in com.iamsoft.util.ui.undo Modifier and Type Class Description classGoToSnapshotActionGo to snapshot in 'Undo' history.classHistoryActionView undo/redo history.classRedoActionRedo a single action.classUndoActionUndo a single action.
-