Uses of Class
net.infonode.docking.properties.WindowTabProperties

Packages that use WindowTabProperties
net.infonode.docking Core classes for the docking windows framework. 
net.infonode.docking.properties Property classes for docking windows. 
 

Uses of WindowTabProperties in net.infonode.docking
 

Fields in net.infonode.docking declared as WindowTabProperties
private static WindowTabProperties WindowTab.EMPTY_TAB_PROPERTIES
           
private  WindowTabProperties WindowTab.windowTabProperties
           
 

Methods in net.infonode.docking that return WindowTabProperties
private  WindowTabProperties AbstractTabWindow.getTabProperties(DockingWindow window)
           
 

Methods in net.infonode.docking with parameters of type WindowTabProperties
(package private)  void WindowTab.setProperties(WindowTabProperties properties)
           
 

Uses of WindowTabProperties in net.infonode.docking.properties
 

Methods in net.infonode.docking.properties that return WindowTabProperties
 WindowTabProperties WindowTabProperties.addSuperObject(WindowTabProperties properties)
          Adds a super object from which property values are inherited.
 WindowTabProperties TabWindowProperties.getTabProperties()
          Returns the default property values for the window tabs in the tab window.
 WindowTabProperties DockingWindowProperties.getTabProperties()
          Returns the property values for the window tab when the window is located in a TabWindow or a WindowBar.
 WindowTabProperties WindowTabProperties.removeSuperObject()
          Deprecated. Use removeSuperObject(WindowTabProperties) instead.
 WindowTabProperties WindowTabProperties.removeSuperObject(WindowTabProperties superObject)
          Removes a super object.
 

Methods in net.infonode.docking.properties with parameters of type WindowTabProperties
 WindowTabProperties WindowTabProperties.addSuperObject(WindowTabProperties properties)
          Adds a super object from which property values are inherited.
 WindowTabProperties WindowTabProperties.removeSuperObject(WindowTabProperties superObject)
          Removes a super object.
 

Constructors in net.infonode.docking.properties with parameters of type WindowTabProperties
WindowTabProperties(WindowTabProperties inheritFrom)
          Creates a property object that inherit values from another property object.