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 voidFormFocusListener. focusGained(FormFocusEvent e)This method gets called when a component this listener is registered at gaines focus.voidFormFocusListener. 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 voidFormController. focusGained(FormFocusEvent e)A component of the associated window was given the focus.voidFormValidationTriggerFocus. focusGained(FormFocusEvent e)Notifies this object that an input component gained focus.voidFormController. focusLost(FormFocusEvent e)A component of the associated window lost the focus.voidFormValidationTriggerFocus. focusLost(FormFocusEvent e)Notifies this object that an input component lost focus.
-