Class ObjectTableModel

    • Field Detail

      • properties

        protected Property[] properties
        the properties.
    • Constructor Detail

      • ObjectTableModel

        public ObjectTableModel​(Object bean)
        Creates an ObjectTableModel utilizing a {see nl.tudelft.simulation.introspection.beans.BeanIntrospector}.
        Parameters:
        bean - Object; The object to be introspected according to the bean property-paradigm.
      • ObjectTableModel

        public ObjectTableModel​(Object object,
                                Introspector introspector)
        Creates an ObjectTableModel utilizing a custom introspector.
        Parameters:
        object - Object; The object to be introspected.
        introspector - Introspector; The introspector instance utilized.