|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkr.ac.kaist.swrc.jhannanum.demo.GUIDemo.PluginInfo
private class GUIDemo.PluginInfo
This class has the properties of a HanNanum plug-in.
Field Summary | |
---|---|
static int |
MAJOR
A plug-in that is a major. |
java.lang.String |
name
The name of the plug-in. |
int |
phase
The phase of the plug-in on the work flow. |
static int |
PHASE1
A plug-in for the first phase on the work flow. |
static int |
PHASE2
A plug-in for the second phase one the work flow. |
static int |
PHASE3
A plug-in for the third phase on the work flow. |
static int |
SUPPLEMENT
A plug-in that is a supplement. |
int |
type
The type of the plug-in. |
Constructor Summary | |
---|---|
GUIDemo.PluginInfo(java.lang.String name,
int phase,
int type)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
toString()
Returns the name of the plug-in. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int PHASE1
public static final int PHASE2
public static final int PHASE3
public static final int MAJOR
public static final int SUPPLEMENT
public java.lang.String name
public int phase
public int type
Constructor Detail |
---|
public GUIDemo.PluginInfo(java.lang.String name, int phase, int type)
name
- - the name of the plug-inphase
- - the phase of the plug-in on the work flow. PHASE1 or PHASE2 or PHASE3.type
- - the type of the plug-in. MAJOR or SUPPLEMENT.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |