java.lang.Object
org.jhotdraw8.draw.inspector.AbstractInspector<DrawingView>
org.jhotdraw8.draw.inspector.AbstractDrawingViewInspector
org.jhotdraw8.draw.inspector.HandlesInspector
- All Implemented Interfaces:
Inspector<DrawingView>
-
Property Summary
Properties inherited from class org.jhotdraw8.draw.inspector.AbstractInspector
showing, subject -
Field Summary
Fields inherited from class org.jhotdraw8.draw.inspector.AbstractDrawingViewInspector
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 TypeMethodDescriptionjavafx.scene.NodegetNode()protected voidonDrawingViewChanged(javafx.beans.value.ObservableValue<? extends DrawingView> observable, @Nullable DrawingView oldValue, @Nullable DrawingView newValue) Can be overridden by subclasses.Methods inherited from class org.jhotdraw8.draw.inspector.AbstractDrawingViewInspector
getDrawingModelMethods 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
-
HandlesInspector
public HandlesInspector() -
HandlesInspector
-
-
Method Details
-
getNode
public javafx.scene.Node getNode() -
onDrawingViewChanged
protected void onDrawingViewChanged(javafx.beans.value.ObservableValue<? extends DrawingView> observable, @Nullable DrawingView oldValue, @Nullable DrawingView newValue) Description copied from class:AbstractDrawingViewInspectorCan be overridden by subclasses. This implementation is empty.- Overrides:
onDrawingViewChangedin classAbstractDrawingViewInspector- Parameters:
observable-oldValue- the old drawing viewnewValue- the new drawing view
-