|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentProperties | |
net.infonode.docking.properties | Property classes for docking windows. |
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 ComponentProperties in net.infonode.docking.properties |
Methods in net.infonode.docking.properties that return ComponentProperties | |
ComponentProperties |
WindowBarProperties.getComponentProperties()
Returns the property values for the window bar component. |
ComponentProperties |
ViewTitleBarStateProperties.getComponentProperties()
Gets the component properties |
ComponentProperties |
RootWindowProperties.getDragLabelProperties()
Returns the property values for the drag label. |
ComponentProperties |
RootWindowProperties.getComponentProperties()
Returns the property values for the root window component. |
ComponentProperties |
RootWindowProperties.getWindowAreaProperties()
Returns the component property values for the window area component. |
ComponentProperties |
FloatingWindowProperties.getComponentProperties()
Gets the component properties |
Uses of ComponentProperties in net.infonode.properties.gui.util |
Methods in net.infonode.properties.gui.util that return ComponentProperties | |
ComponentProperties |
ComponentProperties.addSuperObject(ComponentProperties properties)
Adds a super object from which property values are inherited. |
ComponentProperties |
ComponentProperties.removeSuperObject()
Removes the last added super object. |
ComponentProperties |
ComponentProperties.removeSuperObject(ComponentProperties superObject)
Removes the given super object. |
ComponentProperties |
ComponentProperties.setBorder(Border border)
Sets the component border. |
ComponentProperties |
ComponentProperties.setInsets(Insets insets)
Sets the component insets inside the border. |
ComponentProperties |
ComponentProperties.setBackgroundColor(Color color)
Sets the component background color. |
ComponentProperties |
ComponentProperties.setForegroundColor(Color foregroundColor)
Sets the component foreground color. |
ComponentProperties |
ComponentProperties.setFont(Font font)
Sets the component text font. |
Methods in net.infonode.properties.gui.util with parameters of type ComponentProperties | |
ComponentProperties |
ComponentProperties.addSuperObject(ComponentProperties properties)
Adds a super object from which property values are inherited. |
ComponentProperties |
ComponentProperties.removeSuperObject(ComponentProperties superObject)
Removes the given super object. |
Constructors in net.infonode.properties.gui.util with parameters of type ComponentProperties | |
ComponentProperties(ComponentProperties inheritFrom)
Creates a property object that inherit values from another property object. |
Uses of ComponentProperties in net.infonode.tabbedpanel |
Methods in net.infonode.tabbedpanel that return ComponentProperties | |
ComponentProperties |
TabbedPanelContentPanelProperties.getComponentProperties()
Gets the component properties |
ComponentProperties |
TabAreaProperties.getComponentProperties()
Gets the component properties |
ComponentProperties |
TabAreaComponentsProperties.getComponentProperties()
Gets the component properties |
Uses of ComponentProperties in net.infonode.tabbedpanel.titledtab |
Methods in net.infonode.tabbedpanel.titledtab that return ComponentProperties | |
ComponentProperties |
TitledTabStateProperties.getComponentProperties()
Gets the component properties. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |