|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ShapedPanelProperties | |
| 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.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.setOpaque(boolean opaque)
Set to true if the shaped panel should be opaque. |
ShapedPanelProperties |
ShapedPanelProperties.setHorizontalFlip(boolean flip)
Set to true if the shaped panel should be flipped horizontally. |
ShapedPanelProperties |
ShapedPanelProperties.setVerticalFlip(boolean flip)
Set to true if the shaped panel should be flipped vertically. |
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. |
| 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 |
| 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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||