Uses of Class
net.sf.jguiraffe.gui.builder.components.tags.TransformerTag.Type
-
Packages that use TransformerTag.Type Package Description net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components. -
-
Uses of TransformerTag.Type in net.sf.jguiraffe.gui.builder.components.tags
Methods in net.sf.jguiraffe.gui.builder.components.tags that return TransformerTag.Type Modifier and Type Method Description protected TransformerTag.Type
TransformerTag. getTransformerType()
Determines the type of the transformer based on thetype
attribute.static TransformerTag.Type
TransformerTag.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransformerTag.Type[]
TransformerTag.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-