Skip navigation links
A B C D E G H I L M N P R S T U W 

A

addPropertyChangeListener(PropertyChangeListener) - Method in class wol.configuration.Machine
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class wol.configuration.Machine
 
applyChanges() - Method in class wol.ui.EditHostPanel
Updates the underlying configuration.

B

byteToHexString(byte) - Method in class wol.configuration.EthernetAddress
 

C

clone() - Method in class wol.configuration.EthernetAddress
 
CMD_MESSAGES - Static variable in class wol.resources.Messages
 
commentIsValid(String) - Method in interface wol.configuration.MachineValidator
 
Configuration - Class in wol.configuration
This class represents a WakeOnLan configuration.
Configuration() - Constructor for class wol.configuration.Configuration
 
Configuration(String) - Constructor for class wol.configuration.Configuration
Creates a new configuration with the given path.
Configuration(File) - Constructor for class wol.configuration.Configuration
Creates a new configuration with the given file.
createWakeupFrame(EthernetAddress) - Static method in class wol.WakeUpUtil
Creates the byte representation of a wakeupframe for the given ethernet address.

D

DEFAULT_HOST - Static variable in class wol.WakeUpUtil
The default wakeup host: 255.255.255.255 (limited broadcast address).
DEFAULT_PORT - Static variable in class wol.WakeUpUtil
The default wakeup port: 9

E

EditHostPanel - Class in wol.ui
 
EditHostPanel(MachineValidator) - Constructor for class wol.ui.EditHostPanel
 
EditHostPanel(Machine, MachineValidator) - Constructor for class wol.ui.EditHostPanel
 
equals(Object) - Method in class wol.configuration.EthernetAddress
 
equals(Object) - Method in class wol.configuration.Machine
 
ERROR_MESSAGES - Static variable in class wol.resources.Messages
 
EthernetAddress - Class in wol.configuration
This class represents a ethernet address.
EthernetAddress(String) - Constructor for class wol.configuration.EthernetAddress
Create a EthernetAddress based on the provided address.
EthernetAddress(byte[]) - Constructor for class wol.configuration.EthernetAddress
Create a EthernetAddress based on the provided bytes.
ethernetAddressIsValid(String) - Method in interface wol.configuration.MachineValidator
 

G

getChar(String) - Method in class wol.resources.Messages
 
getComment() - Method in class wol.configuration.Machine
Returns the comment
getConfig() - Method in class wol.ui.EditHostPanel
Returns the currently used configuration.
getEthernetAddress() - Method in class wol.configuration.Machine
Returns the machines ethernet address
getFile() - Method in class wol.configuration.Configuration
Returns the file for this configuration.
getFormattedString(String, Object[]) - Method in class wol.resources.Messages
 
getFormattedString(String, Object) - Method in class wol.resources.Messages
 
getFormattedString(String, Object, Object) - Method in class wol.resources.Messages
 
getFormattedString(String, Object, Object, Object) - Method in class wol.resources.Messages
 
getFormattedString(String, Object, Object, Object, Object) - Method in class wol.resources.Messages
 
getHost() - Method in class wol.configuration.Machine
Returns the host the magic packet will be sent to.
getMachines() - Method in class wol.configuration.Configuration
Returns the machines.
getName() - Method in class wol.configuration.Machine
Returns this configurations name.
getOptions() - Static method in class wol.WakeOnLan
 
getPort() - Method in class wol.configuration.Machine
returns the port the magic packet will be send to.
getString(String) - Method in class wol.resources.Messages
 

H

hasChanges() - Method in class wol.ui.EditHostPanel
 
hashCode() - Method in class wol.configuration.EthernetAddress
 
hostIsValid(String) - Method in interface wol.configuration.MachineValidator
 

I

IllegalEthernetAddressException - Exception in wol.configuration
Thrown to indicate that a ethernet address could not be created.
IllegalEthernetAddressException() - Constructor for exception wol.configuration.IllegalEthernetAddressException
 
IllegalEthernetAddressException(String) - Constructor for exception wol.configuration.IllegalEthernetAddressException
 
init() - Method in class wol.WakeOnLanApplet
 
isConfigValid() - Method in class wol.ui.EditHostPanel
 

L

loadConfig() - Method in class wol.configuration.Configuration
Loads this configuration from the file returned by Configuration.getFile().

M

Machine - Class in wol.configuration
This class represents a WakeOnLan configuration for a single computer.
Machine() - Constructor for class wol.configuration.Machine
Creates a new machine configuration
Machine(String) - Constructor for class wol.configuration.Machine
Creates a new machine configuration with the given name.
MachineValidator - Interface in wol.configuration
 
