Uses of Class
net.infonode.tabbedpanel.TabAreaComponentsProperties

Packages that use TabAreaComponentsProperties
net.infonode.tabbedpanel Core classes for creating and using tabbed panels and tabs 
 

Uses of TabAreaComponentsProperties in net.infonode.tabbedpanel
 

Methods in net.infonode.tabbedpanel that return TabAreaComponentsProperties
 TabAreaComponentsProperties TabAreaComponentsProperties.addSuperObject(TabAreaComponentsProperties superObject)
          Adds a super object from which property values are inherited.
 TabAreaComponentsProperties TabbedPanelProperties.getTabAreaComponentsProperties()
          Gets the properties getMap() with properties for the area in a tabbed panel's tab area where the tab area components are shown.
 TabAreaComponentsProperties TabAreaComponentsProperties.removeSuperObject()
          Removes the last added super object.
 TabAreaComponentsProperties TabAreaComponentsProperties.removeSuperObject(TabAreaComponentsProperties superObject)
          Removes the given super object.
 TabAreaComponentsProperties TabAreaComponentsProperties.setHoverListener(HoverListener listener)
          Sets the hover listener that will be triggered when the tab area components area is hoverd by the mouse.
 TabAreaComponentsProperties TabAreaComponentsProperties.setStretchEnabled(boolean enabled)
          Sets if components should be stretched to same height as tabs if tabs are higher than components.
 

Methods in net.infonode.tabbedpanel with parameters of type TabAreaComponentsProperties
 TabAreaComponentsProperties TabAreaComponentsProperties.addSuperObject(TabAreaComponentsProperties superObject)
          Adds a super object from which property values are inherited.
 TabAreaComponentsProperties TabAreaComponentsProperties.removeSuperObject(TabAreaComponentsProperties superObject)
          Removes the given super object.
 

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