Serialized Form


Package wol

Class wol.WakeOnLanApplet extends JApplet implements Serializable

Serialized Fields

mainFrame

MainFrame mainFrame


Package wol.configuration

Class wol.configuration.EthernetAddress extends Object implements Serializable

Serialized Fields

bytes

byte[] bytes

Class wol.configuration.IllegalEthernetAddressException extends Exception implements Serializable


Package wol.ui

Class wol.ui.EditHostPanel extends JPanel implements Serializable

Serialized Fields

nameLabel

JLabel nameLabel

nameTextField

JTextField nameTextField

hostLabel

JLabel hostLabel

hostTextField

JTextField hostTextField

portLabel

JLabel portLabel

portTextField

JTextField portTextField

ethernetAddressLabel

JLabel ethernetAddressLabel

ethernetAddressTextField

JFormattedTextField ethernetAddressTextField

commentLabel

JLabel commentLabel

commentScrollPane

JScrollPane commentScrollPane

commentTextArea

JTextArea commentTextArea

config

Machine config

editPanel

JPanel editPanel

buttonPanel

JPanel buttonPanel

applyButton

JButton applyButton

revertButton

JButton revertButton

validator

MachineValidator validator

Class wol.ui.MainFrame extends JFrame implements Serializable

Class wol.ui.MainPanel extends JPanel implements Serializable

Serialized Fields

statusBar

StatusBar statusBar

aboutMenuItem

JMenuItem aboutMenuItem

infoMenu

JMenu infoMenu

editHostPanel

EditHostPanel editHostPanel

buttonPanel

JPanel buttonPanel

wakeupButton

JButton wakeupButton

centerPanel

JPanel centerPanel

configurationsScrollPane

JScrollPane configurationsScrollPane

configurationsList

JList configurationsList

configurationsPanel

JPanel configurationsPanel

configurationsLabel

JLabel configurationsLabel

newButton

JButton newButton

deleteButton

JButton deleteButton

wakeupPanel

JPanel wakeupPanel

configurationsModel

wol.ui.MainPanel.HostsModel configurationsModel

config

Configuration config

menuBar

JMenuBar menuBar

fileMenu

JMenu fileMenu

newConfigMenuItem

JMenuItem newConfigMenuItem

newMenu

JMenu newMenu

newHostMenuItem

JMenuItem newHostMenuItem

saveMenuItem

JMenuItem saveMenuItem

saveAsMenuItem

JMenuItem saveAsMenuItem

openMenuItem

JMenuItem openMenuItem

exitMenuItem

JMenuItem exitMenuItem

configurationsButtonPanel

JPanel configurationsButtonPanel

inWakeup

boolean inWakeup

validator

MachineValidator validator

Class wol.ui.StatusBar extends JPanel implements Serializable

Serialized Fields

statusPanel

JPanel statusPanel

progressPanel

JPanel progressPanel

progressBar

JProgressBar progressBar

statusLabel

JLabel statusLabel