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

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

Uses of ViewTitleBarProperties in net.infonode.docking
 

Fields in net.infonode.docking declared as ViewTitleBarProperties
private  ViewTitleBarProperties TabWindowHoverAction.viewTitleBarProperties
           
 

Methods in net.infonode.docking that return ViewTitleBarProperties
 ViewTitleBarProperties TabWindowHoverAction.getViewTitleBarProperties()
          Returns this action's view title bar properties
 

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

Uses of ViewTitleBarProperties in net.infonode.docking.properties
 

Methods in net.infonode.docking.properties that return ViewTitleBarProperties
 ViewTitleBarProperties ViewTitleBarProperties.addSuperObject(ViewTitleBarProperties properties)
          Adds a super object from which property values are inherited.
 ViewTitleBarProperties ViewProperties.getViewTitleBarProperties()
          Returns the property values for the title bar in the view
 ViewTitleBarProperties ViewTitleBarProperties.removeSuperObject(ViewTitleBarProperties superObject)
          Removes a super object.
 ViewTitleBarProperties ViewTitleBarProperties.setContentTitleBarGap(int gap)
          Sets the gap between the view's content and the title bar
 ViewTitleBarProperties ViewTitleBarProperties.setDirection(Direction direction)
           Sets the layout direction The icon, text and components are laid out in a line that will be rotated in the given direction.
 ViewTitleBarProperties ViewTitleBarProperties.setHoverListener(HoverListener listener)
          Sets the hover listener that will be triggered when the title bar is hoverd by the mouse.
 ViewTitleBarProperties ViewTitleBarProperties.setMinimumSizeProvider(DimensionProvider size)
          Sets the title bar's minimum size dimension provider
 ViewTitleBarProperties ViewTitleBarProperties.setOrientation(Direction orientation)
          Sets the orientation i.e. on what side of the view's content the title bar will be placed
 ViewTitleBarProperties ViewTitleBarProperties.setVisible(boolean visible)
          Sets if the title bar should be visible or not
 

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

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