Uses of Interface
org.jhotdraw8.fxcontrols.dock.DockChild
Packages that use DockChild
-
Uses of DockChild in org.jhotdraw8.fxcontrols.dock
Subinterfaces of DockChild in org.jhotdraw8.fxcontrols.dockModifier and TypeInterfaceDescriptioninterfaceinterfaceA DockParent provides screen space for one or moreDockChildren.interfaceThe root node of a docking hierarchy.interfaceClasses in org.jhotdraw8.fxcontrols.dock that implement DockChildModifier and TypeClassDescriptionclassAbstract base class for implementations ofDockable.classAbstract base class for implementations ofDockParent.classAbstract base class for implementations ofDockRoot.classclassclassA simple implementation of theDockRootinterface.classclassThis track stacksDockables on the Z-axis into a tab pane inside an accordion.classThis track stacks its children on the Z-axis into a tab pane.classFields in org.jhotdraw8.fxcontrols.dock with type parameters of type DockChildModifier and TypeFieldDescriptionprotected final javafx.collections.ObservableList<DockChild> AbstractDockParent.dockChildrenMethods in org.jhotdraw8.fxcontrols.dock that return types with arguments of type DockChildModifier and TypeMethodDescriptionAbstractDockParent.getDockChildren()DockParent.getDockChildren()AbstractDockable.getDockChildrenReadOnly()DockNode.getDockChildrenReadOnly()Gets the children of this node.default @NonNull ReadOnlyList<DockChild> DockParent.getDockChildrenReadOnly()