Package | Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
CollectionTableModel
A tablemodel used to manage and present the instances of a composite
property.
|
class |
ObjectTableModel
The ObjectTableModel.
|
class |
SortingObjectTableModel
The sortingObjectTableModel.
|
Modifier and Type | Method and Description |
---|---|
IntrospectingTableModelInterface |
ObjectJTableInterface.getIntrospectingTableModel() |
IntrospectingTableModelInterface |
ObjectJTable.getIntrospectingTableModel() |
Constructor and Description |
---|
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-2012 Delft University of Technology, the Netherlands. All Rights Reserved.