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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
FormValidationTriggerFocus.focusGained(FormFocusEvent e)
Notifies this object that an input component gained focus.
|
void |
FormController.focusGained(FormFocusEvent e)
A component of the associated window was given the focus.
|
void |
FormValidationTriggerFocus.focusLost(FormFocusEvent e)
Notifies this object that an input component lost focus.
|
void |
FormController.focusLost(FormFocusEvent e)
A component of the associated window lost the focus.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.