Uses of Interface
net.xoetrope.xui.XStartupObject

Packages that use XStartupObject
net.xoetrope.awt   
net.xoetrope.swing.app   
net.xoetrope.xui   
 

Uses of XStartupObject in net.xoetrope.awt
 

Classes in net.xoetrope.awt that implement XStartupObject
 class XApplet
          This class is constructed with a window or frame and can be part of an applet or an application.
 

Uses of XStartupObject in net.xoetrope.swing.app
 

Classes in net.xoetrope.swing.app that implement XStartupObject
 class XDesktopApp
          A startup class for a desktop/MDI style of application Copyright: (c) Xoetrope Ltd., 1998-2003
License: see license.txt
 class XDockingApp
          A startup class for a desktop/MDI style of application.
 class XuiProxy
          The XuiProxy acts as a context for a XUI application embedded within another application, such as a Swing application.
 

Uses of XStartupObject in net.xoetrope.xui
 

Fields in net.xoetrope.xui declared as XStartupObject
protected  XStartupObject XProject.startupObject
           
protected  XStartupObject XApplicationContext.startupObject
          The Applet/Application/Startup instance
 

Methods in net.xoetrope.xui that return XStartupObject
 XStartupObject XProject.getStartupObject()
          Get the startup object
 

Methods in net.xoetrope.xui with parameters of type XStartupObject
static XProject XProjectManager.getCurrentProject(XStartupObject so)
          Get the current or active project.
 void XProject.setStartupObject(XStartupObject so)
          Set tbe startup object reference
 

Constructors in net.xoetrope.xui with parameters of type XStartupObject
XApplicationContext(XStartupObject startObject, java.lang.String[] args)
          A default constructor.
XApplicationContext(XStartupObject startObject, java.lang.String defTargetClass, java.lang.String[] args)
          A default constructor.