Package thing
Class ThinletDTD
java.lang.Object
thing.ThinletDTD
This class encapsulates the DTD for Thinlet DTD.
The DTD structure is copied from Thinlet.java. It must be
adapted whenever the original structure in Thinlet.java
changes.
The other classes and methods in this class provide some handy accessors for
the contents of the DTD. See ThinletDTD.Widget and
ThinletDTD.Property.
Note:
Eliminated attribute i18n to support Thinlet 2005/03/28
gvSIG Team
- Author:
- Dirk Moebius
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA Property represents an attribute of a Thinlet component, such as "width", "name" or "action".static classA Widget represents a Thinlet component, such as "button" or "label". -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ThinletDTD.Property[]getProperties(String classname) static ThinletDTD.PropertygetProperty(String classname, String propName) static ThinletDTD.Widget
-
Constructor Details
-
ThinletDTD
public ThinletDTD()
-
-
Method Details
-
getWidget
-
getProperties
-
getProperty
-