org.tbee.swing.table
Class JTable.OnFocusStopEditHandler
java.lang.Object
org.tbee.swing.table.JTable.OnFocusStopEditHandler
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
- Enclosing class:
- JTable
protected static class JTable.OnFocusStopEditHandler
- extends Object
- implements PropertyChangeListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iKeyboardFocusManagerRegistered
protected volatile boolean iKeyboardFocusManagerRegistered
iFocusedInTableComponent
public Component iFocusedInTableComponent
JTable.OnFocusStopEditHandler
public JTable.OnFocusStopEditHandler(JTable jtable)
- Parameters:
jtable -
startListening
public void startListening()
stopListening
public void stopListening()
propertyChange
public void propertyChange(PropertyChangeEvent ev)
- Specified by:
propertyChange in interface PropertyChangeListener
getState
public int getState()
- State
addOnFocusStopEditListener
public void addOnFocusStopEditListener(org.tbee.swing.table.JTable.OnFocusStopEditListener l)
- OnFocusStopEditListener
removeOnFocusStopEditListener
public void removeOnFocusStopEditListener(org.tbee.swing.table.JTable.OnFocusStopEditListener l)
fireOnFocusStopEditEvent
public void fireOnFocusStopEditEvent(int state)
Copyright © 2012 KnowledgePlaza. All Rights Reserved.