org.tbee.swing.table
Class JTable.OnFocusStopEditHandler

java.lang.Object
  extended by 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


Field Summary
 java.awt.Component iFocusedInTableComponent
           
protected  boolean iKeyboardFocusManagerRegistered
           
 
Constructor Summary
JTable.OnFocusStopEditHandler(JTable jtable)
           
 
Method Summary
 void addOnFocusStopEditListener(org.tbee.swing.table.JTable.OnFocusStopEditListener l)
          OnFocusStopEditListener
 void fireOnFocusStopEditEvent(int state)
           
 int getState()
          State
 void propertyChange(java.beans.PropertyChangeEvent ev)
           
 void removeOnFocusStopEditListener(org.tbee.swing.table.JTable.OnFocusStopEditListener l)
           
 void startListening()
           
 void stopListening()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iKeyboardFocusManagerRegistered

protected volatile boolean iKeyboardFocusManagerRegistered

iFocusedInTableComponent

public java.awt.Component iFocusedInTableComponent
Constructor Detail

JTable.OnFocusStopEditHandler

public JTable.OnFocusStopEditHandler(JTable jtable)
Parameters:
jtable -
Method Detail

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. All Rights Reserved.