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

Packages that use TitledTabProperties
net.infonode.docking Core classes for the docking windows framework. 
net.infonode.docking.properties Property classes for docking windows. 
net.infonode.tabbedpanel.hover Contains hover actions that make it easy to change properties for hovered tabbed panels and titled tabs. 
net.infonode.tabbedpanel.theme Themes with different looks for both TabbedPanel and TitledTab 
net.infonode.tabbedpanel.titledtab TitledTab is a tab type with support for text, icon and a custom Swing component 
 

Uses of TitledTabProperties in net.infonode.docking
 

Fields in net.infonode.docking declared as TitledTabProperties
private  TitledTabProperties TabWindowHoverAction.titledTabProperties
           
 

Methods in net.infonode.docking that return TitledTabProperties
 TitledTabProperties TabWindowHoverAction.getTitledTabProperties()
          Returns this action's titled tab properties
 

Constructors in net.infonode.docking with parameters of type TitledTabProperties
TabWindowHoverAction(TabbedPanelProperties tabbedPanelProperties, TitledTabProperties titledTabProperties, ViewTitleBarProperties viewTitleBarProperties)
           
 

Uses of TitledTabProperties in net.infonode.docking.properties
 

Methods in net.infonode.docking.properties that return TitledTabProperties
 TitledTabProperties WindowTabProperties.getTitledTabProperties()
          Returns the property values for the titled tab used in the tab.
 

Uses of TitledTabProperties in net.infonode.tabbedpanel.hover
 

Fields in net.infonode.tabbedpanel.hover declared as TitledTabProperties
private  TitledTabProperties TitledTabHoverAction.props
           
private  TitledTabProperties TitledTabTabbedPanelHoverAction.titledTabProperties
           
private  TitledTabProperties TabbedPanelTitledTabHoverAction.titledTabProperties
           
 

Methods in net.infonode.tabbedpanel.hover that return TitledTabProperties
 TitledTabProperties TitledTabTabbedPanelHoverAction.getTitledTabProperties()
          Gets the TitledTabProperties object for this action.
 TitledTabProperties TitledTabHoverAction.getTitledTabProperties()
          Gets the TitledTabProperties object for this action.
 TitledTabProperties TitledTabDelayedMouseExitHoverAction.getTitledTabProperties()
          Gets the TitledTabProperties object for this action.
 TitledTabProperties TabbedPanelTitledTabHoverAction.getTitledTabProperties()
          Gets the TitledTabProperties object for this action.
 

Constructors in net.infonode.tabbedpanel.hover with parameters of type TitledTabProperties
TabbedPanelTitledTabHoverAction(TabbedPanelProperties tabbedPanelProperties, TitledTabProperties titledTabProperties)
          Creates a TabbedPanelTitledTabHoverAction with the given TabbedPanelProperties object and the given TitledTabProperties object.
TabbedPanelTitledTabHoverAction(TabbedPanelProperties tabbedPanelProperties, TitledTabProperties titledTabProperties, boolean allTabs)
          Creates a TabbedPanelTitledTabHoverAction with the given TabbedPanelProperties object and the given TitledTabProperties object.
TitledTabHoverAction(TitledTabProperties props)
          Creates a TitledTabHoverAction with the given TitledTabProperties object.
TitledTabTabbedPanelHoverAction(TitledTabProperties titledTabProperties, TabbedPanelProperties tabbedPanelProperties)
          Creates a TitledTabTabbedPanelHoverAction containing with the given TitledTabProperties object and the given TabbedPanelProperties object.
TitledTabTabbedPanelHoverAction(TitledTabProperties titledTabProperties, TabbedPanelProperties tabbedPanelProperties, boolean allTabs)
          Creates a TitledTabTabbedPanelHoverAction containing with the given TitledTabProperties object and the given TabbedPanelProperties object.
 

Uses of TitledTabProperties in net.infonode.tabbedpanel.theme
 

Fields in net.infonode.tabbedpanel.theme declared as TitledTabProperties
private  TitledTabProperties SmallFlatTheme.tabProperties
           
private  TitledTabProperties DefaultTheme.tabProperties
           
private  TitledTabProperties BlueHighlightTheme.tabProperties
           
private static TitledTabProperties LookAndFeelTheme.tabProps
           
private  TitledTabProperties LookAndFeelTheme.themeTabProps
           
