Uses of Interface
net.sourceforge.hivegui.dialog.DialogPanel

Packages that use DialogPanel
net.sourceforge.hivegui.application   
net.sourceforge.hivegui.component This package defines various classes used as GUI components (aka widgets) and utility classes dealing with GUI components. 
net.sourceforge.hivegui.dialog This package defines classes to simplify creation and management of dialogs in GUI. 
 

Uses of DialogPanel in net.sourceforge.hivegui.application
 

Methods in net.sourceforge.hivegui.application with parameters of type DialogPanel
 boolean HiveGuiApplicationMain.showDialog(DialogPanel panel)
           
 

Uses of DialogPanel in net.sourceforge.hivegui.component
 

Classes in net.sourceforge.hivegui.component that implement DialogPanel
 class AlphaColorChooser
          Special ColorChooser panel that can set and preview color transparency (alpha channel).
 class ImageSaveChooser
          Extended File Chooser for saving images with a selectable format.
 

Uses of DialogPanel in net.sourceforge.hivegui.dialog
 

Subinterfaces of DialogPanel in net.sourceforge.hivegui.dialog
 interface DialogTabPanel
           
 

Classes in net.sourceforge.hivegui.dialog that implement DialogPanel
 class AbstractDialogPanel
           
 class AbstractPanel
           
 class AbstractTabbedDialogPanel
           
 class AbstractTabPanel
           
 

Fields in net.sourceforge.hivegui.dialog declared as DialogPanel
protected  DialogPanel GenericDialog._panel
           
 

Constructors in net.sourceforge.hivegui.dialog with parameters of type DialogPanel
GenericDialog(javax.swing.JDialog parent, DialogPanel panel)
           
GenericDialog(javax.swing.JFrame parent, DialogPanel panel)