Uses of Class
net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Packages that use TextIconData Package Description net.sf.jguiraffe.gui.builder.action Theactionsub 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 ObjectActionManager. createMenu(ActionBuilder actionBuilder, Object menu, TextIconData data, Object parent)Creates a (sub) menu.ObjectActionManagerWrapper. 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 TextIconDataMenuTag. 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 TextIconDataPushButtonTag. getTextIconData()Returns the text icon data object associated with this tag.TextIconDataTabbedPaneTag.TabData. getTextIconData()Returns the data object with text and icon information.TextIconDataTextIconTag. getTextIconData()Returns the text icon data object associated with this tag.
-