package nl.tudelft.simulation.introspection.gui; /** * Declares standard methods of an ObjectJTable. *
* (c) copyright 2002-2014 Delft University of Technology.
* BSD-style license. See DSOL License.
* @author Peter Jacobs.
* @author Alexander Verbraeck.
* @author Niels Lang.
* @since 1.5
*/
public interface ObjectJTableInterface
{
/**
* @return Returns the introspecting table model
*/
IntrospectingTableModelInterface getIntrospectingTableModel();
}