Uses of Class
net.sf.jguiraffe.gui.builder.event.FormFocusEvent
-
Packages that use FormFocusEvent Package Description 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 FormFocusEvent in net.sf.jguiraffe.gui.builder.event
Methods in net.sf.jguiraffe.gui.builder.event with parameters of type FormFocusEvent Modifier and Type Method Description void
FormFocusListener. focusGained(FormFocusEvent e)
This method gets called when a component this listener is registered at gaines focus.void
FormFocusListener. focusLost(FormFocusEvent e)
This method gets called when a component this listener is registered at loses focus. -
Uses of FormFocusEvent in net.sf.jguiraffe.gui.builder.window.ctrl
Methods in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type FormFocusEvent Modifier and Type Method Description void
FormController. focusGained(FormFocusEvent e)
A component of the associated window was given the focus.void
FormValidationTriggerFocus. focusGained(FormFocusEvent e)
Notifies this object that an input component gained focus.void
FormController. focusLost(FormFocusEvent e)
A component of the associated window lost the focus.void
FormValidationTriggerFocus. focusLost(FormFocusEvent e)
Notifies this object that an input component lost focus.
-