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 interface
TreeExpansionListener
An event listener interface to be implemented by objects that are interested in changes of the expansion state of tree nodes.interface
TreePreExpansionListener
An 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 interface
FormActionListener
Definition of an interface for action listeners.interface
FormChangeListener
Definition of an interface for change listeners.interface
FormFocusListener
Definition of an interface for focus listeners.interface
FormMouseListener
Definition of interface for mouse listeners.Methods in net.sf.jguiraffe.gui.builder.event with parameters of type FormEventListener Modifier and Type Method Description protected void
FormEventManager. addListener(FormListenerType type, String name, FormEventListener l)
Performs the actual adding of an event listener.abstract void
FormListenerType. callListener(FormEventListener l, FormEvent event)
Invokes an event listener.protected boolean
FormEventManager. 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 class
FormController
A base class for form controllers.class
FormValidationTriggerFocus
A specializedFormValidationTrigger
implementation that triggers a validation operation whenever the user leaves an input field.
-