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 classTextIconDataA 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 TextDataProgressBarTag. getProgressTextData()Returns the data object that defines the progress text of this progress bar.TextDataListModelItemTag. getTextData()Returns the text data object with the definition of the display text.TextDataPanelTag. getTextData()Returns the text data object for this tag.TextDataComponentBaseTag. getToolTipData()Returns aTextDataobject 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 TextDataTableColumnTag. getHeaderText()Returns aTextDataobject defining the header text of this column.
-