java.lang.Object
org.jhotdraw8.fxcontrols.dock.AbstractDockable
org.jhotdraw8.fxcontrols.dock.SimpleDockable
-
Property Summary
Properties inherited from class org.jhotdraw8.fxcontrols.dock.AbstractDockable
dockParent, graphic, showing, text -
Field Summary
Fields inherited from class org.jhotdraw8.fxcontrols.dock.AbstractDockable
dockParent, graphic, showing, textFields inherited from interface org.jhotdraw8.fxcontrols.dock.Dockable
GRAPHIC_PROPERTY, TEXT_PROPERTYFields inherited from interface org.jhotdraw8.fxcontrols.dock.DockChild
SHOWING_PROPERTYFields inherited from interface org.jhotdraw8.fxcontrols.dock.DockNode
DOCK_PARENT_PROPERTY -
Constructor Summary
ConstructorsConstructorDescriptionSimpleDockable(String text, javafx.scene.Node content) SimpleDockable(javafx.scene.Node content) -
Method Summary
Methods inherited from class org.jhotdraw8.fxcontrols.dock.AbstractDockable
dockParentProperty, getDockChildrenReadOnly, graphicProperty, showingProperty, textPropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jhotdraw8.fxcontrols.dock.Dockable
getGraphic, getText, setGraphic, setTextMethods inherited from interface org.jhotdraw8.fxcontrols.dock.DockChild
isShowing, setShowingMethods inherited from interface org.jhotdraw8.fxcontrols.dock.DockNode
getDockParent, getDockRoot, setDockParent
-
Constructor Details
-
SimpleDockable
public SimpleDockable(javafx.scene.Node content) -
SimpleDockable
-
-
Method Details
-
getNode
-