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

Packages that use BaseContainer
net.infonode.docking Core classes for the docking windows framework. 
net.infonode.docking.internal   
net.infonode.gui   
net.infonode.gui.draggable   
net.infonode.gui.hover.panel   
net.infonode.gui.panel Panel classes. 
net.infonode.gui.shaped.panel   
net.infonode.tabbedpanel Core classes for creating and using tabbed panels and tabs 
net.infonode.tabbedpanel.internal   
net.infonode.tabbedpanel.titledtab TitledTab is a tab type with support for text, icon and a custom Swing component 
 

Uses of BaseContainer in net.infonode.docking
 

Subclasses of BaseContainer 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.
 

Uses of BaseContainer in net.infonode.docking.internal
 

Subclasses of BaseContainer in net.infonode.docking.internal
 class ViewTitleBar
           
 

Uses of BaseContainer in net.infonode.gui
 

Subclasses of BaseContainer in net.infonode.gui
 class ContentTitleBar
           
 class PopupList
           
 class ScrollableBox
           
 class ScrollButtonBox
           
 class SimpleSplitPane
           
 

Uses of BaseContainer in net.infonode.gui.draggable
 

Subclasses of BaseContainer in net.infonode.gui.draggable
 class DraggableComponentBox
           
 

Uses of BaseContainer in net.infonode.gui.hover.panel
 

Subclasses of BaseContainer in net.infonode.gui.hover.panel
 class HoverableShapedPanel
           
 

Uses of BaseContainer in net.infonode.gui.panel
 

Subclasses of BaseContainer in net.infonode.gui.panel
 class BasePanel
          A transparent panel with BorderLayout.
 class DirectionPanel
           
 class ResizablePanel
           
 class SimplePanel
           
 

Methods in net.infonode.gui.panel with parameters of type BaseContainer
static void BaseContainerUtil.setForcedOpaque(BaseContainer c, boolean opaque)
           
static void BaseContainerUtil.setOverridedBackground(BaseContainer c, java.awt.Color color)
           
static void BaseContainerUtil.setOverridedFont(BaseContainer c, java.awt.Font font)
           
static void BaseContainerUtil.setOverridedForeground(BaseContainer c, java.awt.Color color)
           
 

Uses of BaseContainer in net.infonode.gui.shaped.panel
 

Subclasses of BaseContainer in net.infonode.gui.shaped.panel
 class ShapedPanel
           A panel that has support for a ComponentPainter and a ShapedBorder.
 

Uses of BaseContainer in net.infonode.tabbedpanel
 

Subclasses of BaseContainer in net.infonode.tabbedpanel
private  class TabbedPanel.HoverablePanel
           
private  class TabbedPanel.ShadowPanel
           
 class TabbedPanelContentPanel
          A TabbedPanelContentPanel is a component that holds a container for tab content components.
 

Uses of BaseContainer in net.infonode.tabbedpanel.internal
 

Subclasses of BaseContainer in net.infonode.tabbedpanel.internal
 class TabDropDownList
           
 

Uses of BaseContainer in net.infonode.tabbedpanel.titledtab
 

Subclasses of BaseContainer in net.infonode.tabbedpanel.titledtab
private  class TitledTab.HoverablePanel
           
private  class TitledTab.StatePanel