Uses of Interface
net.sf.jguiraffe.gui.builder.components.tags.ScrollSizeSupport
-
Packages that use ScrollSizeSupport Package Description 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. -
-
Uses of ScrollSizeSupport in net.sf.jguiraffe.gui.builder.components.tags
Classes in net.sf.jguiraffe.gui.builder.components.tags that implement ScrollSizeSupport Modifier and Type Class Description class
ListBoxTag
A specific input component tag that creates a list box component.class
TextAreaTag
A specific component tag that constructs a text area component.class
TreeTag
A tag that creates a tree component. -
Uses of ScrollSizeSupport in net.sf.jguiraffe.gui.builder.components.tags.table
Classes in net.sf.jguiraffe.gui.builder.components.tags.table that implement ScrollSizeSupport Modifier and Type Class Description class
TableTag
A tag that creates a table component.
-