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

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

Uses of ViewProperties in net.infonode.docking
 

Fields in net.infonode.docking declared as ViewProperties
private  ViewProperties View.rootProperties
           
 

Methods in net.infonode.docking that return ViewProperties
 ViewProperties View.getViewProperties()
          Returns the property values for this view.
 

Uses of ViewProperties in net.infonode.docking.model
 

Fields in net.infonode.docking.model declared as ViewProperties
private  ViewProperties ViewItem.viewProperties
           
 

Methods in net.infonode.docking.model that return ViewProperties
 ViewProperties ViewItem.getViewProperties()
           
 

Uses of ViewProperties in net.infonode.docking.properties
 

Methods in net.infonode.docking.properties that return ViewProperties
 ViewProperties ViewProperties.addSuperObject(ViewProperties properties)
          Adds a super object from which property values are inherited.
 ViewProperties RootWindowProperties.getViewProperties()
          Returns the default property values for views.
 ViewProperties ViewProperties.removeSuperObject()
          Deprecated. Use removeSuperObject(ViewProperties) instead.
 ViewProperties ViewProperties.removeSuperObject(ViewProperties superObject)
          Removes a super object.
 ViewProperties ViewProperties.setAlwaysShowTitle(boolean showTitle)
          Set to true the view should always be placed in a TabWindow so that it's title is shown.
 ViewProperties ViewProperties.setIcon(javax.swing.Icon icon)
          Sets the view icon.
 ViewProperties ViewProperties.setTitle(java.lang.String title)
          Sets the view title.
 

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

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