org.jgap.gui
Class GUIManager
- java.lang.Object
-
- org.jgap.gui.GUIManager
-
public class GUIManager extends java.lang.ObjectSingleton 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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static GUIManagergetInstance()static voidmain(java.lang.String[] args)Main method for the GUIvoidshowFrame(ConfigFrame a_parent, Configurable a_con)Create and show a new frame for a Configurable.
-
-
-
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