java.lang.Object
org.jhotdraw8.draw.inspector.AbstractInspector<DrawingView>
org.jhotdraw8.draw.inspector.AbstractDrawingViewInspector
- All Implemented Interfaces:
Inspector<DrawingView>
- Direct Known Subclasses:
GridInspector,HandlesInspector,HelpTextInspector,HierarchyInspector
AbstractDrawingInspector.
- Author:
- Werner Randelshofer
-
Property Summary
Properties inherited from class org.jhotdraw8.draw.inspector.AbstractInspector
showing, subject -
Field Summary
FieldsFields 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 TypeMethodDescriptionprotected DrawingModelprotected voidonDrawingViewChanged(@Nullable 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.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
getNode, getSubject, isShowing, setShowing, setSubject
-
Field Details
-
undoHelper
-
-
Constructor Details
-
AbstractDrawingViewInspector
public AbstractDrawingViewInspector()
-
-
Method Details
-
getDrawingModel
-
onDrawingViewChanged
protected void onDrawingViewChanged(@Nullable javafx.beans.value.ObservableValue<? extends DrawingView> observable, @Nullable DrawingView oldValue, @Nullable DrawingView newValue) Can be overridden by subclasses. This implementation is empty.- Parameters:
observable-oldValue- the old drawing viewnewValue- the new drawing view
-