Package com.gargoylesoftware.base.gui
Class ReflectedTableModel.RowElementControlData
java.lang.Object
com.gargoylesoftware.base.gui.ReflectedTableModel.RowElementControlData
- Enclosing class:
ReflectedTableModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
How many times has this element been placed in the list.boolean
This will only be true if the specified object has both add and remove methods for PropertyChangeListeners. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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 Details
-
RowElementControlData
private RowElementControlData()
-