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

Packages that use TitledTabStateProperties
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.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 TitledTabStateProperties.removeSuperObject()
          Removes the last added super object.
 TitledTabStateProperties TitledTabStateProperties.removeSuperObject(TitledTabStateProperties superObject)
          Removes the given super object.
 TitledTabStateProperties TitledTabStateProperties.setIcon(Icon icon)
          Sets the icon
 TitledTabStateProperties TitledTabStateProperties.setText(String text)
          Sets the text
 TitledTabStateProperties TitledTabStateProperties.setIconTextGap(int gap)
          Sets the gap in pixels between the icon and the text
 TitledTabStateProperties TitledTabStateProperties.setToolTipText(String text)
          Sets the tool tip text
 TitledTabStateProperties TitledTabStateProperties.setToolTipEnabled(boolean enabled)
          Sets if tool tip text is enabled or disabled
 TitledTabStateProperties TitledTabStateProperties.setIconVisible(boolean visible)
          Sets if icon is visible or not visible
 TitledTabStateProperties TitledTabStateProperties.setTextVisible(boolean visible)
          Sets if text is visible or not visible
 TitledTabStateProperties TitledTabStateProperties.setTitleComponentVisible(boolean visible)
          Sets if title component is visible or not visible
 TitledTabStateProperties TitledTabStateProperties.setHorizontalAlignment(Alignment alignment)
          Sets the text's and icon's horizontal alignment
 TitledTabStateProperties TitledTabStateProperties.setVerticalAlignment(Alignment alignment)
          Sets the text's and icon's vertical alignment
 TitledTabStateProperties TitledTabStateProperties.setIconTextRelativeAlignment(Alignment alignment)
          Sets the icon alignment relative to the text.
 TitledTabStateProperties TitledTabStateProperties.setTextTitleComponentGap(int gap)
          Sets the gap in pixels between the text/icon and the title component
 TitledTabStateProperties TitledTabStateProperties.setTitleComponentTextRelativeAlignment(Alignment alignment)
          Sets the title components alignment relative to the text/icon
 TitledTabStateProperties TitledTabStateProperties.setDirection(Direction direction)
          Sets the direction, i.e. the line layout of the titled tab's components.
 TitledTabStateProperties TitledTabProperties.getNormalProperties()
          Gets the properties for the normal state
 TitledTabStateProperties TitledTabProperties.getHighlightedProperties()
          Gets the properties for the highlighted state
 TitledTabStateProperties TitledTabProperties.getDisabledProperties()
          Gets the properties for the disabled state
 

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.
 TitledTabStateProperties TitledTabStateProperties.removeSuperObject(TitledTabStateProperties superObject)
          Removes the given super object.
 

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
 



Copyright © 2007 NNL Technology AB. All Rights Reserved.