Uses of Interface
net.xoetrope.xui.XContentPane

Packages that use XContentPane
net.xoetrope.awt   
net.xoetrope.swt   
 

Uses of XContentPane in net.xoetrope.awt
 

Classes in net.xoetrope.awt that implement XContentPane
 class XDialog
          Provides support for Popups.
 class XLanguageChooserDialog
          A dialog for choosing languages.
 class XMessageBox
          Creates a simple modal MessageBox with a label for the text and a close button Copyright (c) Xoetrope Ltd., 1998-2004
License: see license.txt $Revision: 2.7 $
 

Uses of XContentPane in net.xoetrope.swt
 

Classes in net.xoetrope.swt that implement XContentPane
 class XDialogTable
          Abstract class which extends XDialog for the SWT Tables
 class XDialogTableAddColumn
          Class which extends XDialogTable for the SWT Tables, and show a dialog to add a column to a table.
 class XDialogTableAddItem
          Class which extends XDialogTable for the SWT Tables, and show a dialog to add an item to a table.
 class XDialogTableSetValueColumnItem
          Class which extends XDialogTable for the SWT Tables, and show a dialog to set a value to an attribute of an item to a table.