Class AbstractDrawingViewInspector

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

public abstract class AbstractDrawingViewInspector extends AbstractInspector<DrawingView>
AbstractDrawingInspector.
Author:
Werner Randelshofer
  • Field Details

  • Constructor Details

    • AbstractDrawingViewInspector

      public AbstractDrawingViewInspector()
  • Method Details

    • getDrawingModel

      protected DrawingModel 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 view
      newValue - the new drawing view