Uses of Class
net.xoetrope.xui.XApplicationContext

Packages that use XApplicationContext
net.xoetrope.awt   
net.xoetrope.swing   
net.xoetrope.swing.app   
net.xoetrope.swt   
net.xoetrope.xui   
 

Uses of XApplicationContext in net.xoetrope.awt
 

Fields in net.xoetrope.awt declared as XApplicationContext
protected  XApplicationContext XApplet.applicationContext
           
 

Methods in net.xoetrope.awt with parameters of type XApplicationContext
 void XApplet.setupWindow(XApplicationContext context, XProject currentProject, int clientWidth, int clientHeight)
          Setup the windowing.
 

Uses of XApplicationContext in net.xoetrope.swing
 

Fields in net.xoetrope.swing declared as XApplicationContext
protected  XApplicationContext XApplet.applicationContext
           
 

Methods in net.xoetrope.swing with parameters of type XApplicationContext
 void XApplet.setupWindow(XApplicationContext context, XProject currentProject, int clientWidth, int clientHeight)
          Setup the main application window
 

Uses of XApplicationContext in net.xoetrope.swing.app
 

Fields in net.xoetrope.swing.app declared as XApplicationContext
protected  XApplicationContext XuiProxy.applicationContext
           
protected  XApplicationContext XDockingApp.applicationContext
           
protected  XApplicationContext XDesktopApp.applicationContext
           
 

Methods in net.xoetrope.swing.app with parameters of type XApplicationContext
 void XuiProxy.setupWindow(XApplicationContext context, XProject currentProject, int clientWidth, int clientHeight)
          Setup the main application window
 void XDockingApp.setupWindow(XApplicationContext context, XProject currentProject, int clientWidth, int clientHeight)
          Setup the windowing.
 void XDesktopApp.setupWindow(XApplicationContext context, XProject currentProject, int clientWidth, int clientHeight)
          Setup the windowing.
 

Uses of XApplicationContext in net.xoetrope.swt
 

Fields in net.xoetrope.swt declared as XApplicationContext
protected  XApplicationContext XApplet.applicationContext
           
 

Methods in net.xoetrope.swt with parameters of type XApplicationContext
 void XApplet.setupWindow(XApplicationContext context, XProject currentProject, int clientWidth, int clientHeight)
          Setup the windowing.
 

Uses of XApplicationContext in net.xoetrope.xui
 

Methods in net.xoetrope.xui that return XApplicationContext
 XApplicationContext XProject.getApplicationContext()
          Gets the application context for this project
 

Methods in net.xoetrope.xui with parameters of type XApplicationContext
 void XStartupObject.setupWindow(XApplicationContext context, XProject currentProject, int clientWidth, int clientHeight)
          Setup the main application window