|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
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 | |
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. |
|
TitledTabHoverAction(TitledTabProperties props)
Creates a TitledTabHoverAction with the given TitledTabProperties object. |
|
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. |
Uses of TitledTabProperties in net.infonode.tabbedpanel.theme |
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 |
Methods in net.infonode.tabbedpanel.titledtab that return TitledTabProperties | |
TitledTabProperties |
TitledTabProperties.addSuperObject(TitledTabProperties superObject)
Adds a super object from which property values are inherited. |
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. |
static TitledTabProperties |
TitledTabProperties.getDefaultProperties()
Creates a properties object with default properties based on the current look and feel |
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.setSizePolicy(TitledTabSizePolicy sizePolicy)
Sets the size policy for this TitledTab |
TitledTabProperties |
TitledTabProperties.setBorderSizePolicy(TitledTabBorderSizePolicy sizePolicy)
Sets the border size policy for this TitledTab |
TitledTabProperties |
TitledTabProperties.setMinimumSizeProvider(DimensionProvider size)
Sets the tab's minimum size dimension provider |
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.setEnabled(boolean value)
Sets if this TitledTab should be enabled or not. |
TitledTabProperties |
TitledTabProperties.setHoverListener(HoverListener listener)
Sets the hover listener that will be triggered when the tab is hovered by the mouse. |
TitledTabProperties |
TitledTab.getProperties()
Gets the TitledTabProperties |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |