|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectschmitzm.swing.event.InputOptionAdapter
public abstract class InputOptionAdapter
Diese Klasse bildet eine Implementierung von InputOptionListener
,
die nichts macht.
Constructor Summary | |
---|---|
InputOptionAdapter()
|
Method Summary | |
---|---|
void |
optionChanged(InputOption inputOption,
Object oldValue,
Object newValue)
Wird aufgerufen, wenn sich der Eingabewert des Option geaendert hat. |
void |
optionGainedFocus(InputOption inputOption)
Wird aufgerufen, wenn die Eingabe-Komponente der Option den Fokus erhaelt. |
void |
optionLostFocus(InputOption inputOption)
Wird aufgerufen, wenn die Eingabe-Komponente der Option den Fokus verliert. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InputOptionAdapter()
Method Detail |
---|
public void optionChanged(InputOption inputOption, Object oldValue, Object newValue)
optionChanged
in interface InputOptionListener
inputOption
- Option, die sich geaendert hatoldValue
- alter WertnewValue
- neuer Wertpublic void optionGainedFocus(InputOption inputOption)
optionGainedFocus
in interface InputOptionListener
inputOption
- Option, die den Focus erhalten hatpublic void optionLostFocus(InputOption inputOption)
optionLostFocus
in interface InputOptionListener
inputOption
- Option, die den Focus verloren hat
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |