Uses of Class
org.apache.pivot.wtkx.WTKXSerializer.Element.Type

Packages that use WTKXSerializer.Element.Type
org.apache.pivot.wtkx Provides support for loading WTK components and other classes from XML. 
 

Uses of WTKXSerializer.Element.Type in org.apache.pivot.wtkx
 

Fields in org.apache.pivot.wtkx declared as WTKXSerializer.Element.Type
 WTKXSerializer.Element.Type WTKXSerializer.Element.type
           
 

Methods in org.apache.pivot.wtkx that return WTKXSerializer.Element.Type
static WTKXSerializer.Element.Type WTKXSerializer.Element.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WTKXSerializer.Element.Type[] WTKXSerializer.Element.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.pivot.wtkx with parameters of type WTKXSerializer.Element.Type
WTKXSerializer.Element(WTKXSerializer.Element parent, String namespaceURI, String localName, List<WTKXSerializer.Attribute> attributes, WTKXSerializer.Element.Type type, String id, Object value, int lineNumber)