Uses of Class
zleurtor.scanmanager.model.Master
Packages that use Master
Package
Description
The package containing all the control classes having in charge the manipulation of the model depending on the user's actions.
The package containing all the UI objects replacing the java ones that are "MEH !".
-
Uses of Master in zleurtor.scanmanager.control
Constructors in zleurtor.scanmanager.control with parameters of type MasterModifierConstructorDescriptionConfiguratorAction
(Master theMaster, SlavesPanel thePanel, JTextField theOptionsField) Constructs a new configurator action.LogButtonAction
(Master theMaster) Constructs a new log action.LogLevelAction
(Master theMaster) Constructs a new log action.SaveAction
(Master theMaster) Constructs a new save action.ShutdownAction
(Master theMaster, SlavesPanel theSlavesPanel) Constructs a new shutdown action.SnapshotAction
(Master theMaster, SlavesPanel theSlavesPanel) Constructs a new snapshot action.StreamAction
(Master theMaster) Constructs a new stream action.TrashAction
(Master theMaster, SlavesPanel thePanel) Constructs a new trash action.UpdateAction
(Master theMaster, SlavesPanel theSlavesPanel) Constructs a new update action. -
Uses of Master in zleurtor.scanmanager.view.gui
Methods in zleurtor.scanmanager.view.gui that return MasterModifier and TypeMethodDescriptionfinal Master
SlavesPanel.getMaster()
Returns the slaves panel master.Constructors in zleurtor.scanmanager.view.gui with parameters of type MasterModifierConstructorDescriptionSaveButton
(Master master) Constructs a new "save" button.ShutdownButton
(Master master, SlavesPanel slavesPanel) Constructs a new "shutdown" button.SlavesPanel
(Master newMaster, JTextField theOptionsField) Constructs a new slaves panel using the specified master object.SnapshotButton
(Master master, SlavesPanel slavesPanel) Constructs a new "snapshot" button.TrashButton
(Master master, SlavesPanel slavesPanel) Constructs a new "trash" button.UpdateButton
(Master master, SlavesPanel slavesPanel) Constructs a new "update" button.