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

Packages that use DialogTabPanel
net.sourceforge.hivegui.dialog This package defines classes to simplify creation and management of dialogs in GUI. 
 

Uses of DialogTabPanel in net.sourceforge.hivegui.dialog
 

Classes in net.sourceforge.hivegui.dialog that implement DialogTabPanel
 class AbstractTabPanel
           
 

Fields in net.sourceforge.hivegui.dialog with type parameters of type DialogTabPanel
protected  java.util.List<DialogTabPanel> AbstractTabbedDialogPanel._tabs
           
 

Methods in net.sourceforge.hivegui.dialog with parameters of type DialogTabPanel
 void AbstractTabbedDialogPanel.addTabPane(DialogTabPanel tabPane)