|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.device.awt.DeviceAwt
public class DeviceAwt
| Field Summary | |
|---|---|
protected java.awt.Frame |
frame
Define the frame (Frame) field. |
| Constructor Summary | |
|---|---|
DeviceAwt()
Constructs an instance of this class. |
|
| Method Summary | |
|---|---|
void |
create()
Create. |
java.awt.Frame |
getFrame()
Gets the frame value. |
static void |
main(java.lang.String[] arguments)
Main with the specified arguments parameter. |
void |
setFrame(java.awt.Frame frame)
Sets the frame value. |
void |
windowActivated(java.awt.event.WindowEvent e)
Window activated with the specified e parameter. |
void |
windowClosed(java.awt.event.WindowEvent e)
Window closed with the specified e parameter. |
void |
windowClosing(java.awt.event.WindowEvent e)
Window closing with the specified e parameter. |
void |
windowDeactivated(java.awt.event.WindowEvent e)
Window deactivated with the specified e parameter. |
void |
windowDeiconified(java.awt.event.WindowEvent e)
Window deiconified with the specified e parameter. |
void |
windowIconified(java.awt.event.WindowEvent e)
Window iconified with the specified e parameter. |
void |
windowOpened(java.awt.event.WindowEvent e)
Window opened with the specified e parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.awt.Frame frame
| Constructor Detail |
|---|
public DeviceAwt()
| Method Detail |
|---|
public static void main(java.lang.String[] arguments)
arguments - The arguments (String[]) parameter.public void create()
public java.awt.Frame getFrame()
Frame) value.setFrame(Frame)public void setFrame(java.awt.Frame frame)
frame - The frame (Frame) parameter.getFrame()public void windowActivated(java.awt.event.WindowEvent e)
windowActivated in interface java.awt.event.WindowListenere - The e (WindowEvent) parameter.public void windowClosed(java.awt.event.WindowEvent e)
windowClosed in interface java.awt.event.WindowListenere - The e (WindowEvent) parameter.public void windowClosing(java.awt.event.WindowEvent e)
windowClosing in interface java.awt.event.WindowListenere - The e (WindowEvent) parameter.public void windowDeactivated(java.awt.event.WindowEvent e)
windowDeactivated in interface java.awt.event.WindowListenere - The e (WindowEvent) parameter.public void windowDeiconified(java.awt.event.WindowEvent e)
windowDeiconified in interface java.awt.event.WindowListenere - The e (WindowEvent) parameter.public void windowIconified(java.awt.event.WindowEvent e)
windowIconified in interface java.awt.event.WindowListenere - The e (WindowEvent) parameter.public void windowOpened(java.awt.event.WindowEvent e)
windowOpened in interface java.awt.event.WindowListenere - The e (WindowEvent) parameter.
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||