Uses of Package
net.sf.jguiraffe.gui.builder.components.model
-
Packages that use net.sf.jguiraffe.gui.builder.components.model Package Description net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components.net.sf.jguiraffe.gui.builder.components.model In this package interfaces for specialized component handlers can be found.net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components. -
Classes in net.sf.jguiraffe.gui.builder.components.model used by net.sf.jguiraffe.gui.builder.components Class Description StaticTextData Definition of an interface for describing the properties of a static text element. -
Classes in net.sf.jguiraffe.gui.builder.components.model used by net.sf.jguiraffe.gui.builder.components.model Class Description AbstractRadioButtonHandler A base class forComponentHandler
implementations for radio buttons.ListModel Definition of an interface that is used to obtain the content of a list box or combo box component.StaticTextData Definition of an interface for describing the properties of a static text element.TextIconAlignment An enumeration class that defines the alignment of the text and the icon of a label or button-like component.TreeExpandVetoException An exception class to be thrown to prevent a tree from expanding or collapsing a tree node.TreeExpansionEvent An event class reporting a change in the expanded state of a tree's node.TreeExpansionEvent.Type An enumeration class defining the different types of aTreeExpansionEvent
.TreeExpansionListener An event listener interface to be implemented by objects that are interested in changes of the expansion state of tree nodes.TreeHandler A specializedComponentHandler
interface for dealing with tree components.TreeModelChangeListener Definition of an interface to be implemented by components interested in changes on a tree model.TreeNodePath A class that represents a path in a tree component.TreePreExpansionListener An event listener interface to be implemented by objects that need to be notified before the expansion state of a tree's node changes. -
Classes in net.sf.jguiraffe.gui.builder.components.model used by net.sf.jguiraffe.gui.builder.components.tags Class Description EditableComboBoxModel Definition of a specializedListModel
extension interface to be used by editable combo boxes.ListModel Definition of an interface that is used to obtain the content of a list box or combo box component.StaticTextData Definition of an interface for describing the properties of a static text element.TextIconAlignment An enumeration class that defines the alignment of the text and the icon of a label or button-like component.