Uses of Class
net.infonode.gui.shaped.panel.ShapedPanel

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

Uses of ShapedPanel in net.infonode.docking
 

Fields in net.infonode.docking declared as ShapedPanel
private  ShapedPanel RootWindow.layeredPane
           
private  ShapedPanel FloatingWindow.shapedPanel
           
private  ShapedPanel RootWindow.windowPanel
           
 

Uses of ShapedPanel in net.infonode.docking.internal
 

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

Uses of ShapedPanel in net.infonode.gui
 

Subclasses of ShapedPanel in net.infonode.gui
 class ContentTitleBar
           
 

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

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

Uses of ShapedPanel in net.infonode.properties.gui
 

Methods in net.infonode.properties.gui with parameters of type ShapedPanel
static void InternalPropertiesUtil.applyTo(ShapedPanelProperties properties, ShapedPanel panel)
          Applies the property values to a shaped panel.
static void InternalPropertiesUtil.applyTo(ShapedPanelProperties properties, ShapedPanel panel, Direction d)
          Applies the property values to a shaped panel.
 

Uses of ShapedPanel in net.infonode.tabbedpanel
 

Subclasses of ShapedPanel in net.infonode.tabbedpanel
private  class TabbedPanel.HoverablePanel
           
private  class TabbedPanel.ShadowPanel
           
 

Methods in net.infonode.tabbedpanel with parameters of type ShapedPanel
private  void TabbedPanel.updateShapedPanelProperties(ShapedPanel panel, ShapedPanelProperties shapedPanelProperties)
           
 

Uses of ShapedPanel in net.infonode.tabbedpanel.titledtab
 

Fields in net.infonode.tabbedpanel.titledtab declared as ShapedPanel
private  ShapedPanel TitledTab.StatePanel.panel