Uses of Class
net.infonode.properties.gui.util.ShapedPanelProperties

Packages that use ShapedPanelProperties
net.infonode.docking.properties Property classes for docking windows. 
net.infonode.properties.gui   
net.infonode.properties.gui.util Utility GUI classes for properties. 
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 ShapedPanelProperties in net.infonode.docking.properties
 

Methods in net.infonode.docking.properties that return ShapedPanelProperties
 ShapedPanelProperties RootWindowProperties.getDragRectangleShapedPanelProperties()
          Shaped panel properties for the drag rectangle.
 ShapedPanelProperties ViewTitleBarStateProperties.getShapedPanelProperties()
          Gets the shaped panel properties
 ShapedPanelProperties RootWindowProperties.getShapedPanelProperties()
          Returns the property values for the root window shaped panel.
 ShapedPanelProperties FloatingWindowProperties.getShapedPanelProperties()
          Gets the shaped panel properties
 ShapedPanelProperties RootWindowProperties.getWindowAreaShapedPanelProperties()
          Returns the shaped panel property values for the window area component.
 

Uses of ShapedPanelProperties in net.infonode.properties.gui
 

Methods in net.infonode.properties.gui with parameters of type ShapedPanelProperties
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 ShapedPanelProperties in net.infonode.properties.gui.util
 

Methods in net.infonode.properties.gui.util that return ShapedPanelProperties
 ShapedPanelProperties ShapedPanelProperties.addSuperObject(ShapedPanelProperties properties)
          Adds a super object from which property values are inherited.
 ShapedPanelProperties ShapedPanelProperties.removeSuperObject()
          Removes the last added super object.
 ShapedPanelProperties ShapedPanelProperties.removeSuperObject(ShapedPanelProperties superObject)
          Removes the given super object.
 ShapedPanelProperties ShapedPanelProperties.setClipChildren(boolean clipChildren)
          Set to true if the child components of the shaped panel should be clipped with the border shape.
 ShapedPanelProperties ShapedPanelProperties.setComponentPainter(ComponentPainter painter)
          Sets the painter that paints the shaped panel background.
 ShapedPanelProperties ShapedPanelProperties.setDirection(Direction direction)
          Sets the direction of the shaped panel.
 ShapedPanelProperties ShapedPanelProperties.setHorizontalFlip(boolean flip)
          Set to true if the shaped panel should be flipped horizontally.
 ShapedPanelProperties ShapedPanelProperties.setOpaque(boolean opaque)
          Set to true if the shaped panel should be opaque.
 ShapedPanelProperties ShapedPanelProperties.setVerticalFlip(boolean flip)
          Set to true if the shaped panel should be flipped vertically.
 

Methods in net.infonode.properties.gui.util with parameters of type ShapedPanelProperties
 ShapedPanelProperties ShapedPanelProperties.addSuperObject(ShapedPanelProperties properties)
          Adds a super object from which property values are inherited.
 ShapedPanelProperties ShapedPanelProperties.removeSuperObject(ShapedPanelProperties superObject)
          Removes the given super object.
 

Constructors in net.infonode.properties.gui.util with parameters of type ShapedPanelProperties
ShapedPanelProperties(ShapedPanelProperties inheritFrom)
          Creates a property object that inherit values from another property object.
 

Uses of ShapedPanelProperties in net.infonode.tabbedpanel
 

Methods in net.infonode.tabbedpanel that return ShapedPanelProperties
 ShapedPanelProperties TabbedPanelContentPanelProperties.getShapedPanelProperties()
          Gets the shaped panel properties
 ShapedPanelProperties TabAreaProperties.getShapedPanelProperties()
          Gets the shaped panel properties
 ShapedPanelProperties TabAreaComponentsProperties.getShapedPanelProperties()
          Gets the shaped panel properties
 

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

Uses of ShapedPanelProperties in net.infonode.tabbedpanel.titledtab
 

Methods in net.infonode.tabbedpanel.titledtab that return ShapedPanelProperties
 ShapedPanelProperties TitledTabStateProperties.getShapedPanelProperties()
          Gets the shaped panel properties.