Uses of Class
net.sf.jguiraffe.gui.builder.components.tags.TextFieldTag
-
Packages that use TextFieldTag Package Description net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components.net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components. -
-
Uses of TextFieldTag in net.sf.jguiraffe.gui.builder.components
Methods in net.sf.jguiraffe.gui.builder.components with parameters of type TextFieldTag Modifier and Type Method Description ComponentHandler<String>
ComponentManager. createTextField(TextFieldTag tag, boolean create)
Creates a component handler that wraps a text field.ComponentHandler<String>
ComponentManagerWrapper. createTextField(TextFieldTag tag, boolean create)
Creates a component handler that wraps a text field. -
Uses of TextFieldTag in net.sf.jguiraffe.gui.builder.components.tags
Subclasses of TextFieldTag in net.sf.jguiraffe.gui.builder.components.tags Modifier and Type Class Description class
PasswordFieldTag
A specialized tag handler implementation for creating password text fields.
-