Uses of Interface
com.iamsoft.util.ui.swing.activation.Activatable
-
Packages that use Activatable 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 Activatable in com.iamsoft.util.ui.requestcache.swing
Classes in com.iamsoft.util.ui.requestcache.swing that implement Activatable Modifier and Type Class Description classDataRequestActionDisplay 'data request' screen. -
Uses of Activatable in com.iamsoft.util.ui.swing
Classes in com.iamsoft.util.ui.swing that implement Activatable Modifier and Type Class Description classEvalScriptActionclassSwingActionWraps actions so that enablement and errors can be more easily handled. -
Uses of Activatable in com.iamsoft.util.ui.swing.action
Classes in com.iamsoft.util.ui.swing.action that implement Activatable 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 Activatable in com.iamsoft.util.ui.swing.activation
Classes in com.iamsoft.util.ui.swing.activation that implement Activatable Modifier and Type Class Description classAbstractActivateableActionAdapts action to Activatable interface.classDisplayDisablementExplanationActionDetermines whether to use tooltip(s) to display the reasons that an action is disabled. -
Uses of Activatable in com.iamsoft.util.ui.swing.help.action
Classes in com.iamsoft.util.ui.swing.help.action that implement Activatable Modifier and Type Class Description classCheckForUpdateActionCheck for auto-update.classHelpContentsActionOpen help contents.classHelpIndexActionOpen help index page.classHelpSearchActionSearch help database. -
Uses of Activatable in com.iamsoft.util.ui.undo
Classes in com.iamsoft.util.ui.undo that implement Activatable Modifier and Type Class Description classGoToSnapshotActionGo to snapshot in 'Undo' history.classHistoryActionView undo/redo history.classRedoActionRedo a single action.classUndoActionUndo a single action.
-