Uses of Interface
net.xoetrope.xui.XPage.IXDialog

Packages that use XPage.IXDialog
net.xoetrope.awt   
net.xoetrope.swt   
 

Uses of XPage.IXDialog in net.xoetrope.awt
 

Classes in net.xoetrope.awt that implement XPage.IXDialog
 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 XPage.IXDialog in net.xoetrope.swt
 

Classes in net.xoetrope.swt that implement XPage.IXDialog
 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.