com.gargoylesoftware.base.gui

Class ReflectedTableModel.RowElementControlData

private class ReflectedTableModel.RowElementControlData extends Object

Field Summary
intinstanceCounter_
How many times has this element been placed in the list.
booleansupportsPropertyChangeEvents_
This will only be true if the specified object has both add and remove methods for PropertyChangeListeners.

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.