|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jgb.handlers.swing.AbstractTagHandler | +--jgb.handlers.swing.AbstractValueTagHandler | +--jgb.handlers.swing.ValueTagHandler
Field Summary | |
protected static String |
ATTR_DATA
The name of the data attribute. |
protected static String |
ATTR_TYPE
The name of the type attribute. |
protected static String |
BOOLEAN_VALUE
The value of type which instantiates a boolean value. |
protected static String |
BYTE_VALUE
The value of type which instantiates a byte value. |
protected static String |
CHAR_VALUE
The value of type which instantiates a char value. |
protected static String |
DOUBLE_VALUE
The value of type which instantiates a double value. |
protected static String |
FLOAT_VALUE
The value of type which instantiates a float value. |
protected static String |
INT_VALUE
The value of type which instantiates an int value. |
protected static String |
LONG_VALUE
The value of type which instantiates a long value. |
protected static String |
SHORT_VALUE
The value of type which instantiates a short value. |
protected static String |
STRING_VALUE
The value of type which instantiates a String
object. |
Fields inherited from class jgb.handlers.swing.AbstractTagHandler |
ATTR_CLASS, ATTR_ID, ATTR_REFID, tagContext, tagName |
Constructor Summary | |
ValueTagHandler()
|
Method Summary | |
void |
enterElement(Map atts)
Actually handle the element's behaviour when the element's start is encountered. |
protected void |
exitElement()
Actually handle the element's behaviour when the element's closure is encountered. |
Methods inherited from class jgb.handlers.swing.AbstractValueTagHandler |
updateContextParameters |
Methods inherited from class jgb.handlers.swing.AbstractTagHandler |
endElement, getCurrentObject, getCurrentObjectId, getObject, isCurrentObjectValid, popCurrentObject, pushCurrentObject, pushCurrentObject, putComponent, putObject, startElement, throwParsingException, throwParsingException, throwParsingException |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final String ATTR_DATA
protected static final String ATTR_TYPE
protected static final String BOOLEAN_VALUE
protected static final String BYTE_VALUE
protected static final String SHORT_VALUE
protected static final String INT_VALUE
protected static final String LONG_VALUE
protected static final String FLOAT_VALUE
protected static final String DOUBLE_VALUE
protected static final String CHAR_VALUE
protected static final String STRING_VALUE
String
object.
Constructor Detail |
public ValueTagHandler()
Method Detail |
public void enterElement(Map atts) throws org.xml.sax.SAXException
AbstractTagHandler
enterElement
in class AbstractTagHandler
org.xml.sax.SAXException
protected void exitElement() throws org.xml.sax.SAXException
AbstractTagHandler
exitElement
in class AbstractTagHandler
org.xml.sax.SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |