Uses of Interface
net.sf.jguiraffe.gui.builder.components.model.StaticTextData
-
Packages that use StaticTextData 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.model In this package interfaces for specialized component handlers can be found.net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components. -
-
Uses of StaticTextData in net.sf.jguiraffe.gui.builder.components
Methods in net.sf.jguiraffe.gui.builder.components that return types with arguments of type StaticTextData Modifier and Type Method Description ComponentHandler<StaticTextData>
ComponentManager. createStaticText(StaticTextTag tag, boolean create)
Creates a component handler that wraps a static text element.ComponentHandler<StaticTextData>
ComponentManagerWrapper. createStaticText(StaticTextTag tag, boolean create)
Creates a component handler that wraps a static text element. -
Uses of StaticTextData in net.sf.jguiraffe.gui.builder.components.model
Subinterfaces of StaticTextData in net.sf.jguiraffe.gui.builder.components.model Modifier and Type Interface Description interface
StaticTextHandler
Definition of an interface for a handler that represents a static text component. -
Uses of StaticTextData in net.sf.jguiraffe.gui.builder.components.tags
Classes in net.sf.jguiraffe.gui.builder.components.tags that implement StaticTextData Modifier and Type Class Description class
StaticTextDataImpl
A default implementation of theStaticTextData
interface.
-