Class 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.
    • 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

      • RowElementControlData

        private RowElementControlData()