Uses of Interface
org.jhotdraw8.fxcontrols.dock.DockParent
Packages that use DockParent
-
Uses of DockParent in org.jhotdraw8.fxcontrols.dock
Subinterfaces of DockParent in org.jhotdraw8.fxcontrols.dockModifier and TypeInterfaceDescriptioninterfaceThe root node of a docking hierarchy.interfaceClasses in org.jhotdraw8.fxcontrols.dock that implement DockParentModifier and TypeClassDescriptionclassAbstract base class for implementations ofDockParent.classAbstract base class for implementations ofDockRoot.classclassA 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 DockParentModifier and TypeFieldDescriptionprotected final javafx.beans.property.ObjectProperty<DockParent> AbstractDockable.dockParentprotected final javafx.beans.property.ObjectProperty<DockParent> AbstractDockParent.dockParentMethods in org.jhotdraw8.fxcontrols.dock that return DockParentModifier and TypeMethodDescriptiondefault @Nullable DockParentDockNode.getDockParent()Gets the value of thedockParentproperty.Methods in org.jhotdraw8.fxcontrols.dock that return types with arguments of type DockParentModifier and TypeMethodDescription@NonNull javafx.beans.property.ObjectProperty<DockParent> AbstractDockable.dockParentProperty()@NonNull javafx.beans.property.ObjectProperty<DockParent> AbstractDockParent.dockParentProperty()@NonNull javafx.beans.property.ObjectProperty<DockParent> DockNode.dockParentProperty()Gets the parent of this node.protected @NonNull javafx.beans.value.ChangeListener<DockParent> TabbedAccordionTrack.onParentChanged()protected @NonNull javafx.beans.value.ChangeListener<DockParent> TabPaneTrack.onParentChanged()Methods in org.jhotdraw8.fxcontrols.dock with parameters of type DockParentModifier and TypeMethodDescriptiondefault voidDockNode.setDockParent(@Nullable DockParent value) Sets the value of thedockParentproperty.