|
|||||||||||
| 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 |
SortingObjectTableModel.getModelManager()
|
ModelManager |
ObjectTableModel.getModelManager()
By default, a {see DefaultModelManager}returned. |
ModelManager |
IntrospectingTableModelInterface.getModelManager()
Returns a reference to this model's modelManager, {see ModelManager}. |
ModelManager |
CollectionTableModel.getModelManager()
By default, a {see DefaultModelManager}returned. |
| Methods in nl.tudelft.simulation.introspection.gui with parameters of type ModelManager | |
void |
ObjectTableModel.setModelManager(ModelManager manager)
Sets the modelmanager. |
void |
CollectionTableModel.setModelManager(ModelManager manager)
Sets the modelmanager. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||