public static class StandardizerActionFactory.StandardizerClassDescriptor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
className |
protected java.lang.String |
id |
protected java.lang.String |
jar |
Constructor and Description |
---|
StandardizerClassDescriptor()
Initializes an empty standardizer class descriptor
|
StandardizerClassDescriptor(java.lang.String id,
java.lang.String className,
java.lang.String jar,
java.lang.String editorClassName)
Initializes a standardizer class descriptor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Gets the name of the standardizer class
|
java.lang.String |
getEditorClassName()
Gets the name of the editor of the standardizer class
|
java.lang.String |
getID()
Gets the id of the standardizer class
|
java.lang.String |
getJar()
Gets the jar containing the standardizer class
|
void |
setClassName(java.lang.String className)
Sets the name of the standardizer class
|
void |
setEditorClassName(java.lang.String editorClassName)
Sets the name of the editor of the standardizer class
|
void |
setID(java.lang.String id)
Sets the id of the standardizer class
|
void |
setJar(java.lang.String path)
Sets the path of the jar containing the standardizer class
|
java.lang.String |
toString() |
protected java.lang.String id
protected java.lang.String className
protected java.lang.String jar
public StandardizerClassDescriptor()
public StandardizerClassDescriptor(java.lang.String id, java.lang.String className, java.lang.String jar, java.lang.String editorClassName)
id
- the identifier of the classclassName
- the name of the class of the standardizerjar
- the container of the classeditorClassName
- the name of the class of the editor component for the
standardizerpublic void setID(java.lang.String id)
id
- the id of the standardizer classpublic java.lang.String getID()
public java.lang.String getClassName()
public java.lang.String getJar()
public void setClassName(java.lang.String className)
className
- the name of the standardizer classpublic void setJar(java.lang.String path)
path
- the path of the jar containing the standardizer classpublic java.lang.String getEditorClassName()
public void setEditorClassName(java.lang.String editorClassName)
editorClassName
- the name of the editor of the standardizer classpublic java.lang.String toString()
toString
in class java.lang.Object