Interface HasGUIObject

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void fireValueChanged()
      This method is used to signal changes in the object to the corresponding GUIObject if it exists.
      GUIObject getGUIObject()
      Returns an object suitable for displaying on the screen.
      javax.swing.JFrame showGUI()
      This method will show the object in a JFrame on the screen.
    • Method Detail

      • getGUIObject

        GUIObject getGUIObject()
        Returns an object suitable for displaying on the screen. Ensures that, for each basic object, only one GUIObject can be returned.
        Returns:
        object suitable for displaying on the screen
      • fireValueChanged

        void fireValueChanged()
        This method is used to signal changes in the object to the corresponding GUIObject if it exists.

        Maybe this method can be deleted, when all changes are made trough the GUIObject?

      • showGUI

        javax.swing.JFrame showGUI()
        This method will show the object in a JFrame on the screen.