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 |
DefaultModelManager
A simple implementation.
|
Modifier and Type | Method and Description |
---|---|
ModelManager |
IntrospectingTableModelInterface.getModelManager()
Returns a reference to this model's modelManager, {see ModelManager}.
|
ModelManager |
CollectionTableModel.getModelManager()
By default, a {see DefaultModelManager}returned.
|
ModelManager |
ObjectTableModel.getModelManager()
By default, a {see DefaultModelManager}returned.
|
ModelManager |
SortingObjectTableModel.getModelManager() |
Modifier and Type | Method and Description |
---|---|
void |
CollectionTableModel.setModelManager(ModelManager manager)
Sets the modelmanager.
|
void |
ObjectTableModel.setModelManager(ModelManager manager)
Sets the modelmanager.
|
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.