Uses of Class
net.infonode.tabbedpanel.TabAreaProperties

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

Uses of TabAreaProperties in net.infonode.tabbedpanel
 

Methods in net.infonode.tabbedpanel that return TabAreaProperties
 TabAreaProperties TabAreaProperties.addSuperObject(TabAreaProperties superObject)
          Adds a super object from which property values are inherited.
 TabAreaProperties TabbedPanelProperties.getTabAreaProperties()
          Gets the properties getMap() with properties for the tabbed panel's tab area
 TabAreaProperties TabAreaProperties.removeSuperObject()
          Removes the last added super object.
 TabAreaProperties TabAreaProperties.removeSuperObject(TabAreaProperties superObject)
          Removes the given super object.
 TabAreaProperties TabAreaProperties.setHoverListener(HoverListener listener)
          Sets the hover listener that will be triggered when the tab area is hoverd by the mouse.
 TabAreaProperties TabAreaProperties.setTabAreaVisiblePolicy(TabAreaVisiblePolicy policy)
          Sets the tab area visible policy for the tab area, i.e. when the tab area is to be visible
 

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

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