Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

net.jxta.ext.config.ui
Class UIConfigurator  view UIConfigurator download UIConfigurator.java

java.lang.Object
  extended byjava.awt.event.WindowAdapter
      extended bynet.jxta.ext.config.ui.UIConfigurator
All Implemented Interfaces:
java.util.EventListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener

public class UIConfigurator
extends java.awt.event.WindowAdapter

Simple main application for ext:config:ui usage

Version:

Field Summary
private static java.lang.String DESCRIPTOR
           
private static SwingEngine swix
           
private static UIConfigurator sxc
           
 
Constructor Summary
UIConfigurator()
           
 
Method Summary
private static void init(javax.swing.JFrame cfg)
           
static void main(java.lang.String[] args)
           
 void windowClosing(java.awt.event.WindowEvent e)
          Invoked when a window is in the process of being closed.
 
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
 

Field Detail

DESCRIPTOR

private static final java.lang.String DESCRIPTOR
See Also:
Constant Field Values

sxc

private static UIConfigurator sxc

swix

private static SwingEngine swix
Constructor Detail

UIConfigurator

public UIConfigurator()
Method Detail

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)
Invoked when a window is in the process of being closed. The close operation can be overridden at this point.


main

public static void main(java.lang.String[] args)

init

private static void init(javax.swing.JFrame cfg)