Uses of Interface
net.sf.jguiraffe.gui.builder.components.FormContextListener
-
Packages that use FormContextListener Package Description net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components. -
-
Uses of FormContextListener in net.sf.jguiraffe.gui.builder.components
Methods in net.sf.jguiraffe.gui.builder.components with parameters of type FormContextListener Modifier and Type Method Description void
ComponentBuilderData. addFormContextListener(FormContextListener listener)
Adds aFormContextListener
object to this data object.void
ComponentBuilderData. removeFormContextListener(FormContextListener listener)
Removes the specifiedFormContextListener
from this object.
-