Uses of Interface
net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFormListener
-
Packages that use FormControllerFormListener Package Description net.sf.jguiraffe.gui.builder.window.ctrl This package contains classes and interfaces for the implementation of form controllers.net.sf.jguiraffe.gui.builder.window.tags A package with tag handler classes for creating window components. -
-
Uses of FormControllerFormListener in net.sf.jguiraffe.gui.builder.window.ctrl
Methods in net.sf.jguiraffe.gui.builder.window.ctrl that return FormControllerFormListener Modifier and Type Method Description FormControllerFormListener[]
FormController. getFormListeners()
Returns an array with allFormControllerFormListener
objects registered at thisFormController
.Methods in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type FormControllerFormListener Modifier and Type Method Description void
FormController. addFormListener(FormControllerFormListener l)
Adds aFormControllerFormListener
to this controller.void
FormController. removeFormListener(FormControllerFormListener l)
Removes the specifiedFormControllerFormListener
from this controller. -
Uses of FormControllerFormListener in net.sf.jguiraffe.gui.builder.window.tags
Methods in net.sf.jguiraffe.gui.builder.window.tags with parameters of type FormControllerFormListener Modifier and Type Method Description void
FormControllerTag. addFormListener(FormControllerFormListener l)
Adds aFormControllerFormListener
.
-