-
Property Summary
Properties
javafx.beans.property.BooleanProperty
Whether this dock parent is editable.
Properties inherited from interface org.jhotdraw8.fxcontrols.dock.DockChild
showing
-
-
Method Summary
javafx.beans.property.BooleanProperty
Whether this dock parent is editable.
Gets the children of this node.
default boolean
Returns whether the user can edit this dock parent.
boolean
Returns true if this parent dock resizes the items.
default void
Sets whether the user can edit this dock parent.
-
Property Details
-
editable
javafx.beans.property.BooleanProperty editableProperty
Whether this dock parent is editable.
- See Also:
-
-
Field Details
-
EDITABLE_PROPERTY
static final String EDITABLE_PROPERTY
- See Also:
-
-
Method Details
-
getDockChildren
javafx.collections.ObservableList<DockChild> getDockChildren()
-
-
editableProperty
javafx.beans.property.BooleanProperty editableProperty()
Whether this dock parent is editable.
- Returns:
- true if this dock parent is editable.
- See Also:
-
-
isEditable
default boolean isEditable()
Returns whether the user can edit this dock parent.
- Returns:
- true if the user can edit this dock parent.
-
setEditable
default void setEditable(boolean value)
Sets whether the user can edit this dock parent.
- Parameters:
value - true if the user can edit this dock parent.
-
-
isResizesDockChildren
boolean isResizesDockChildren()
Returns true if this parent dock resizes the items. If this method returns
true, a dock child should not provide resize controls.
- Returns:
- true if the track resizes items.