|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelManager | |
---|---|
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 ModelManager in nl.tudelft.simulation.introspection.gui |
---|
Classes in nl.tudelft.simulation.introspection.gui that implement ModelManager | |
---|---|
class |
DefaultModelManager
A simple implementation. |
Methods in nl.tudelft.simulation.introspection.gui that return ModelManager | |
---|---|
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()
|
Methods in nl.tudelft.simulation.introspection.gui with parameters of type ModelManager | |
---|---|
void |
CollectionTableModel.setModelManager(ModelManager manager)
Sets the modelmanager. |
void |
ObjectTableModel.setModelManager(ModelManager manager)
Sets the modelmanager. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |