public final class OperatorGUIFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
private static org.apache.log4j.Logger |
logger
Class specific logger.
|
| Constructor and Description |
|---|
OperatorGUIFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IOperatorGUI |
createAndInitializeGUI(String name,
IWorkPackage wp)
Creates a new GUI for a specified operator's name.
|
static IOperatorGUI |
createGUI(String name)
This method creates an instance of a specified operator GUI.
|
public static IOperatorGUI createGUI(String name)
name - the String representation of the operator GUIIOperatorGUIpublic static IOperatorGUI createAndInitializeGUI(String name, IWorkPackage wp)
IOperatorGUI.name - the String representation of the operator GUIwp - can be nullIOperatorGUICopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.