Uses of Interface
org.jhotdraw8.fxcontrols.dock.Track
Packages that use Track
-
Uses of Track in org.jhotdraw8.fxcontrols.dock
Classes in org.jhotdraw8.fxcontrols.dock that implement TrackModifier and TypeClassDescriptionclassclassclassThis 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.classMethods in org.jhotdraw8.fxcontrols.dock that return types with arguments of type TrackModifier and TypeMethodDescriptionSimpleDockRoot.getRootXSupplier()SimpleDockRoot.getRootYSupplier()SimpleDockRoot.getSubXSupplier()SimpleDockRoot.getSubYSupplier()SimpleDockRoot.getZSupplier()Method parameters in org.jhotdraw8.fxcontrols.dock with type arguments of type TrackModifier and TypeMethodDescriptionvoidSimpleDockRoot.setRootXSupplier(@NonNull Supplier<Track> rootXSupplier) voidSimpleDockRoot.setRootYSupplier(@NonNull Supplier<Track> rootYSupplier) voidSimpleDockRoot.setSubXSupplier(@NonNull Supplier<Track> subXSupplier) voidSimpleDockRoot.setSubYSupplier(@NonNull Supplier<Track> subYSupplier) voidSimpleDockRoot.setZSupplier(Supplier<Track> zSupplier)