Documentation of 'org.jgap.gui.GUIManager' Java class
GUIManager
org.jgap.gui

Class GUIManager



  • public class GUIManager
    extends java.lang.Object
    Singleton GUIManager for the JGAP Configurator. Creates a ConfigFrame on request, for a Configurable. Currently it only creates a ConfigFrame for the root object, that is a Configuration itself. In the future it will do the same for objects on the Root ConfigFrame that are in turn Configurable.
    Since:
    2.3
    • Method Detail

      • getInstance

        public static GUIManager getInstance()
        Returns:
        a singleton GUIManager instance
        Since:
        2.3
      • showFrame

        public void showFrame(ConfigFrame a_parent,
                              Configurable a_con)
                       throws java.lang.Exception
        Create and show a new frame for a Configurable.
        Parameters:
        a_con - configurable to use
        Throws:
        java.lang.Exception
        Since:
        2.3
      • main

        public static void main(java.lang.String[] args)
        Main method for the GUI
        Parameters:
        args - not used
        Throws:
        java.lang.Exception
        Since:
        2.3

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.