private  TitledTabProperties SoftBlueIceTheme.titledTabProperties
           
private  TitledTabProperties ShapedGradientTheme.titledTabProperties
           
private  TitledTabProperties GradientTheme.titledTabProperties
           
private  TitledTabProperties ClassicTheme.titledTabProperties
           
 

Methods in net.infonode.tabbedpanel.theme that return TitledTabProperties
abstract  TitledTabProperties TabbedPanelTitledTabTheme.getTitledTabProperties()
          Gets the TitledTabProperties for this theme
 TitledTabProperties SoftBlueIceTheme.getTitledTabProperties()
           
 TitledTabProperties SmallFlatTheme.getTitledTabProperties()
          Gets the TitledTabProperties for this theme
 TitledTabProperties ShapedGradientTheme.getTitledTabProperties()
          Gets the TitledTabProperties for this theme
 TitledTabProperties LookAndFeelTheme.getTitledTabProperties()
          Gets the TitledTabProperties for this theme
 TitledTabProperties GradientTheme.getTitledTabProperties()
           
 TitledTabProperties DefaultTheme.getTitledTabProperties()
          Gets the TitledTabProperties for this theme
 TitledTabProperties ClassicTheme.getTitledTabProperties()
          Gets the TitledTabProperties for this theme
 TitledTabProperties BlueHighlightTheme.getTitledTabProperties()
          Gets the TitledTabProperties for this theme
 

Uses of TitledTabProperties in net.infonode.tabbedpanel.titledtab
 

Fields in net.infonode.tabbedpanel.titledtab declared as TitledTabProperties
private static TitledTabProperties TitledTabProperties.DEFAULT_VALUES
           
private  TitledTabProperties TitledTab.properties
           
 

Methods in net.infonode.tabbedpanel.titledtab that return TitledTabProperties
 TitledTabProperties TitledTabProperties.addSuperObject(TitledTabProperties superObject)
          Adds a super object from which property values are inherited.
static TitledTabProperties TitledTabProperties.getDefaultProperties()
          Creates a properties object with default properties based on the current look and feel
 TitledTabProperties TitledTab.getProperties()
          Gets the TitledTabProperties
 TitledTabProperties TitledTabProperties.removeSuperObject()
          Removes the last added super object.
 TitledTabProperties TitledTabProperties.removeSuperObject(TitledTabProperties superObject)
          Removes the given super object.
 TitledTabProperties TitledTabProperties.replaceSuperObject(TitledTabProperties oldSuperObject, TitledTabProperties newSuperObject)
          Replaces the given super objects.
 TitledTabProperties TitledTabProperties.setBorderSizePolicy(TitledTabBorderSizePolicy sizePolicy)
          Sets the border size policy for this TitledTab
 TitledTabProperties TitledTabProperties.setEnabled(boolean value)
           Sets if this TitledTab should be enabled or not.
 TitledTabProperties TitledTabProperties.setFocusable(boolean value)
          Sets if this TitledTab should be focusable
 TitledTabProperties TitledTabProperties.setFocusMarkerEnabled(boolean value)
           Sets if this TitledTab should show its built-in focus marker when this tab has focus.
 TitledTabProperties TitledTabProperties.setHighlightedRaised(int amount)
          Sets how many pixels higher this TitledTab will be when it is in its highlighted state compared to its normal and disabled state
 TitledTabProperties TitledTabProperties.setHoverListener(HoverListener listener)
          Sets the hover listener that will be triggered when the tab is hovered by the mouse.
 TitledTabProperties TitledTabProperties.setMinimumSizeProvider(DimensionProvider size)
          Sets the tab's minimum size dimension provider
 TitledTabProperties TitledTabProperties.setSizePolicy(TitledTabSizePolicy sizePolicy)
          Sets the size policy for this TitledTab
 

Methods in net.infonode.tabbedpanel.titledtab with parameters of type TitledTabProperties
 TitledTabProperties TitledTabProperties.addSuperObject(TitledTabProperties superObject)
          Adds a super object from which property values are inherited.
 TitledTabProperties TitledTabProperties.removeSuperObject(TitledTabProperties superObject)
          Removes the given super object.
 TitledTabProperties TitledTabProperties.replaceSuperObject(TitledTabProperties oldSuperObject, TitledTabProperties newSuperObject)
          Replaces the given super objects.
 

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