main(String[]) - Static method in class wol.WakeOnLan
The WakeOnLan main method.
main(String[]) - Static method in class wol.WakeOnLanApplet
 
MainFrame - Class in wol.ui
 
MainFrame(Configuration) - Constructor for class wol.ui.MainFrame
 
MainPanel - Class in wol.ui
 
MainPanel() - Constructor for class wol.ui.MainPanel
 
MainPanel(Configuration) - Constructor for class wol.ui.MainPanel
 
Messages - Class in wol.resources
 

N

nameIsValid(String) - Method in interface wol.configuration.MachineValidator
 

P

parseEthernetAddress(String) - Method in class wol.configuration.EthernetAddress
Parses a String representing an ethernet address into an byte array.
portIsValid(String) - Method in interface wol.configuration.MachineValidator
 
printHelpAndExit(int) - Method in class wol.WakeOnLan
Prints the commandline help and exists with the given code.
printHelpAndExit() - Method in class wol.WakeOnLan
Prints the commandline help and exits with code 0.
printVersionAndExit() - Method in class wol.WakeOnLan
Print the WakeOnLan version and exit.

R

removePropertyChangeListener(PropertyChangeListener) - Method in class wol.configuration.Machine
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class wol.configuration.Machine
 

S

saveConfig() - Method in class wol.configuration.Configuration
Saves this configuration to the file returned by Configuration.getFile().
saveConfig() - Method in class wol.ui.MainPanel
 
saveConfigAs(File) - Method in class wol.configuration.Configuration
Saves this configuration to the given file.
setComment(String) - Method in class wol.configuration.Machine
Sets the comment.
setConfig(Machine) - Method in class wol.ui.EditHostPanel
Sets the configuration used by this Component.
setConfiguration(Configuration) - Method in class wol.ui.MainPanel
 
setEthernetAddress(String) - Method in class wol.configuration.Machine
Sets the ethernet address.
setHost(String) - Method in class wol.configuration.Machine
Sets the host the magic packet will be sent to.
setMachines(Machine[]) - Method in class wol.configuration.Configuration
Sets the machines.
setName(String) - Method in class wol.configuration.Machine
Sets the name.
setPort(int) - Method in class wol.configuration.Machine
Sets the port.
setProgressColor(Color) - Method in class wol.ui.StatusBar
 
setProgressMaximum(int) - Method in class wol.ui.StatusBar
 
setProgressMinimum(int) - Method in class wol.ui.StatusBar
 
setProgressValue(int) - Method in class wol.ui.StatusBar
 
setProgressVisible(boolean) - Method in class wol.ui.StatusBar
 
setStatusText(String) - Method in class wol.ui.StatusBar
 
start() - Method in class wol.WakeOnLanApplet
 
StatusBar - Class in wol.ui
 
StatusBar() - Constructor for class wol.ui.StatusBar
 
stop() - Method in class wol.WakeOnLanApplet
 

T

toBytes() - Method in class wol.configuration.EthernetAddress
Returns the byte representation of this ethernet address.
toString() - Method in class wol.configuration.EthernetAddress
 
toString() - Method in class wol.configuration.Machine
 

U

UI_MESSAGES - Static variable in class wol.resources.Messages
 

W

WakeOnLan - Class in wol
The only purpose of this class is to wake up a machine from the commandline using WakeUpUtil
WakeOnLan(JSAPResult) - Constructor for class wol.WakeOnLan
 
WakeOnLanApplet - Class in wol
 
WakeOnLanApplet() - Constructor for class wol.WakeOnLanApplet
 
wakeup() - Method in class wol.ui.MainPanel
 
wakeup(EthernetAddress) - Static method in class wol.WakeUpUtil
Wakes up the machine with the provided ethernet address, using the default port and host.
wakeup(EthernetAddress[]) - Static method in class wol.WakeUpUtil
Wakes up the machines with the provided ethernet addresses, using the default port and host.
wakeup(EthernetAddress, InetAddress) - Static method in class wol.WakeUpUtil
Wakes up the machine with the provided ethernet addresses, using the default port.
wakeup(EthernetAddress[], InetAddress) - Static method in class wol.WakeUpUtil
Wakes up the machines with provided ethernet address.
wakeup(EthernetAddress, InetAddress, int) - Static method in class wol.WakeUpUtil
Wakes up the machines with provided ethernet address.
wakeup(EthernetAddress[], InetAddress, int) - Static method in class wol.WakeUpUtil
Wakes up the machines with provided ethernet addresses.
WakeUpUtil - Class in wol
A class to wake up wake-on-lan enabled machines.
wol - package wol
 
wol.configuration - package wol.configuration
 
wol.resources - package wol.resources
 
wol.ui - package wol.ui
 
A B C D E G H I L M N P R S T U W 
Skip navigation links