Package com.gargoylesoftware.base.gui
Class ReflectedTableModel.RowElementControlData
- java.lang.Object
-
- com.gargoylesoftware.base.gui.ReflectedTableModel.RowElementControlData
-
- Enclosing class:
- ReflectedTableModel
private class ReflectedTableModel.RowElementControlData extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description 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
Constructors Modifier Constructor Description private
RowElementControlData()
-
-
-
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.
-
-