Class JThinG

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public abstract class JThinG extends JPanel
JThinG is a component that provides an interface to edit the dialog window associated to a
invalid reference
ScriptingDialog
.
See Also:
  • Constructor Details

    • JThinG

      public JThinG()
  • Method Details

    • load

      public abstract void load(File file)
      Loads the file with the code of the dialog interface.
      Parameters:
      file - File where is the code of the dialog window of the
      invalid reference
      ScriptingDialog
    • save

      public abstract void save(File file)
      Saves the file with the code of the dialog interface.
      Parameters:
      file - File where it will be saved the code of the dialog window of the
      invalid reference
      ScriptingDialog
    • getThinlet

      public abstract thinlet.Thinlet getThinlet()
      Gets the Thinlet Component associated to this.
      Returns:
      Thinlet