|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjhomenet.gui.responsive.GUIManager
public class GUIManager
| Field Summary | |
|---|---|
static java.lang.Integer |
EDITOR
|
static java.lang.String |
PLUGIN_PARAM
The custom response plugin parameter that should be used in the configuration file to define custom responses. |
static java.lang.Integer |
RESPONSE
|
| Method Summary | |
|---|---|
static void |
addClassName(java.lang.String responseClassName,
java.lang.String editorClassName)
Add a response class name. |
static java.util.ArrayList<java.lang.Class> |
getClass(java.lang.Integer index)
Get a specific set of response and editor classes. |
static java.util.ArrayList<java.util.ArrayList<java.lang.Class>> |
getClasses()
Get the list of classes. |
static java.lang.Class |
getMatchingClass(java.lang.Class clazz)
|
static java.lang.Class |
getMatchingClassName(java.lang.String className)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PLUGIN_PARAM
public static final java.lang.Integer RESPONSE
public static final java.lang.Integer EDITOR
| Method Detail |
|---|
public static void addClassName(java.lang.String responseClassName,
java.lang.String editorClassName)
className - public static java.util.ArrayList<java.util.ArrayList<java.lang.Class>> getClasses()
public static java.util.ArrayList<java.lang.Class> getClass(java.lang.Integer index)
index -
public static java.lang.Class getMatchingClassName(java.lang.String className)
public static java.lang.Class getMatchingClass(java.lang.Class clazz)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||