org.gswing.components.viewer
Class StandaloneViewer

java.lang.Object
  extended by org.gswing.components.viewer.StandaloneViewer
All Implemented Interfaces:
WindowListener, EventListener

public class StandaloneViewer
extends Object
implements WindowListener

Main class for displaying a gswing viewer as a stanalone application.


Constructor Summary
StandaloneViewer()
           
 
Method Summary
static void main(String[] args)
          Process access point.
 void windowActivated(WindowEvent e)
           
 void windowClosed(WindowEvent e)
           
 void windowClosing(WindowEvent e)
          Ensure application closes.
 void windowDeactivated(WindowEvent e)
           
 void windowDeiconified(WindowEvent e)
           
 void windowIconified(WindowEvent e)
           
 void windowOpened(WindowEvent e)
           
 void windowStateChanged(WindowEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandaloneViewer

public StandaloneViewer()
Method Detail

main

public static void main(String[] args)
Process access point.

Parameters:
args - Not used.

windowClosing

public void windowClosing(WindowEvent e)
Ensure application closes.

Specified by:
windowClosing in interface WindowListener
Parameters:
e - Event.

windowClosed

public void windowClosed(WindowEvent e)
Specified by:
windowClosed in interface WindowListener

windowStateChanged

public void windowStateChanged(WindowEvent e)

windowActivated

public void windowActivated(WindowEvent e)
Specified by:
windowActivated in interface WindowListener

windowDeactivated

public void windowDeactivated(WindowEvent e)
Specified by:
windowDeactivated in interface WindowListener

windowDeiconified

public void windowDeiconified(WindowEvent e)
Specified by:
windowDeiconified in interface WindowListener

windowIconified

public void windowIconified(WindowEvent e)
Specified by:
windowIconified in interface WindowListener

windowOpened

public void windowOpened(WindowEvent e)
Specified by:
windowOpened in interface WindowListener


Copyright © 2008. All Rights Reserved.