- All Superinterfaces:
DockNode
- All Known Subinterfaces:
Dockable,DockParent,DockRoot,Track
- All Known Implementing Classes:
AbstractDockable,AbstractDockParent,AbstractDockRoot,HBoxTrack,SimpleDockable,SimpleDockRoot,SplitPaneTrack,TabbedAccordionTrack,TabPaneTrack,VBoxTrack
Represents a dock item that can be docked to a
DockParent.-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.BooleanPropertyWhether this dock child is showing.Properties inherited from interface org.jhotdraw8.fxcontrols.dock.DockNode
dockParent -
Field Summary
FieldsFields inherited from interface org.jhotdraw8.fxcontrols.dock.DockNode
DOCK_PARENT_PROPERTY -
Method Summary
Modifier and TypeMethodDescriptiondefault booleanGets the value of theshowingproperty.default voidsetShowing(boolean newValue) Sets the value of theshowingproperty.javafx.beans.property.BooleanPropertyWhether this dock child is showing.Methods inherited from interface org.jhotdraw8.fxcontrols.dock.DockNode
dockParentProperty, getDockChildrenReadOnly, getDockParent, getDockRoot, getNode, setDockParent
-
Property Details
-
showing
javafx.beans.property.BooleanProperty showingPropertyWhether this dock child is showing.A dock child that is not showing should not consume CPU resources.
This property is set by
DockParent, for example depending on whether this dockable is in a collapsed pane.- See Also:
-
-
Field Details
-
SHOWING_PROPERTY
The name of theshowingProperty()()}.- See Also:
-
-
Method Details
-
showingProperty
javafx.beans.property.BooleanProperty showingProperty()Whether this dock child is showing.A dock child that is not showing should not consume CPU resources.
This property is set by
DockParent, for example depending on whether this dockable is in a collapsed pane.- Returns:
- true if this dock child is showing.
- See Also:
-
isShowing
default boolean isShowing()Gets the value of theshowingproperty.- Property description:
- Whether this dock child is showing.
A dock child that is not showing should not consume CPU resources.
This property is set by
DockParent, for example depending on whether this dockable is in a collapsed pane. - Returns:
- the value of the
showingproperty - See Also:
-
setShowing
default void setShowing(boolean newValue) Sets the value of theshowingproperty.- Property description:
- Whether this dock child is showing.
A dock child that is not showing should not consume CPU resources.
This property is set by
DockParent, for example depending on whether this dockable is in a collapsed pane. - Parameters:
newValue- the value for theshowingproperty- See Also:
-