|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewProperties | |
net.infonode.docking | Core classes for the docking windows framework. |
net.infonode.docking.properties | Property classes for docking windows. |
Uses of ViewProperties in net.infonode.docking |
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.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 |
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.setTitle(String title)
Sets the view title. |
ViewProperties |
ViewProperties.setIcon(Icon icon)
Sets the view icon. |
ViewProperties |
RootWindowProperties.getViewProperties()
Returns the default property values for views. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |