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 FlowSetupManagerFlowSetup. m_Managerthe manager this setup belongs to.Methods in adams.flow.setup that return FlowSetupManager Modifier and Type Method Description FlowSetupManagerFlowSetupManager. getClone()Returns a clone of itself, with the setups being shallow copies.FlowSetupManagerFlowSetup. getOwner()Returns the manager thi setup belongs to.Methods in adams.flow.setup with parameters of type FlowSetupManager Modifier and Type Method Description voidFlowSetup. 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 FlowSetupManagerFlowControlCenterPanel. m_Managerfor 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 FlowSetupManagerFlowSetupTableModel. m_Managerthe underlying setups.Constructors in adams.gui.flow.setup with parameters of type FlowSetupManager Constructor Description FlowSetupTableModel(FlowSetupManager manager)Initializes the model.
-