- All Known Implementing Classes:
AbstractDockable,SimpleDockable
-
Property Summary
PropertiesTypePropertyDescription@NonNull javafx.beans.property.ObjectProperty<javafx.scene.Node> The graphic of this dockable.@NonNull javafx.beans.property.StringPropertyThe text of this dockable.Properties inherited from interface org.jhotdraw8.fxcontrols.dock.DockNode
dockParent -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of thegraphicProperty()()}.static final StringThe name of thetextProperty()()}.Fields inherited from interface org.jhotdraw8.fxcontrols.dock.DockChild
SHOWING_PROPERTYFields inherited from interface org.jhotdraw8.fxcontrols.dock.DockNode
DOCK_PARENT_PROPERTY -
Method Summary
Modifier and TypeMethodDescriptiondefault javafx.scene.NodeGets the value of thegraphicproperty.default StringgetText()Gets the value of thetextproperty.@NonNull javafx.beans.property.ObjectProperty<javafx.scene.Node> The graphic of this dockable.default voidsetGraphic(javafx.scene.Node value) Sets the value of thegraphicproperty.default voidSets the value of thetextproperty.@NonNull javafx.beans.property.StringPropertyThe text of this dockable.Methods inherited from interface org.jhotdraw8.fxcontrols.dock.DockChild
isShowing, setShowing, showingPropertyMethods inherited from interface org.jhotdraw8.fxcontrols.dock.DockNode
dockParentProperty, getDockChildrenReadOnly, getDockParent, getDockRoot, getNode, setDockParent
-
Property Details
-
graphic
@NonNull javafx.beans.property.ObjectProperty<javafx.scene.Node> graphicPropertyThe graphic of this dockable.The user uses the graphic to drag and drop the dockable.
- See Also:
-
text
@NonNull javafx.beans.property.StringProperty textPropertyThe text of this dockable.The user uses the text to identify the dockable.
- See Also:
-
-
Field Details
-
GRAPHIC_PROPERTY
The name of thegraphicProperty()()}.- See Also:
-
TEXT_PROPERTY
The name of thetextProperty()()}.- See Also:
-
-
Method Details
-
graphicProperty
@NonNull javafx.beans.property.ObjectProperty<javafx.scene.Node> graphicProperty()The graphic of this dockable.The user uses the graphic to drag and drop the dockable.
- Returns:
- the graphic
- See Also:
-
getGraphic
default javafx.scene.Node getGraphic()Gets the value of thegraphicproperty.- Property description:
- The graphic of this dockable.
The user uses the graphic to drag and drop the dockable.
- Returns:
- the value of the
graphicproperty - See Also:
-
setGraphic
default void setGraphic(javafx.scene.Node value) Sets the value of thegraphicproperty.- Property description:
- The graphic of this dockable.
The user uses the graphic to drag and drop the dockable.
- Parameters:
value- the value for thegraphicproperty- See Also:
-
textProperty
@NonNull javafx.beans.property.StringProperty textProperty()The text of this dockable.The user uses the text to identify the dockable.
- Returns:
- the graphic
- See Also:
-
getText
Gets the value of thetextproperty.- Property description:
- The text of this dockable.
The user uses the text to identify the dockable.
- Returns:
- the value of the
textproperty - See Also:
-
setText
Sets the value of thetextproperty.- Property description:
- The text of this dockable.
The user uses the text to identify the dockable.
- Parameters:
value- the value for thetextproperty- See Also:
-