Uses of Interface
net.sf.jguiraffe.gui.builder.components.tags.IconSupport
-
Packages that use IconSupport Package Description 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.net.sf.jguiraffe.gui.builder.window.tags A package with tag handler classes for creating window components. -
-
Uses of IconSupport in net.sf.jguiraffe.gui.builder.action.tags
Classes in net.sf.jguiraffe.gui.builder.action.tags that implement IconSupport Modifier and Type Class Description class
AbstractActionDataTag
An abstract base class for tag handler classes that need to deal with action objects and their properties.class
ActionControlTag
Definition of an abstract base class for tag handler classes that create controls, which can be associated with actions.class
ActionDataTag
A simple tag for creating objects of typeActionData
.class
ActionTag
A tag handler class for creating action objects.class
MenuItemTag
A tag handler class that creates menu items.class
MenuTag
A tag handler class for defining menus.class
ToolButtonTag
A specific tag handler class for creating toolbar buttons. -
Uses of IconSupport in net.sf.jguiraffe.gui.builder.components.tags
Classes in net.sf.jguiraffe.gui.builder.components.tags that implement IconSupport Modifier and Type Class Description class
ButtonTag
A specific tag handler class for creating command button components.class
CheckboxTag
A specific input component tag for creating a checkbox.class
LabelTag
A tag class for creating labels.class
PushButtonTag
An abstract base class for tag handler classes that implement push buttons like checkboxes or radio buttons.class
RadioButtonTag
A specific input component tag for creating a radio button.class
StaticTextTag
A tag handler class for creating a static text component.class
TabTag
A tag handler class for creating register tab pages of a tabbed pane.class
TextIconTag
A base class for simple components that support a display text and an icon.class
ToggleButtonTag
A specific tag handler class for creating toggle buttons.class
TreeIconTag
A tag for defining icons for tree components. -
Uses of IconSupport in net.sf.jguiraffe.gui.builder.window.tags
Classes in net.sf.jguiraffe.gui.builder.window.tags that implement IconSupport Modifier and Type Class Description class
DialogTag
A tag handler class for creating dialogs.class
FrameTag
A tag handler class for creating (main) frame windows.class
InternalFrameTag
A tag handler class for creating internal frames.class
WindowBaseTag
A base class for all tag handler classes that create windows.
-