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 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.
 



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