|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.autoform.Label
public class Label
Basic Class to render an element label for metadata editors and viewers.
Field Summary | |
---|---|
Element |
bestPractices
|
protected static boolean |
debug
Description of the Field |
Constructor Summary | |
---|---|
Label()
|
|
Label(int level)
Constructor for the Label object |
Method Summary | |
---|---|
protected void |
addDebugInfo(Element e)
|
Element |
getElement()
build up the label Element |
String |
getFieldType()
|
String |
getText()
|
static void |
main(String[] args)
The main program for the Label class |
static void |
pp(Node node)
Description of the Method |
void |
setDebugInfo(String info)
|
void |
setFieldType(String type)
|
void |
setLabelClass(String klass)
Sets the labelClass attribute of the Label object |
void |
setText(String text)
Sets the text attribute of the Label object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static boolean debug
public Element bestPractices
Constructor Detail |
---|
public Label()
public Label(int level)
level
- Description of the ParameterMethod Detail |
---|
public void setText(String text)
text
- The new text valuepublic String getText()
public void setFieldType(String type)
public String getFieldType()
public void setDebugInfo(String info)
public void setLabelClass(String klass)
klass
- The new labelClass valuepublic static void main(String[] args)
args
- The command line argumentspublic Element getElement()
protected void addDebugInfo(Element e)
public static void pp(Node node)
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |