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

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.
 



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