Uses of Class
net.infonode.gui.panel.BasePanel

Packages that use BasePanel
net.infonode.docking Core classes for the docking windows framework. 
 

Uses of BasePanel in net.infonode.docking
 

Subclasses of BasePanel in net.infonode.docking
 class AbstractTabWindow
          Abstract base class for windows containing a tabbed panel.
 class DockingWindow
          This is the base class for all types of docking windows.
 class FloatingWindow
           A window that is floating on-top of the root window and containing another docking window.
 class RootWindow
          The root window is a top level container for docking windows.
 class SplitWindow
          A window with a split pane that contains two child windows.
 class TabWindow
          A docking window containing a tabbed panel.
 class View
           A view is a docking window containing a component.
 class WindowBar
          A window bar is located at the edge of a root window.