Uses of Class
zleurtor.scanmanager.view.gui.SlavesPanel
Packages that use SlavesPanel
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 SlavesPanel in zleurtor.scanmanager.control
Methods in zleurtor.scanmanager.control with parameters of type SlavesPanelModifier and TypeMethodDescriptionfinal void
SaveAction.setSlavesPanel
(SlavesPanel newSlavesPanel) Sets a new slave panel containing all the information on the slaves and the snapshots to save.Constructors in zleurtor.scanmanager.control with parameters of type SlavesPanelModifierConstructorDescriptionConfiguratorAction
(Master theMaster, SlavesPanel thePanel, JTextField theOptionsField) Constructs a new configurator action.LogAction
(SlavesPanel theSlavesPanel) Constructs a new log action.ShutdownAction
(Master theMaster, SlavesPanel theSlavesPanel) Constructs a new shutdown action.SnapshotAction
(Master theMaster, SlavesPanel theSlavesPanel) Constructs a new snapshot action.TrashAction
(Master theMaster, SlavesPanel thePanel) Constructs a new trash action.UpdateAction
(Master theMaster, SlavesPanel theSlavesPanel) Constructs a new update action. -
Uses of SlavesPanel in zleurtor.scanmanager.view.gui
Methods in zleurtor.scanmanager.view.gui with parameters of type SlavesPanelModifier and TypeMethodDescriptionfinal void
SaveButton.setSlavesPanel
(SlavesPanel slavesPanel) Sets the panel containing snapshots to save.Constructors in zleurtor.scanmanager.view.gui with parameters of type SlavesPanelModifierConstructorDescriptionLogButton
(SlavesPanel slavesPanel) Constructs a new "log" button.LogDialog
(SlavesPanel slavesPanel, String newIp, String newName, BufferedReader logReader, org.apache.log4j.lf5.LogLevel logLevel) Creates a log dialog for the given slaves panel and displaying the log of the specified IP.ShutdownButton
(Master master, SlavesPanel slavesPanel) Constructs a new "shutdown" button.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.