Uses of Class
adams.flow.setup.FlowSetupManager
-
Packages that use FlowSetupManager Package Description adams.flow.setup adams.gui.flow adams.gui.flow.setup -
-
Uses of FlowSetupManager in adams.flow.setup
Fields in adams.flow.setup declared as FlowSetupManager Modifier and Type Field Description protected FlowSetupManager
FlowSetup. m_Manager
the manager this setup belongs to.Methods in adams.flow.setup that return FlowSetupManager Modifier and Type Method Description FlowSetupManager
FlowSetupManager. getClone()
Returns a clone of itself, with the setups being shallow copies.FlowSetupManager
FlowSetup. getOwner()
Returns the manager thi setup belongs to.Methods in adams.flow.setup with parameters of type FlowSetupManager Modifier and Type Method Description void
FlowSetup. setOwner(FlowSetupManager value)
Sets the manager this setup belongs to. -
Uses of FlowSetupManager in adams.gui.flow
Fields in adams.gui.flow declared as FlowSetupManager Modifier and Type Field Description protected FlowSetupManager
FlowControlCenterPanel. m_Manager
for managing the setups. -
Uses of FlowSetupManager in adams.gui.flow.setup
Fields in adams.gui.flow.setup declared as FlowSetupManager Modifier and Type Field Description protected FlowSetupManager
FlowSetupTableModel. m_Manager
the underlying setups.Constructors in adams.gui.flow.setup with parameters of type FlowSetupManager Constructor Description FlowSetupTableModel(FlowSetupManager manager)
Initializes the model.
-