com.gargoylesoftware.base.gui
Class ReflectedTableModel.RowElementControlData

java.lang.Object
  extended by com.gargoylesoftware.base.gui.ReflectedTableModel.RowElementControlData
Enclosing class:
ReflectedTableModel

private class ReflectedTableModel.RowElementControlData
extends java.lang.Object


Field Summary
 int instanceCounter_
          How many times has this element been placed in the list.
 boolean supportsPropertyChangeEvents_
          This will only be true if the specified object has both add and remove methods for PropertyChangeListeners.
 
Constructor Summary
private ReflectedTableModel.RowElementControlData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instanceCounter_

public int instanceCounter_
How many times has this element been placed in the list. Used to ensure that we only add/remove a PropertyChangeListener once per object.


supportsPropertyChangeEvents_

public boolean supportsPropertyChangeEvents_
This will only be true if the specified object has both add and remove methods for PropertyChangeListeners.

Constructor Detail

ReflectedTableModel.RowElementControlData

private ReflectedTableModel.RowElementControlData()