Class BaseModel

java.lang.Object
ch.autumo.ui.fx.model.BaseModel
Direct Known Subclasses:
DefaultPaneModel

public abstract class BaseModel extends Object
FX Base Model.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected javafx.scene.layout.Pane
    The view.
  • Constructor Summary

    Constructors
    Constructor
    Description
    BaseModel(javafx.scene.layout.Pane view)
    Base Model.
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.scene.layout.Pane
    Get view.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • view

      protected javafx.scene.layout.Pane view
      The view.
  • Constructor Details

    • BaseModel

      public BaseModel(javafx.scene.layout.Pane view)
      Base Model.
      Parameters:
      view - the view
  • Method Details

    • getView

      public javafx.scene.layout.Pane getView()
      Get view.
      Returns:
      view