|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.joseluismartin.gui.editor.ControlState
public class ControlState
| Constructor Summary | |
|---|---|
ControlState()
|
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
|
Editor<?> |
getEditor()
|
void |
keyPressed(KeyEvent e)
|
void |
keyReleased(KeyEvent e)
|
void |
keyTyped(KeyEvent e)
|
void |
listen(Object c)
|
void |
modelChanged(EditorEvent e)
notify that model change state |
void |
setEditor(Editor<?> editor)
|
void |
stateChanged(ChangeEvent e)
|
void |
valueChanged(ListSelectionEvent e)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ControlState()
| Method Detail |
|---|
public void listen(Object c)
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic void stateChanged(ChangeEvent e)
stateChanged in interface ChangeListenerpublic void keyPressed(KeyEvent e)
keyPressed in interface KeyListenerpublic void keyReleased(KeyEvent e)
keyReleased in interface KeyListenerpublic void keyTyped(KeyEvent e)
keyTyped in interface KeyListenerpublic void valueChanged(ListSelectionEvent e)
valueChanged in interface ListSelectionListenerpublic void modelChanged(EditorEvent e)
modelChanged in interface EditorListenere - editor eventpublic Editor<?> getEditor()
public void setEditor(Editor<?> editor)
editor - the editor to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||