Uses of Class
org.peace_tools.generic.CustomPanel

Packages that use CustomPanel
org.peace_tools.core Contains the core classes that coordinate the activities of various classes and wizards. 
org.peace_tools.generic Provides a generic set of application-independent classes for performing standard GUI operations. 
 

Uses of CustomPanel in org.peace_tools.core
 

Fields in org.peace_tools.core declared as CustomPanel
private  CustomPanel AboutDialog.cp
          A custom panel that actually has the PEACE logo as the background image.
private  CustomPanel WorkspaceChooser.cp
          A custom panel that actually has the PEACE logo as the background image.
 

Uses of CustomPanel in org.peace_tools.generic
 

Fields in org.peace_tools.generic declared as CustomPanel
private  CustomPanel WizardDialog.pagePanel
          A custom panel that is used to hold all the pages of this wizard.
private  CustomPanel WizardDialog.sequencePanel
          A custom column panel that is displayed to the left of the wizard.
private  CustomPanel WizardDialog.titlePanel
          A custom panel that is used as the title panel for this wizard.
 

Methods in org.peace_tools.generic that return CustomPanel
 CustomPanel WizardDialog.getPagePane()
          Obtain the page pane to which wizard pages must be added.