|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.event.WindowAdapter
org.fosstrak.epcis.captureclient.CaptureClientGui
public class CaptureClientGui
GUI class for the EPCIS Capture Interface Client. Implements the GUI and the creation of XML from the GUI data.
| Constructor Summary | |
|---|---|
CaptureClientGui()
Constructs a new CaptureClientGui initialized with a default address. |
|
CaptureClientGui(String address)
Constructs a new CaptureClientGui initialized with the given address. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
Event dispatcher. |
void |
configurationChanged(AuthenticationOptionsChangeEvent ace)
Call this when the settings in the AuthenticationOptionsPanel have changed. |
static void |
main(String[] args)
Instantiates a new CaptureClientGui using a look-and-feel that matches the operating system. |
void |
windowClosing(WindowEvent e)
Event handler for window manager closing events. |
| Methods inherited from class java.awt.event.WindowAdapter |
|---|
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CaptureClientGui()
public CaptureClientGui(String address)
address - The address to which the CaptureClient should sent its capture
events.| Method Detail |
|---|
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenere - for the Actionpublic void windowClosing(WindowEvent e)
windowClosing in interface WindowListenerwindowClosing in class WindowAdaptere - The WindowEvent.WindowAdapter.windowClosing(java.awt.event.WindowEvent)public static void main(String[] args)
args - The address to which the CaptureClient should send the capture
events. If omitted, a default address will be provided.public void configurationChanged(AuthenticationOptionsChangeEvent ace)
AuthenticationOptionsChangeListener
configurationChanged in interface AuthenticationOptionsChangeListenerace - an AuthenticationOptionsChangeEvent describing the changes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||