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 allFormControllerFormListenerobjects registered at thisFormController.Methods in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type FormControllerFormListener Modifier and Type Method Description voidFormController. addFormListener(FormControllerFormListener l)Adds aFormControllerFormListenerto this controller.voidFormController. removeFormListener(FormControllerFormListener l)Removes the specifiedFormControllerFormListenerfrom 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 voidFormControllerTag. addFormListener(FormControllerFormListener l)Adds aFormControllerFormListener.
-