Spec-Zone .ru
спецификации, руководства, описания, API
|
public static class SplitPane.Divider
extends java.lang.Object
Type | Property and Description |
---|---|
DoubleProperty |
position
Represents the location where the divider should ideally be
positioned, between 0.0 and 1.0 (inclusive).
|
Constructor and Description |
---|
SplitPane.Divider() |
Modifier and Type | Method and Description |
---|---|
double |
getPosition()
Gets the value of the property position.
|
DoubleProperty |
positionProperty()
Represents the location where the divider should ideally be
positioned, between 0.0 and 1.0 (inclusive).
|
void |
setPosition(double value)
Sets the value of the property position.
|
public final DoubleProperty positionProperty
Represents the location where the divider should ideally be positioned, between 0.0 and 1.0 (inclusive). 0.0 represents the left- or top-most point, and 1.0 represents the right- or bottom-most point (depending on the horizontal property). The SplitPane will attempt to get the divider to the point requested, but it must take into account the minimum width/height of the nodes contained within it.
As the user drags the SplitPane divider around this property will be updated to always represent its current location.
getPosition()
,
setPosition(double)
public final void setPosition(double value)
Represents the location where the divider should ideally be positioned, between 0.0 and 1.0 (inclusive). 0.0 represents the left- or top-most point, and 1.0 represents the right- or bottom-most point (depending on the horizontal property). The SplitPane will attempt to get the divider to the point requested, but it must take into account the minimum width/height of the nodes contained within it.
As the user drags the SplitPane divider around this property will be updated to always represent its current location.
public final double getPosition()
Represents the location where the divider should ideally be positioned, between 0.0 and 1.0 (inclusive). 0.0 represents the left- or top-most point, and 1.0 represents the right- or bottom-most point (depending on the horizontal property). The SplitPane will attempt to get the divider to the point requested, but it must take into account the minimum width/height of the nodes contained within it.
As the user drags the SplitPane divider around this property will be updated to always represent its current location.
public final DoubleProperty positionProperty()
Represents the location where the divider should ideally be positioned, between 0.0 and 1.0 (inclusive). 0.0 represents the left- or top-most point, and 1.0 represents the right- or bottom-most point (depending on the horizontal property). The SplitPane will attempt to get the divider to the point requested, but it must take into account the minimum width/height of the nodes contained within it.
As the user drags the SplitPane divider around this property will be updated to always represent its current location.
getPosition()
,
setPosition(double)
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to