|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RootWindowProperties | |
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. |
net.infonode.docking.util | Utility classes for docking windows. |
Uses of RootWindowProperties in net.infonode.docking |
Methods in net.infonode.docking that return RootWindowProperties | |
RootWindowProperties |
RootWindow.getRootWindowProperties()
Returns the property values for this root window. |
Uses of RootWindowProperties in net.infonode.docking.properties |
Methods in net.infonode.docking.properties that return RootWindowProperties | |
static RootWindowProperties |
RootWindowProperties.createDefault()
Creates a property object that inherits default property values. |
RootWindowProperties |
RootWindowProperties.addSuperObject(RootWindowProperties properties)
Adds a super object from which property values are inherited. |
RootWindowProperties |
RootWindowProperties.removeSuperObject()
Deprecated. Use removeSuperObject(RootWindowProperties) instead. |
RootWindowProperties |
RootWindowProperties.removeSuperObject(RootWindowProperties superObject)
Removes a super object. |
RootWindowProperties |
RootWindowProperties.replaceSuperObject(RootWindowProperties oldSuperObject,
RootWindowProperties newSuperObject)
Replaces a super object. |
RootWindowProperties |
RootWindowProperties.setDragRectangleBorderWidth(int width)
Sets the border width of the drag rectangle. |
RootWindowProperties |
RootWindowProperties.setDoubleClickRestoresWindow(boolean enabled)
If set to true, double clicking on a window tab in a window bar restores the window. |
RootWindowProperties |
RootWindowProperties.setRecursiveTabsEnabled(boolean enabled)
If set to true, the user is allowed to place tab windows inside other tab windows. |
RootWindowProperties |
RootWindowProperties.setEdgeSplitDistance(int size)
Sets the distance from the window edge inside which a mouse drag will trigger a window split. |
RootWindowProperties |
RootWindowProperties.setAbortDragKey(int key)
Sets the key code for the key that aborts a drag. |
Methods in net.infonode.docking.properties with parameters of type RootWindowProperties | |
RootWindowProperties |
RootWindowProperties.addSuperObject(RootWindowProperties properties)
Adds a super object from which property values are inherited. |
RootWindowProperties |
RootWindowProperties.removeSuperObject(RootWindowProperties superObject)
Removes a super object. |
RootWindowProperties |
RootWindowProperties.replaceSuperObject(RootWindowProperties oldSuperObject,
RootWindowProperties newSuperObject)
Replaces a super object. |
Constructors in net.infonode.docking.properties with parameters of type RootWindowProperties | |
RootWindowProperties(RootWindowProperties inheritFrom)
Creates a property object which inherits property values from another object. |
Uses of RootWindowProperties in net.infonode.docking.theme |
Methods in net.infonode.docking.theme that return RootWindowProperties | |
RootWindowProperties |
SoftBlueIceDockingTheme.getRootWindowProperties()
|
RootWindowProperties |
SlimFlatDockingTheme.getRootWindowProperties()
|
static RootWindowProperties |
SlimFlatDockingTheme.createRootWindowProperties()
Create a root window properties object with the property values for this theme. |
RootWindowProperties |
ShapedGradientDockingTheme.getRootWindowProperties()
Gets the theme RootWindowProperties |
RootWindowProperties |
LookAndFeelDockingTheme.getRootWindowProperties()
Gets the theme RootWindowProperties |
RootWindowProperties |
GradientDockingTheme.getRootWindowProperties()
|
abstract RootWindowProperties |
DockingWindowsTheme.getRootWindowProperties()
Returns the root window properties for this theme. |
RootWindowProperties |
DefaultDockingTheme.getRootWindowProperties()
|
RootWindowProperties |
ClassicDockingTheme.getRootWindowProperties()
Gets the theme RootWindowProperties |
RootWindowProperties |
BlueHighlightDockingTheme.getRootWindowProperties()
|
static RootWindowProperties |
BlueHighlightDockingTheme.createRootWindowProperties()
Create a root window properties object with the property values for this theme. |
Uses of RootWindowProperties in net.infonode.docking.util |
Methods in net.infonode.docking.util that return RootWindowProperties | |
static RootWindowProperties |
PropertiesUtil.createTitleBarStyleRootWindowProperties()
Creates and returns a new RootWindowProperties object that is meant to be
added as super object on another RootWindowProperties object, for example
a theme's RootWindowProperties .
|
Methods in net.infonode.docking.util with parameters of type RootWindowProperties | |
static void |
PropertiesUtil.setTitleBarStyle(RootWindowProperties rootProps)
Sets title bar style in the given root window properties object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |