Icon
Icon
Property Type:net.infonode.properties.types.IconProperty
Value Type:interface javax.swing.Icon
Text
Text
Property Type:net.infonode.properties.types.StringProperty
Value Type:class java.lang.String
Icon Text Gap
Number of pixels between icon and text.
Property Type:net.infonode.properties.types.IntegerProperty
Value Type:class java.lang.Integer
Tool Tip Text
Tool tip text
Property Type:net.infonode.properties.types.StringProperty
Value Type:class java.lang.String
Tool Tip Enabled
Tool tip enabled or disabled
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Icon Visible
Icon visible or not visible
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Text Visible
Text visible or not visible
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Title Component Visible
Title component visible or not visible
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Horizontal Alignment
Horizontal alignment for the icon and text.
Property Type:net.infonode.properties.types.AlignmentProperty
Value Type:class net.infonode.util.Alignment
Vertical Alignment
Vertical alignment for the icon and text.
Property Type:net.infonode.properties.types.AlignmentProperty
Value Type:class net.infonode.util.Alignment
Icon Text Relative Alignment
Icon horizontal alignment relative to text.
Property Type:net.infonode.properties.types.AlignmentProperty
Value Type:class net.infonode.util.Alignment
Text Title Component Gap
Number of pixels between text and title component.
Property Type:net.infonode.properties.types.IntegerProperty
Value Type:class java.lang.Integer
Title Component Text Relative Alignment
Title component horizontal alignment relative to text and icon.
Property Type:net.infonode.properties.types.AlignmentProperty
Value Type:class net.infonode.util.Alignment
Direction
Direction for tab contents
Property Type:net.infonode.properties.types.DirectionProperty
Value Type:class net.infonode.util.Direction
Border
Component border.
Property Type:net.infonode.properties.types.BorderProperty
Value Type:interface javax.swing.border.Border
Insets
Component insets inside the border.
Property Type:net.infonode.properties.types.InsetsProperty
Value Type:class java.awt.Insets
Foreground Color
Component foreground color.
Property Type:net.infonode.properties.types.ColorProperty
Value Type:class java.awt.Color
Font
Component text font.
Property Type:net.infonode.properties.types.FontProperty
Value Type:class java.awt.Font
Background Color
Component background color. A null value means that no background will be painted.
Property Type:net.infonode.properties.types.ColorProperty
Value Type:class java.awt.Color
Opaque
If true the shaped panel is opaque. If false the shaped panel is transparent
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Horizontal Flip
If true the shaped panel is flipped horizontally. Used by ComponentPainter's, ShapedBorder's etc.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Vertical Flip
If true the shaped panel is flipped vertically. Used by ComponentPainter's, ShapedBorder's etc.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Clip Children
If true the child components of the shaped panel are clipped with the border shape.
Property Type:net.infonode.properties.types.BooleanProperty
Value Type:class java.lang.Boolean
Component Painter
The component painter that paints the shaped panel background.
Property Type:net.infonode.properties.types.ComponentPainterProperty
Value Type:interface net.infonode.gui.componentpainter.ComponentPainter
Direction
The direction of the shaped panel. Used by ComponentPainter's, ShapedBorder's etc.
Property Type:net.infonode.properties.types.DirectionProperty
Value Type:class net.infonode.util.Direction