Uses of Interface
nl.tudelft.simulation.introspection.gui.IntrospectingTableModelInterface

Packages that use IntrospectingTableModelInterface
nl.tudelft.simulation.introspection.gui The user interface package provides dialogs and tables to inspect and manipulate introspected objects, see nl.tudelft.tbm.sk.util.introspection.gui.PTestGUI for an example. 
 

Uses of IntrospectingTableModelInterface in nl.tudelft.simulation.introspection.gui
 

Classes in nl.tudelft.simulation.introspection.gui that implement IntrospectingTableModelInterface
 class CollectionTableModel
          A tablemodel used to manage and present the instances of a composite property.
 class ObjectTableModel
          The ObjectTableModel.
 class SortingObjectTableModel
          The sortingObjectTableModel.
 

Methods in nl.tudelft.simulation.introspection.gui that return IntrospectingTableModelInterface
 IntrospectingTableModelInterface ObjectJTableInterface.getIntrospectingTableModel()
           
 IntrospectingTableModelInterface ObjectJTable.getIntrospectingTableModel()
           
 

Constructors in nl.tudelft.simulation.introspection.gui with parameters of type IntrospectingTableModelInterface
ExpandButton(Property property, IntrospectingTableModelInterface model)
          constructs a new ExpandButton
IntroSpectionDialog(String title, IntrospectingTableModelInterface content)
          Constructs a new IntroSpectionDialog.
IntroSpectionDialog(Window parent, String title, IntrospectingTableModelInterface content)
          Constructs a new IntroSpectionDialog.
ObjectJTable(IntrospectingTableModelInterface dm)
          constructs a new ObjectJTable
ObjectJTable(IntrospectingTableModelInterface dm, CellPresentationConfiguration config)
          constructs a new ObjectJTable
ObjectJTable(IntrospectingTableModelInterface dm, TableColumnModel cm)
          Constructor for ObjectJTable.
ObjectJTable(IntrospectingTableModelInterface dm, TableColumnModel cm, ListSelectionModel sm)
          Constructor for ObjectJTable.
 



Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.