|
||||||||||
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 ActionListener
public void stateChanged(ChangeEvent e)
stateChanged
in interface ChangeListener
public void keyPressed(KeyEvent e)
keyPressed
in interface KeyListener
public void keyReleased(KeyEvent e)
keyReleased
in interface KeyListener
public void keyTyped(KeyEvent e)
keyTyped
in interface KeyListener
public void valueChanged(ListSelectionEvent e)
valueChanged
in interface ListSelectionListener
public void modelChanged(EditorEvent e)
modelChanged
in interface EditorListener
e
- 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 |