|
swingx Version 2009-07-31 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.swingx.JXTree.CellEditorRemover
public class JXTree.CellEditorRemover
This class tracks changes in the keyboard focus state. It is used when the JXTree is editing to determine when to terminate the edit. If focus switches to a component outside of the JXTree, but in the same window, this will terminate editing. The exact terminate behaviour is controlled by the invokeStopEditing property.
JTree.setInvokesStopCellEditing(boolean)
Constructor Summary | |
---|---|
JXTree.CellEditorRemover()
|
Method Summary | |
---|---|
void |
propertyChange(PropertyChangeEvent ev)
|
void |
release()
stops listening. |
void |
updateKeyboardFocusManager()
Updates itself to listen to the current KeyboardFocusManager. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JXTree.CellEditorRemover()
Method Detail |
---|
public void updateKeyboardFocusManager()
public void release()
public void propertyChange(PropertyChangeEvent ev)
propertyChange
in interface PropertyChangeListener
|
swingx Version 2009-07-31 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |