Uses of Class
org.jhotdraw8.draw.inspector.LayersInspector
Packages that use LayersInspector
-
Uses of LayersInspector in org.jhotdraw8.draw.inspector
Methods in org.jhotdraw8.draw.inspector with parameters of type LayersInspectorModifier and TypeMethodDescriptionstatic @NonNull javafx.util.Callback<javafx.scene.control.ListView<Figure>, javafx.scene.control.ListCell<Figure>> LayerCell.forListView(DrawingModel drawingModel, LayersInspector inspector) Creates aLayerCellcell factory for use inListViewcontrols.Constructors in org.jhotdraw8.draw.inspector with parameters of type LayersInspectorModifierConstructorDescriptionLayerCell(@NonNull URL fxmlUrl, DrawingModel drawingModel, LayersInspector inspector) LayerCell(DrawingModel drawingModel, LayersInspector inspector)