Class StylesheetsInspector

All Implemented Interfaces:
Inspector<DrawingView>

public class StylesheetsInspector extends AbstractDrawingInspector
FXML Controller class
Author:
Werner Randelshofer
  • Constructor Details

    • StylesheetsInspector

      public StylesheetsInspector()
    • StylesheetsInspector

      public StylesheetsInspector(URL fxmlUrl)
  • Method Details

    • onDrawingChanged

      protected void onDrawingChanged(@Nullable javafx.beans.value.ObservableValue<? extends Drawing> observable, @Nullable Drawing oldValue, @Nullable Drawing newValue)
      Description copied from class: AbstractDrawingInspector
      Must be implemented by subclasses.
      Specified by:
      onDrawingChanged in class AbstractDrawingInspector
      Parameters:
      observable -
      oldValue - the old drawing
      newValue - the new drawing
    • getNode

      public javafx.scene.Node getNode()