Uses of Class
net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Packages that use TextIconData Package Description net.sf.jguiraffe.gui.builder.action Theaction
sub package of the builder contains interfaces and classes for dealing with actions and related objects during a builder operation.net.sf.jguiraffe.gui.builder.action.tags Here the tags for creating actions and related objects are defined.net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components. -
-
Uses of TextIconData in net.sf.jguiraffe.gui.builder.action
Methods in net.sf.jguiraffe.gui.builder.action with parameters of type TextIconData Modifier and Type Method Description Object
ActionManager. createMenu(ActionBuilder actionBuilder, Object menu, TextIconData data, Object parent)
Creates a (sub) menu.Object
ActionManagerWrapper. createMenu(ActionBuilder actionBuilder, Object menu, TextIconData data, Object parent)
Creates a (sub) menu. -
Uses of TextIconData in net.sf.jguiraffe.gui.builder.action.tags
Methods in net.sf.jguiraffe.gui.builder.action.tags that return TextIconData Modifier and Type Method Description TextIconData
MenuTag. getData()
Returns the definition data for this menu. -
Uses of TextIconData in net.sf.jguiraffe.gui.builder.components.tags
Methods in net.sf.jguiraffe.gui.builder.components.tags that return TextIconData Modifier and Type Method Description TextIconData
PushButtonTag. getTextIconData()
Returns the text icon data object associated with this tag.TextIconData
TabbedPaneTag.TabData. getTextIconData()
Returns the data object with text and icon information.TextIconData
TextIconTag. getTextIconData()
Returns the text icon data object associated with this tag.
-