Uses of Class
adams.gui.action.AbstractPropertiesCheckBoxMenuItemAction
-
Packages that use AbstractPropertiesCheckBoxMenuItemAction Package Description adams.gui.flow.menu adams.gui.tools.spreadsheetviewer.menu -
-
Uses of AbstractPropertiesCheckBoxMenuItemAction in adams.gui.flow.menu
Subclasses of AbstractPropertiesCheckBoxMenuItemAction in adams.gui.flow.menu Modifier and Type Class Description class
AbstractFlowEditorCheckBoxMenuItemAction
Ancestor for checkbox menu item actions in the flow editor.class
ActiveGC
Enables/disables running GC after active flow execution.class
ActiveHeadless
Enables/disables headless mode for active flow.class
EditEnableUndo
Enables/disables undo.class
EditIgnoreNameChanges
Enables/disables ignoring of actor name changes.class
EditInteractiveActors
Enables/disables interactive actors.class
EditTimedActors
Enables/disables timed actors.class
FileCheckOnSave
Enables/disables flow check before saving.class
RunGC
Enables/disables running GC after flow execution.class
RunHeadless
Enables/disables headless mode.class
ViewShowAnnotations
Enables/disables annotation visibility.class
ViewShowInputOutput
Enables/disables input/output hints visibility.class
ViewShowQuickInfo
Enables/disables quickinfo visibility.class
ViewShowToolbar
Enables/disables toolbar visibility. -
Uses of AbstractPropertiesCheckBoxMenuItemAction in adams.gui.tools.spreadsheetviewer.menu
Subclasses of AbstractPropertiesCheckBoxMenuItemAction in adams.gui.tools.spreadsheetviewer.menu Modifier and Type Class Description class
AbstractSpreadSheetViewerCheckBoxMenuItemAction
Ancestor for checkbox menu item actions in the spreadsheet viewer.class
FileGarbageCollectionOnClose
Whether to run garbage collection when closing panels.class
ViewApplyToAll
Whether settings to apply to all tabs.class
ViewShowCellTypes
Allows the user to display the cell types or values.class
ViewShowFormulas
Allows the user to display formulas or the calculated values.
-