Uses of Class
adams.flow.setup.FlowSetup
-
Packages that use FlowSetup Package Description adams.event adams.flow.setup adams.gui.flow.setup -
-
Uses of FlowSetup in adams.event
Methods in adams.event that return FlowSetup Modifier and Type Method Description FlowSetup
FlowSetupStateEvent. getFlowSetup()
Returns the setup that triggered the event.Constructors in adams.event with parameters of type FlowSetup Constructor Description FlowSetupStateEvent(FlowSetup source, FlowSetupStateEvent.Type type)
Initializes the event. -
Uses of FlowSetup in adams.flow.setup
Fields in adams.flow.setup declared as FlowSetup Modifier and Type Field Description protected FlowSetup
FlowSetupWorker. m_Setup
the underlying flowsetup.Methods in adams.flow.setup that return FlowSetup Modifier and Type Method Description FlowSetup
FlowSetupWorker. getSetup()
Returns the underlying flow setup.FlowSetup
FlowSetupManager. remove(int index)
Removes the specified setup.FlowSetup
FlowSetupManager. set(int index, FlowSetup element)
Sets the setup at the specified location.FlowSetup
FlowSetup. shallowCopy()
Returns a shallow copy of itself.FlowSetup
FlowSetup. shallowCopy(boolean expand)
Returns a shallow copy of itself.Methods in adams.flow.setup with parameters of type FlowSetup Modifier and Type Method Description void
FlowSetupManager. add(int index, FlowSetup element)
Adds the setup at the specified location.boolean
FlowSetupManager. add(FlowSetup e)
Adds a setup.void
FlowSetupManager. addElement(FlowSetup obj)
Adds the specified setup.void
FlowSetupManager. insertElementAt(FlowSetup obj, int index)
Inserts the setup at the specified location.FlowSetup
FlowSetupManager. set(int index, FlowSetup element)
Sets the setup at the specified location.void
FlowSetupManager. setElementAt(FlowSetup obj, int index)
Sets the setup at the specified location.Method parameters in adams.flow.setup with type arguments of type FlowSetup Modifier and Type Method Description boolean
FlowSetupManager. addAll(int index, Collection<? extends FlowSetup> c)
Adds all elements of the collection at the specified location.boolean
FlowSetupManager. addAll(Collection<? extends FlowSetup> c)
Adds all the setups from the collection.Constructors in adams.flow.setup with parameters of type FlowSetup Constructor Description FlowSetupWorker(FlowSetup setup)
Initializes the worker.Constructor parameters in adams.flow.setup with type arguments of type FlowSetup Constructor Description FlowSetupManager(Collection<FlowSetup> collection)
Initializes the setup manager. -
Uses of FlowSetup in adams.gui.flow.setup
Methods in adams.gui.flow.setup that return FlowSetup Modifier and Type Method Description FlowSetup
FlowSetupTableModel. getSetup(int row)
Returns a copy of the setup at the specified location.Methods in adams.gui.flow.setup with parameters of type FlowSetup Modifier and Type Method Description void
FlowSetupTableModel. addSetup(FlowSetup setup)
Adds a shallow copy of the setup.int
FlowSetupTableModel. indexOf(FlowSetup setup)
Returns the index of the given flow setup.void
FlowSetupTableModel. insertSetup(int row, FlowSetup setup)
Inserts a shallow copy of the setup at the specified location.void
FlowSetupTableModel. setSetup(int row, FlowSetup setup)
Sets the setup at the specified location.
-