|
|||||||||
| Home >> All >> apollo >> dataadapter >> [ ensj overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
apollo.dataadapter.ensj
Class EnsJAdapterGUI.FocusSelectsButton

java.lang.Objectjava.awt.event.FocusAdapter
apollo.dataadapter.ensj.EnsJAdapterGUI.FocusSelectsButton
- All Implemented Interfaces:
- java.util.EventListener, java.awt.event.FocusListener
- Enclosing class:
- EnsJAdapterGUI
- private final class EnsJAdapterGUI.FocusSelectsButton
- extends java.awt.event.FocusAdapter
A focus listener which sets button.selected(true) when focus gained.
| Field Summary | |
private javax.swing.AbstractButton |
button
|
| Constructor Summary | |
(package private) |
EnsJAdapterGUI.FocusSelectsButton(javax.swing.AbstractButton button)
|
| Method Summary | |
void |
focusGained(java.awt.event.FocusEvent ke)
Implements this method from the interface with an empty body. |
| Methods inherited from class java.awt.event.FocusAdapter |
focusLost |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
button
private javax.swing.AbstractButton button
| Constructor Detail |
EnsJAdapterGUI.FocusSelectsButton
EnsJAdapterGUI.FocusSelectsButton(javax.swing.AbstractButton button)
| Method Detail |
focusGained
public void focusGained(java.awt.event.FocusEvent ke)
- Description copied from class:
java.awt.event.FocusAdapter - Implements this method from the interface with an empty body.
|
|||||||||
| Home >> All >> apollo >> dataadapter >> [ ensj overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC