Uses of Class
net.sf.jguiraffe.gui.builder.components.tags.TextData
-
Packages that use TextData Package Description net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components.net.sf.jguiraffe.gui.builder.components.tags.table A package with tag handler classes for creating table components. -
-
Uses of TextData in net.sf.jguiraffe.gui.builder.components.tags
Subclasses of TextData in net.sf.jguiraffe.gui.builder.components.tags Modifier and Type Class Description class
TextIconData
A helper class that provides some functionality for components that can display both a text and an icon.Methods in net.sf.jguiraffe.gui.builder.components.tags that return TextData Modifier and Type Method Description TextData
ProgressBarTag. getProgressTextData()
Returns the data object that defines the progress text of this progress bar.TextData
ListModelItemTag. getTextData()
Returns the text data object with the definition of the display text.TextData
PanelTag. getTextData()
Returns the text data object for this tag.TextData
ComponentBaseTag. getToolTipData()
Returns aTextData
object with information about the tool tip for this component. -
Uses of TextData in net.sf.jguiraffe.gui.builder.components.tags.table
Methods in net.sf.jguiraffe.gui.builder.components.tags.table that return TextData Modifier and Type Method Description TextData
TableColumnTag. getHeaderText()
Returns aTextData
object defining the header text of this column.
-