Runtime

Uses of Class
org.eclipse.gmf.runtime.notation.SortingDirection

Packages that use SortingDirection
org.eclipse.gmf.runtime.diagram.ui.dialogs.sortfilter Aurora internal packages Package Specification dialogs for the sort filter 
org.eclipse.gmf.runtime.diagram.ui.editparts Aurora internal packages Package Specification This package contains the edit part classes.  
org.eclipse.gmf.runtime.notation Notation meta-model primary package.  
org.eclipse.gmf.runtime.notation.impl Aurora internal packages Package Specification ToDo: Fill in specific content 
 

Uses of SortingDirection in org.eclipse.gmf.runtime.diagram.ui.dialogs.sortfilter
 

Methods in org.eclipse.gmf.runtime.diagram.ui.dialogs.sortfilter that return SortingDirection
 SortingDirection SortFilterViewerSorter.getSortingDirection()
           
 

Methods in org.eclipse.gmf.runtime.diagram.ui.dialogs.sortfilter with parameters of type SortingDirection
 void SortFilterViewerSorter.setSortingDirection(SortingDirection sortingDirection)
           
 

Uses of SortingDirection in org.eclipse.gmf.runtime.diagram.ui.editparts
 

Methods in org.eclipse.gmf.runtime.diagram.ui.editparts with parameters of type SortingDirection
protected  java.util.Comparator ListCompartmentEditPart.getComparator(java.lang.String name, SortingDirection direction)
          Returns a Comparator that is used to sort the list compartment children.
 

Uses of SortingDirection in org.eclipse.gmf.runtime.notation
 

Fields in org.eclipse.gmf.runtime.notation declared as SortingDirection
static SortingDirection SortingDirection.ASCENDING_LITERAL
          The 'Ascending' literal object
static SortingDirection SortingDirection.DESCENDING_LITERAL
          The 'Descending' literal object
 

Methods in org.eclipse.gmf.runtime.notation that return SortingDirection
static SortingDirection SortingDirection.get(java.lang.String literal)
          Returns the 'Sorting Direction' literal with the specified literal value
static SortingDirection SortingDirection.getByName(java.lang.String name)
          Returns the 'Sorting Direction' literal with the specified name
static SortingDirection SortingDirection.get(int value)
          Returns the 'Sorting Direction' literal with the specified integer value
 

Uses of SortingDirection in org.eclipse.gmf.runtime.notation.impl
 

Methods in org.eclipse.gmf.runtime.notation.impl that return SortingDirection
 SortingDirection NotationFactoryImpl.createSortingDirectionFromString(EDataType eDataType, java.lang.String initialValue)
           
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.