2009-01-09 1.2.0

org.eclipse.soda.dk.device.awt
Class DeviceAwt

java.lang.Object
  extended by org.eclipse.soda.dk.device.awt.DeviceAwt
All Implemented Interfaces:
java.awt.event.WindowListener, java.util.EventListener

public class DeviceAwt
extends java.lang.Object
implements java.awt.event.WindowListener

Since:
1.0
Version:
1.2.0

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

frame

protected java.awt.Frame frame
Define the frame (Frame) field.

Constructor Detail

DeviceAwt

public DeviceAwt()
Constructs an instance of this class.

Method Detail

main

public static void main(java.lang.String[] arguments)
Main with the specified arguments parameter.

Parameters:
arguments - The arguments (String[]) parameter.

create

public void create()
Create.


getFrame

public java.awt.Frame getFrame()
Gets the frame value.

Returns:
The frame (Frame) value.
See Also:
setFrame(Frame)

setFrame

public void setFrame(java.awt.Frame frame)
Sets the frame value.

Parameters:
frame - The frame (Frame) parameter.
See Also:
getFrame()

windowActivated

public void windowActivated(java.awt.event.WindowEvent e)
Window activated with the specified e parameter.

Specified by:
windowActivated in interface java.awt.event.WindowListener
Parameters:
e - The e (WindowEvent) parameter.

windowClosed

public void windowClosed(java.awt.event.WindowEvent e)
Window closed with the specified e parameter.

Specified by:
windowClosed in interface java.awt.event.WindowListener
Parameters:
e - The e (WindowEvent) parameter.

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)
Window closing with the specified e parameter.

Specified by:
windowClosing in interface java.awt.event.WindowListener
Parameters:
e - The e (WindowEvent) parameter.

windowDeactivated

public void windowDeactivated(java.awt.event.WindowEvent e)
Window deactivated with the specified e parameter.

Specified by:
windowDeactivated in interface java.awt.event.WindowListener
Parameters:
e - The e (WindowEvent) parameter.

windowDeiconified

public void windowDeiconified(java.awt.event.WindowEvent e)
Window deiconified with the specified e parameter.

Specified by:
windowDeiconified in interface java.awt.event.WindowListener
Parameters:
e - The e (WindowEvent) parameter.

windowIconified

public void windowIconified(java.awt.event.WindowEvent e)
Window iconified with the specified e parameter.

Specified by:
windowIconified in interface java.awt.event.WindowListener
Parameters:
e - The e (WindowEvent) parameter.

windowOpened

public void windowOpened(java.awt.event.WindowEvent e)
Window opened with the specified e parameter.

Specified by:
windowOpened in interface java.awt.event.WindowListener
Parameters:
e - The e (WindowEvent) parameter.

2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.