Uses of Class
org.peace_tools.generic.dndTabs.DnDTabbedPane

Packages that use DnDTabbedPane
org.peace_tools.core Contains the core classes that coordinate the activities of various classes and wizards. 
org.peace_tools.core.server Contains the classes associated with the server wizard. 
org.peace_tools.generic.dndTabs Provides generic functionality to organize GUI as dockable tabs. 
 

Uses of DnDTabbedPane in org.peace_tools.core
 

Fields in org.peace_tools.core declared as DnDTabbedPane
private  DnDTabbedPane MainFrame.centerPane
          The permanent tab that is always present in in the main frame.
 

Methods in org.peace_tools.core that return DnDTabbedPane
 DnDTabbedPane MainFrame.getCenterPane()
          Obtain the permanent, center pane for this frame.
 

Uses of DnDTabbedPane in org.peace_tools.core.server
 

Fields in org.peace_tools.core.server declared as DnDTabbedPane
private  DnDTabbedPane ServerWizard.center
          The DnDTabbedPane to which the actual PEACE installer tab must be added.
 

Constructors in org.peace_tools.core.server with parameters of type DnDTabbedPane
ServerWizard(java.lang.String title, MainFrame parent, DnDTabbedPane center)
          The constructor.
 

Uses of DnDTabbedPane in org.peace_tools.generic.dndTabs
 

Fields in org.peace_tools.generic.dndTabs declared as DnDTabbedPane
private  DnDTabbedPane DnDTabButton.pane
          The tab pane which which this tab button is logically associated.
private  DnDTabbedPane DnDTabHandler.tabPane
          This member object hold a reference to the JTabbedPane with which this DnD handler is associated.
 

Methods in org.peace_tools.generic.dndTabs that return DnDTabbedPane
 DnDTabbedPane DnDTabbedPane.createSplitPane(java.lang.String title, javax.swing.Icon icon, java.awt.Component c, DnDTabbedPane.Location location)
          This method may be used to manually add components either directly to this tabbed pane or around this tabbed pane.
 DnDTabbedPane DnDTabbedPane.createSplitPane(java.lang.String title, javax.swing.Icon icon, java.awt.Component c, DnDTabbedPane.Location location, double gravity)
          This method may be used to manually add components either directly to this tabbed pane or around this tabbed pane.
 DnDTabbedPane DnDTabbedPane.createSplitPane(java.lang.String title, javax.swing.Icon icon, java.awt.Component c, DnDTabbedPane.Location location, double gravity, int size)
          This method may be used to manually add components either directly to this tabbed pane or around this tabbed pane.
 

Methods in org.peace_tools.generic.dndTabs with parameters of type DnDTabbedPane
private static void DnDTabHandler.createCursors(DnDTabbedPane tabPane)
          This is a helper method that is used to create some of the custom cursors used by this class.
private  void DnDTabPos.saveInfo(DnDTabbedPane owner, java.awt.Component tab)
          Helper method to save information about the given tab.
 

Constructors in org.peace_tools.generic.dndTabs with parameters of type DnDTabbedPane
DnDTabButton(DnDTabbedPane pane, int index)
          The constructor.
DnDTabHandler(DnDTabbedPane tab)
          The constructor.