Uses of Class
net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Packages that use ComponentBaseTag 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.components.tags.table A package with tag handler classes for creating table components.net.sf.jguiraffe.gui.builder.window.tags A package with tag handler classes for creating window components. -
-
Uses of ComponentBaseTag in net.sf.jguiraffe.gui.builder.action.tags
Subclasses of ComponentBaseTag in net.sf.jguiraffe.gui.builder.action.tags Modifier and Type Class Description classToolbarTagA specialized tag handler class for creating a toolbar component.Methods in net.sf.jguiraffe.gui.builder.action.tags with parameters of type ComponentBaseTag Modifier and Type Method Description protected ComponentBuilderCallBackPopupHandlerTag. createCallBack(ComponentBaseTag componentTag, PopupMenuHandler handler)Creates the call back object for actually registering the popup menu handler. -
Uses of ComponentBaseTag in net.sf.jguiraffe.gui.builder.components.tags
Subclasses of ComponentBaseTag in net.sf.jguiraffe.gui.builder.components.tags Modifier and Type Class Description classButtonTagA specific tag handler class for creating command button components.classCheckboxTagA specific input component tag for creating a checkbox.classComboBoxTagA specific input component tag that creates a combo box component.classContainerTagA specific tag handler implementation for creating container tags.classDesktopPanelTagA specific container tag implementation that creates a desktop panel.classFieldTagA specific input component tag that allows to make use of custom input components.classInputComponentTagA base class for tag handler classes that create input components.classLabelTagA tag class for creating labels.classListBoxTagA specific input component tag that creates a list box component.classPanelTagA specific container tag implementation that creates a panel.classPasswordFieldTagA specialized tag handler implementation for creating password text fields.classProgressBarTagA special input component tag that defines a progress bar.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.classRadioGroupTagA tag for creating a radio group.classSimpleComponentTagAn abstract base class for tags that create simple GUI components.classSliderTagA specialized input component tag that defines a slider component.classSplitterTagA tag for implementing a splitter component.classStaticTextTagA tag handler class for creating a static text component.classTabbedPaneTagA specialized tag handler implementation for creating a tabbed pane.classTabTagA tag handler class for creating register tab pages of a tabbed pane.classTextAreaTagA specific component tag that constructs a text area component.classTextFieldTagA specific input component tag that constructs a text field component.classTextIconTagA base class for simple components that support a display text and an icon.classToggleButtonTagA specific tag handler class for creating toggle buttons.classTreeTagA tag that creates a tree component. -
Uses of ComponentBaseTag in net.sf.jguiraffe.gui.builder.components.tags.table
Subclasses of ComponentBaseTag in net.sf.jguiraffe.gui.builder.components.tags.table Modifier and Type Class Description classColumnComponentTagAn abstract base class for tags that define renderers or editors for the columns of a table.classColumnEditorTagA tag for defining the editor of a column within a table.classColumnRendererTagA tag for defining the renderer of a column within a table.classTableColumnTagA tag handler class for defining columns of a table component.classTableTagA tag that creates a table component. -
Uses of ComponentBaseTag in net.sf.jguiraffe.gui.builder.window.tags
Subclasses of ComponentBaseTag in net.sf.jguiraffe.gui.builder.window.tags 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.
-