java.lang.Object
org.jhotdraw8.draw.inspector.AbstractInspector<DrawingView>
org.jhotdraw8.draw.inspector.AbstractSelectionInspector
org.jhotdraw8.draw.inspector.StyleClassesInspector
- All Implemented Interfaces:
Inspector<DrawingView>
FXML Controller class
- Author:
- Werner Randelshofer
-
Property Summary
Properties inherited from class org.jhotdraw8.draw.inspector.AbstractInspector
showing, subject -
Field Summary
Fields inherited from class org.jhotdraw8.draw.inspector.AbstractSelectionInspector
undoHelperFields inherited from class org.jhotdraw8.draw.inspector.AbstractInspector
showing, subjectFields inherited from interface org.jhotdraw8.draw.inspector.Inspector
SHOWING_PROPERTY, SUBJECT_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidjavafx.scene.NodegetNode()protected voidonDrawingViewChanged(javafx.beans.value.ObservableValue<? extends DrawingView> observable, @Nullable DrawingView oldValue, @Nullable DrawingView newValue) protected voidonSelectionChanged(Set<Figure> newValue) Must be implemented by subclasses.voidprotected voidprotected voidprotected voidMethods inherited from class org.jhotdraw8.draw.inspector.AbstractSelectionInspector
forwardUndoableEdit, getDrawing, getModel, getSelectedFiguresMethods inherited from class org.jhotdraw8.draw.inspector.AbstractInspector
showingProperty, subjectPropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jhotdraw8.draw.inspector.Inspector
getSubject, isShowing, setShowing, setSubject
-
Constructor Details
-
StyleClassesInspector
public StyleClassesInspector() -
StyleClassesInspector
-
-
Method Details
-
addTag
-
onDrawingViewChanged
protected void onDrawingViewChanged(javafx.beans.value.ObservableValue<? extends DrawingView> observable, @Nullable DrawingView oldValue, @Nullable DrawingView newValue) - Overrides:
onDrawingViewChangedin classAbstractSelectionInspector
-
getNode
public javafx.scene.Node getNode() -
onSelectionChanged
Description copied from class:AbstractSelectionInspectorMust be implemented by subclasses.- Specified by:
onSelectionChangedin classAbstractSelectionInspector- Parameters:
newValue- the new selection
-
removeTag
-
updateList
protected void updateList() -
updateListLater
protected void updateListLater() -
updateListNow
protected void updateListNow()
-