Class MetamathDemo

java.lang.Object
javafx.application.Application
org.episteme.core.ui.AbstractDemo
org.episteme.core.ui.demos.MetamathDemo
All Implemented Interfaces:
App, Viewer

public class MetamathDemo extends AbstractDemo
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • MetamathDemo

      public MetamathDemo()
  • Method Details

    • isDemo

      public boolean isDemo()
      Description copied from interface: App
      Returns true if this is a Demo, false if it is a full App.
      Specified by:
      isDemo in interface App
      Overrides:
      isDemo in class AbstractDemo
    • getCategory

      public String getCategory()
      Description copied from interface: Viewer
      Returns the category for grouping (e.g., "Chemistry", "Physics"). Must be internationalized via I18N.
      Specified by:
      getCategory in interface Viewer
      Specified by:
      getCategory in class AbstractDemo
      Returns:
      the category name
    • getName

      public String getName()
      Description copied from interface: Viewer
      Returns the display name of the viewer/demo. Must be internationalized via I18N.
      Specified by:
      getName in interface Viewer
      Specified by:
      getName in class AbstractDemo
      Returns:
      the display name
    • getDescription

      public String getDescription()
      Description copied from interface: Viewer
      Returns a short description (1-2 lines). Must be internationalized via I18N.
      Specified by:
      getDescription in interface Viewer
      Specified by:
      getDescription in class AbstractDemo
      Returns:
      the short description
    • createViewerNode

      protected javafx.scene.Node createViewerNode()
      Specified by:
      createViewerNode in class AbstractDemo
    • getLongDescription

      public String getLongDescription()
      Description copied from interface: Viewer
      Returns a long description (multi-line, detailed explanation). Must be internationalized via I18N.
      Specified by:
      getLongDescription in interface Viewer
      Specified by:
      getLongDescription in class AbstractDemo
      Returns:
      the long description