Uses of Interface
net.sf.jguiraffe.gui.builder.components.tags.PropertiesSupport
-
Packages that use PropertiesSupport Package Description net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components. -
-
Uses of PropertiesSupport in net.sf.jguiraffe.gui.builder.components.tags
Classes in net.sf.jguiraffe.gui.builder.components.tags that implement PropertiesSupport Modifier and Type Class Description class
TransformerBaseTag<T>
A base class for tags that create transformers or validators.class
TransformerTag
A tag handler class for creatingTransformer
objects and passing them to input component tags.class
ValidatorBaseTag<T extends Validator>
A base class for tag handler implementations that create validators for input components.class
ValidatorsTag
A tag handler class for combining multiple validators to be assigned to an input component.class
ValidatorTag
A tag handler class for creating
objects and associating them with input components.Validator
-