Uses of Interface
nl.tudelft.simulation.introspection.sortable.Sortable.Definition

Packages that use Sortable.Definition
nl.tudelft.simulation.introspection.sortable Utility package enabling sorting tables. 
 

Uses of Sortable.Definition in nl.tudelft.simulation.introspection.sortable
 

Classes in nl.tudelft.simulation.introspection.sortable that implement Sortable.Definition
 class SortDefinition
          The SortDefinition.
 

Methods in nl.tudelft.simulation.introspection.sortable that return Sortable.Definition
 Sortable.Definition[] Sortable.getDefinitions()
           
 Sortable.Definition[] SortingTableModel.getDefinitions()
           
protected  Sortable.Definition SortingTableHeader.getMatchingDef(int column)
          gets the matching definition
 

Methods in nl.tudelft.simulation.introspection.sortable with parameters of type Sortable.Definition
 void Sortable.setDefinitions(Sortable.Definition[] definitions)
          Sets the current definitions defined for this Sortable.
 void SortingTableModel.setDefinitions(Sortable.Definition[] definitions)
           
 

Constructors in nl.tudelft.simulation.introspection.sortable with parameters of type Sortable.Definition
SortingTableHeader(Sortable.Definition[] defaultSorting)
          constructs a new SortingTableHeader
 



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