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

Packages that use ComponentProperties
net.infonode.docking.properties Property classes for docking windows. 
net.infonode.docking.theme Contains theme 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.getComponentProperties()
          Returns the property values for the root window component.
 ComponentProperties FloatingWindowProperties.getComponentProperties()
          Gets the component properties
 ComponentProperties RootWindowProperties.getDragLabelProperties()
          Returns the property values for the drag label.
 ComponentProperties RootWindowProperties.getWindowAreaProperties()
          Returns the component property values for the window area component.
 

Uses of ComponentProperties in net.infonode.docking.theme
 

Methods in net.infonode.docking.theme with parameters of type ComponentProperties
private  void LookAndFeelDockingTheme.updateBackgroundColor(ComponentProperties props, java.awt.Color color)
           
 

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.setBackgroundColor(java.awt.Color color)
          Sets the component background color.
 ComponentProperties ComponentProperties.setBorder(javax.swing.border.Border border)
          Sets the component border.
 ComponentProperties ComponentProperties.setFont(java.awt.Font font)
          Sets the component text font.
 ComponentProperties ComponentProperties.setForegroundColor(java.awt.Color foregroundColor)
          Sets the component foreground color.
 ComponentProperties ComponentProperties.setInsets(java.awt.Insets insets)
          Sets the component insets inside the border.
 

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
 

Methods in net.infonode.tabbedpanel with parameters of type ComponentProperties
private  void TabbedPanel.updateIntelligentInsets(javax.swing.JComponent c, ComponentProperties props)
           
 

Uses of ComponentProperties in net.infonode.tabbedpanel.titledtab
 

Methods in net.infonode.tabbedpanel.titledtab that return ComponentProperties
 ComponentProperties TitledTabStateProperties.getComponentProperties()
          Gets the component properties.