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 classAbstractActionDataTagAn abstract base class for tag handler classes that need to deal with action objects and their properties.classActionControlTagDefinition of an abstract base class for tag handler classes that create controls, which can be associated with actions.classActionDataTagA simple tag for creating objects of typeActionData.classActionTagA tag handler class for creating action objects.classMenuItemTagA tag handler class that creates menu items.classMenuTagA tag handler class for defining menus.classToolButtonTagA 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 classButtonTagA specific tag handler class for creating command button components.classCheckboxTagA specific input component tag for creating a checkbox.classLabelTagA tag class for creating labels.classPushButtonTagAn abstract base class for tag handler classes that implement push buttons like checkboxes or radio buttons.classRadioButtonTagA specific input component tag for creating a radio button.classStaticTextTagA tag handler class for creating a static text component.classTabTagA tag handler class for creating register tab pages of a tabbed pane.classTextIconTagA base class for simple components that support a display text and an icon.classToggleButtonTagA specific tag handler class for creating toggle buttons.classTreeIconTagA 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 classDialogTagA tag handler class for creating dialogs.classFrameTagA tag handler class for creating (main) frame windows.classInternalFrameTagA tag handler class for creating internal frames.classWindowBaseTagA base class for all tag handler classes that create windows.
-