Uses of Class
adams.gui.flow.FlowMultiPagePane.FlowPanelFilter
-
Packages that use FlowMultiPagePane.FlowPanelFilter Package Description adams.gui.flow adams.gui.flow.menu -
-
Uses of FlowMultiPagePane.FlowPanelFilter in adams.gui.flow
Methods in adams.gui.flow that return FlowMultiPagePane.FlowPanelFilter Modifier and Type Method Description static FlowMultiPagePane.FlowPanelFilter
FlowMultiPagePane.FlowPanelFilter. valueOf(String name)
Returns the enum constant of this type with the specified name.static FlowMultiPagePane.FlowPanelFilter[]
FlowMultiPagePane.FlowPanelFilter. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in adams.gui.flow with type arguments of type FlowMultiPagePane.FlowPanelFilter Modifier and Type Method Description int[]
FlowMultiPagePane. getIndices(Map<FlowMultiPagePane.FlowPanelFilter,Boolean> filters)
Returns the indices of the flow panels that match the filter.int[]
FlowMultiPagePane. getSelectedIndices(Map<FlowMultiPagePane.FlowPanelFilter,Boolean> filters)
Returns the indices of the selected flow panels that match the filter. -
Uses of FlowMultiPagePane.FlowPanelFilter in adams.gui.flow.menu
Methods in adams.gui.flow.menu that return types with arguments of type FlowMultiPagePane.FlowPanelFilter Modifier and Type Method Description protected Map<FlowMultiPagePane.FlowPanelFilter,Boolean>
RunClearGraphicalOutput. getPanelFilter()
Returns the filter to apply to the selected flow panels.protected Map<FlowMultiPagePane.FlowPanelFilter,Boolean>
RunRun. getPanelFilter()
Returns the filter to apply to the selected flow panels.protected Map<FlowMultiPagePane.FlowPanelFilter,Boolean>
RunRunAll. getPanelFilter()
Returns the filter to apply to the selected flow panels.protected Map<FlowMultiPagePane.FlowPanelFilter,Boolean>
RunStop. getPanelFilter()
Returns the filter to apply to the selected flow panels.protected Map<FlowMultiPagePane.FlowPanelFilter,Boolean>
RunStopAll. getPanelFilter()
Returns the filter to apply to the selected flow panels.protected Map<FlowMultiPagePane.FlowPanelFilter,Boolean>
RunValidateSetup. getPanelFilter(boolean swingworker)
Returns the filter to apply to the selected flow panels.
-