|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WindowBarProperties | |
net.infonode.docking | Core classes for the docking windows framework. |
net.infonode.docking.properties | Property classes for docking windows. |
net.infonode.docking.theme | Contains theme classes for docking windows. |
Uses of WindowBarProperties in net.infonode.docking |
Methods in net.infonode.docking that return WindowBarProperties | |
WindowBarProperties |
WindowBar.getWindowBarProperties()
Returns the property values for this window bar. |
Uses of WindowBarProperties in net.infonode.docking.properties |
Methods in net.infonode.docking.properties that return WindowBarProperties | |
static WindowBarProperties |
WindowBarProperties.createDefault(Direction location)
Creates a property object which inherits the default property values. |
WindowBarProperties |
WindowBarProperties.addSuperObject(WindowBarProperties properties)
Adds a super object from which property values are inherited. |
WindowBarProperties |
WindowBarProperties.removeSuperObject()
Deprecated. Use removeSuperObject(WindowBarProperties) instead. |
WindowBarProperties |
WindowBarProperties.removeSuperObject(WindowBarProperties superObject)
Removes a super object. |
WindowBarProperties |
WindowBarProperties.setContentPanelEdgeResizeEdgeDistance(int width)
Sets the distance from the content panel edge which inside the user can resize the content panel. |
WindowBarProperties |
WindowBarProperties.setMinimumWidth(int width)
Sets the minimum width of the window bar. |
WindowBarProperties |
WindowBarProperties.setDragIndicatorColor(Color color)
Sets the resizer's drag indicator color. |
WindowBarProperties |
WindowBarProperties.setContinuousLayoutEnabled(boolean enabled)
Enables/disables continuous layout. |
WindowBarProperties |
RootWindowProperties.getWindowBarProperties()
Returns the default window bar property values. |
Methods in net.infonode.docking.properties with parameters of type WindowBarProperties | |
WindowBarProperties |
WindowBarProperties.addSuperObject(WindowBarProperties properties)
Adds a super object from which property values are inherited. |
WindowBarProperties |
WindowBarProperties.removeSuperObject(WindowBarProperties superObject)
Removes a super object. |
Constructors in net.infonode.docking.properties with parameters of type WindowBarProperties | |
WindowBarProperties(WindowBarProperties inheritFrom)
Creates a property object that inherit values from another property object. |
Uses of WindowBarProperties in net.infonode.docking.theme |
Methods in net.infonode.docking.theme that return WindowBarProperties | |
static WindowBarProperties |
SlimFlatDockingTheme.createWindowBarProperties()
Deprecated. the window bar properties are now included in the root window properties |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |