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 FlowSetupFlowSetupStateEvent. 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 FlowSetupFlowSetupWorker. m_Setupthe underlying flowsetup.Methods in adams.flow.setup that return FlowSetup Modifier and Type Method Description FlowSetupFlowSetupWorker. getSetup()Returns the underlying flow setup.FlowSetupFlowSetupManager. remove(int index)Removes the specified setup.FlowSetupFlowSetupManager. set(int index, FlowSetup element)Sets the setup at the specified location.FlowSetupFlowSetup. shallowCopy()Returns a shallow copy of itself.FlowSetupFlowSetup. shallowCopy(boolean expand)Returns a shallow copy of itself.Methods in adams.flow.setup with parameters of type FlowSetup Modifier and Type Method Description voidFlowSetupManager. add(int index, FlowSetup element)Adds the setup at the specified location.booleanFlowSetupManager. add(FlowSetup e)Adds a setup.voidFlowSetupManager. addElement(FlowSetup obj)Adds the specified setup.voidFlowSetupManager. insertElementAt(FlowSetup obj, int index)Inserts the setup at the specified location.FlowSetupFlowSetupManager. set(int index, FlowSetup element)Sets the setup at the specified location.voidFlowSetupManager. 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 booleanFlowSetupManager. addAll(int index, Collection<? extends FlowSetup> c)Adds all elements of the collection at the specified location.booleanFlowSetupManager. 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 FlowSetupFlowSetupTableModel. 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 voidFlowSetupTableModel. addSetup(FlowSetup setup)Adds a shallow copy of the setup.intFlowSetupTableModel. indexOf(FlowSetup setup)Returns the index of the given flow setup.voidFlowSetupTableModel. insertSetup(int row, FlowSetup setup)Inserts a shallow copy of the setup at the specified location.voidFlowSetupTableModel. setSetup(int row, FlowSetup setup)Sets the setup at the specified location.
-