Uses of Interface
net.sf.jguiraffe.gui.builder.components.AccessibleComposite
-
Packages that use AccessibleComposite 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.tags A package with tag handler classes for creating GUI components. -
-
Uses of AccessibleComposite in net.sf.jguiraffe.gui.builder.components
Classes in net.sf.jguiraffe.gui.builder.components that implement AccessibleComposite Modifier and Type Class Description classCompositeImplA straight-forward implementation of theCompositeinterface. -
Uses of AccessibleComposite in net.sf.jguiraffe.gui.builder.components.tags
Methods in net.sf.jguiraffe.gui.builder.components.tags that return AccessibleComposite Modifier and Type Method Description AccessibleCompositeContainerTag. getComposite()Returns theAccessibleCompositeimplementation used by this container tag.Methods in net.sf.jguiraffe.gui.builder.components.tags with parameters of type AccessibleComposite Modifier and Type Method Description voidContainerTag. setComposite(AccessibleComposite composite)Sets theAccessibleCompositeimplementation used by this container tag.
-