public class ControlState extends Object implements ActionListener, ChangeListener, KeyListener, ListSelectionListener, EditorListener
| Constructor and Description |
|---|
ControlState() |
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
setEditor(Editor<?> editor) |
void |
stateChanged(ChangeEvent e) |
void |
valueChanged(ListSelectionEvent e) |
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 EditorListenerpublic Editor<?> getEditor()
public void setEditor(Editor<?> editor)
editor - the editor to setCopyright © 2014 JDAL. All Rights Reserved.