Uses of Class
net.infonode.tabbedpanel.titledtab.TitledTabStateProperties

Packages that use TitledTabStateProperties
net.infonode.docking Core classes for the docking windows framework. 
net.infonode.docking.properties Property classes for docking windows. 
net.infonode.tabbedpanel.titledtab TitledTab is a tab type with support for text, icon and a custom Swing component 
 

Uses of TitledTabStateProperties in net.infonode.docking
 

Fields in net.infonode.docking declared as TitledTabStateProperties
private static TitledTabStateProperties WindowTab.EMPTY_PROPERTIES
           
 

Uses of TitledTabStateProperties in net.infonode.docking.properties
 

Methods in net.infonode.docking.properties that return TitledTabStateProperties
 TitledTabStateProperties WindowTabProperties.getFocusedProperties()
          Returns the property values for the titled tab when it is focused or a component in the tab's content component has focus.
 

Uses of TitledTabStateProperties in net.infonode.tabbedpanel.titledtab
 

Methods in net.infonode.tabbedpanel.titledtab that return TitledTabStateProperties
 TitledTabStateProperties TitledTabStateProperties.addSuperObject(TitledTabStateProperties superObject)
          Adds a super object from which property values are inherited.
 TitledTabStateProperties TitledTabProperties.getDisabledProperties()
          Gets the properties for the disabled state
 TitledTabStateProperties TitledTabProperties.getHighlightedProperties()
          Gets the properties for the highlighted state
 TitledTabStateProperties TitledTabProperties.getNormalProperties()
          Gets the properties for the normal state
 TitledTabStateProperties TitledTabStateProperties.removeSuperObject()
          Removes the last added super object.
 TitledTabStateProperties TitledTabStateProperties.removeSuperObject(TitledTabStateProperties superObject)
          Removes the given super object.
 TitledTabStateProperties TitledTabStateProperties.setDirection(Direction direction)
          Sets the direction, i.e. the line layout of the titled tab's components.
 TitledTabStateProperties TitledTabStateProperties.setHorizontalAlignment(Alignment alignment)
          Sets the text's and icon's horizontal alignment
 TitledTabStateProperties TitledTabStateProperties.setIcon(javax.swing.Icon icon)
          Sets the icon
 TitledTabStateProperties TitledTabStateProperties.setIconTextGap(int gap)
          Sets the gap in pixels between the icon and the text
 TitledTabStateProperties TitledTabStateProperties.setIconTextRelativeAlignment(Alignment alignment)
          Sets the icon alignment relative to the text.
 TitledTabStateProperties TitledTabStateProperties.setIconVisible(boolean visible)
          Sets if icon is visible or not visible
 TitledTabStateProperties TitledTabStateProperties.setText(java.lang.String text)
          Sets the text
 TitledTabStateProperties TitledTabStateProperties.setTextTitleComponentGap(int gap)
          Sets the gap in pixels between the text/icon and the title component
 TitledTabStateProperties TitledTabStateProperties.setTextVisible(boolean visible)
          Sets if text is visible or not visible
 TitledTabStateProperties TitledTabStateProperties.setTitleComponentTextRelativeAlignment(Alignment alignment)
          Sets the title components alignment relative to the text/icon
 TitledTabStateProperties TitledTabStateProperties.setTitleComponentVisible(boolean visible)
          Sets if title component is visible or not visible
 TitledTabStateProperties TitledTabStateProperties.setToolTipEnabled(boolean enabled)
          Sets if tool tip text is enabled or disabled
 TitledTabStateProperties TitledTabStateProperties.setToolTipText(java.lang.String text)
          Sets the tool tip text
 TitledTabStateProperties TitledTabStateProperties.setVerticalAlignment(Alignment alignment)
          Sets the text's and icon's vertical alignment
 

Methods in net.infonode.tabbedpanel.titledtab with parameters of type TitledTabStateProperties
 TitledTabStateProperties TitledTabStateProperties.addSuperObject(TitledTabStateProperties superObject)
          Adds a super object from which property values are inherited.
private  javax.swing.border.Border TitledTab.getInnerBorder(TitledTabStateProperties properties, Direction tabOrientation, int raised, java.awt.Insets maxInsets)
           
 TitledTabStateProperties TitledTabStateProperties.removeSuperObject(TitledTabStateProperties superObject)
          Removes the given super object.
 void TitledTab.StatePanel.setTitleComponent(javax.swing.JComponent titleComponent, TitledTabStateProperties stateProps)
           
private  void TitledTab.StatePanel.updateLayout(TitledTabStateProperties stateProperties, boolean titleComponentChanged)
           
 void TitledTab.StatePanel.updateShapedPanel(TitledTabStateProperties stateProperties)
           
 boolean TitledTab.StatePanel.updateState(java.util.Map changes, TitledTabStateProperties stateProperties)
           
 

Constructors in net.infonode.tabbedpanel.titledtab with parameters of type TitledTabStateProperties
TitledTabStateProperties(TitledTabStateProperties inheritFrom)
          Constructs a TitledTabStateProperties object that inherits its properties from the given TitledTabStateProperties object