Uses of Interface
net.sf.jguiraffe.gui.builder.components.ContainerSelector
-
Packages that use ContainerSelector Package Description net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components. -
-
Uses of ContainerSelector in net.sf.jguiraffe.gui.builder.components
Classes in net.sf.jguiraffe.gui.builder.components that implement ContainerSelector Modifier and Type Class Description classDefaultContainerSelectorA default implementation of theContainerSelectorinterface.Methods in net.sf.jguiraffe.gui.builder.components that return ContainerSelector Modifier and Type Method Description ContainerSelectorComponentBuilderData. getContainerSelector()Returns theContainerSelectorused by this object.Methods in net.sf.jguiraffe.gui.builder.components with parameters of type ContainerSelector Modifier and Type Method Description voidComponentBuilderData. setContainerSelector(ContainerSelector containerSelector)Sets theContainerSelectorto be used by this object.
-