org.tbee.swing.table
Class JTable.OnFocusStopEditHandler
java.lang.Object
org.tbee.swing.table.JTable.OnFocusStopEditHandler
- All Implemented Interfaces:
- java.beans.PropertyChangeListener, java.util.EventListener
- Enclosing class:
- JTable
protected static class JTable.OnFocusStopEditHandler
- extends java.lang.Object
- implements java.beans.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 java.awt.Component iFocusedInTableComponent
JTable.OnFocusStopEditHandler
public JTable.OnFocusStopEditHandler(JTable jtable)
- Parameters:
jtable -
startListening
public void startListening()
stopListening
public void stopListening()
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent ev)
- Specified by:
propertyChange in interface java.beans.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 © 2010 KnowledgePlaza. All Rights Reserved.