Uses of Interface
org.jhotdraw8.fxcontrols.dock.Dockable
Packages that use Dockable
-
Uses of Dockable in org.jhotdraw8.fxcontrols.dock
Classes in org.jhotdraw8.fxcontrols.dock that implement DockableModifier and TypeClassDescriptionclassAbstract base class for implementations ofDockable.classFields in org.jhotdraw8.fxcontrols.dock with type parameters of type DockableModifier and TypeFieldDescriptionstatic final javafx.beans.property.ObjectProperty<Dockable> DockRoot.draggedDockableWe store the dragged item here, because we move the reference of a DockItem with the drag board rather than a value of the DockItem.Methods in org.jhotdraw8.fxcontrols.dock that return DockableModifier and TypeMethodDescriptionDockRoot.getDraggedDockable()Gets the value of thedraggedDockableproperty.Methods in org.jhotdraw8.fxcontrols.dock that return types with arguments of type DockableModifier and TypeMethodDescriptionAbstractDockRoot.dockablePredicateProperty()DockRoot.dockablePredicateProperty()OnlyDockables accepted by this filter can be docked.DockRoot.draggedDockableProperty()We store the dragged item here, because we move the reference of a DockItem with the drag board rather than a value of the DockItem.DockRoot.getDockablePredicate()Gets the value of thedockablePredicateproperty.Methods in org.jhotdraw8.fxcontrols.dock with parameters of type DockableModifier and TypeMethodDescriptionstatic voidDockRoot.setDraggedDockable(@Nullable Dockable value) Sets the value of thedraggedDockableproperty.Method parameters in org.jhotdraw8.fxcontrols.dock with type arguments of type DockableModifier and TypeMethodDescriptiondefault voidDockRoot.setDockablePredicate(@NonNull Predicate<Dockable> value) Sets the value of thedockablePredicateproperty.