Uses of Interface
net.sf.jguiraffe.gui.builder.event.FormEventListener
-
Packages that use FormEventListener Package Description net.sf.jguiraffe.gui.builder.components.model In this package interfaces for specialized component handlers can be found.net.sf.jguiraffe.gui.builder.event The main package for events and event listeners definitions.net.sf.jguiraffe.gui.builder.window.ctrl This package contains classes and interfaces for the implementation of form controllers. -
-
Uses of FormEventListener in net.sf.jguiraffe.gui.builder.components.model
Subinterfaces of FormEventListener in net.sf.jguiraffe.gui.builder.components.model Modifier and Type Interface Description interfaceTreeExpansionListenerAn event listener interface to be implemented by objects that are interested in changes of the expansion state of tree nodes.interfaceTreePreExpansionListenerAn event listener interface to be implemented by objects that need to be notified before the expansion state of a tree's node changes. -
Uses of FormEventListener in net.sf.jguiraffe.gui.builder.event
Subinterfaces of FormEventListener in net.sf.jguiraffe.gui.builder.event Modifier and Type Interface Description interfaceFormActionListenerDefinition of an interface for action listeners.interfaceFormChangeListenerDefinition of an interface for change listeners.interfaceFormFocusListenerDefinition of an interface for focus listeners.interfaceFormMouseListenerDefinition of interface for mouse listeners.Methods in net.sf.jguiraffe.gui.builder.event with parameters of type FormEventListener Modifier and Type Method Description protected voidFormEventManager. addListener(FormListenerType type, String name, FormEventListener l)Performs the actual adding of an event listener.abstract voidFormListenerType. callListener(FormEventListener l, FormEvent event)Invokes an event listener.protected booleanFormEventManager. removeListener(FormListenerType type, String name, FormEventListener l)Performs the actual removal of an event listener. -
Uses of FormEventListener in net.sf.jguiraffe.gui.builder.window.ctrl
Classes in net.sf.jguiraffe.gui.builder.window.ctrl that implement FormEventListener Modifier and Type Class Description classFormControllerA base class for form controllers.classFormValidationTriggerFocusA specializedFormValidationTriggerimplementation that triggers a validation operation whenever the user leaves an input field.
-