Uses of Interface
nl.tudelft.simulation.introspection.mapping.CellPresentationConfiguration

Packages that use CellPresentationConfiguration
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. 
nl.tudelft.simulation.introspection.mapping Defines and contains tablecell renderers and editors to be used by nl.tudelft.tbm.sk.util.introspection.gui.ObjectJTable
 

Uses of CellPresentationConfiguration in nl.tudelft.simulation.introspection.gui
 

Methods in nl.tudelft.simulation.introspection.gui that return CellPresentationConfiguration
 CellPresentationConfiguration ObjectJTable.getCellPresentationConfiguration()
           
 CellPresentationConfiguration ICellPresentationConfigProvider.getCellPresentationConfiguration()
           
 

Constructors in nl.tudelft.simulation.introspection.gui with parameters of type CellPresentationConfiguration
ObjectJTable(IntrospectingTableModelInterface dm, CellPresentationConfiguration config)
          constructs a new ObjectJTable
 

Uses of CellPresentationConfiguration in nl.tudelft.simulation.introspection.mapping
 

Classes in nl.tudelft.simulation.introspection.mapping that implement CellPresentationConfiguration
 class DefaultConfiguration
          A default implementation of the {see CellPresentationConfiguration} interface.
 

Methods in nl.tudelft.simulation.introspection.mapping that return CellPresentationConfiguration
static CellPresentationConfiguration DefaultConfiguration.getDefaultConfiguration()
           
 



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