Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.jface.viewers.ViewerSorter

Packages that use ViewerSorter
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. 
org.eclipse.ui.model Provides a workbench adapter for displaying workbench elements in the UI without having to know the concrete type of the element, and various label providers for workbench-specific objects like editors, views, and perspectives. 
org.eclipse.ui.navigator Provides the Common Navigator framework. 
org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace. 
 

Uses of ViewerSorter in org.eclipse.jface.viewers
 

Subclasses of ViewerSorter in org.eclipse.jface.viewers
 class TreePathViewerSorter
          A viewer sorter that is provided extra context in the form of the path of the parent element of the elements being sorted.
 

Methods in org.eclipse.jface.viewers that return ViewerSorter
  ViewerSorter StructuredViewer. getSorter ()
          Returns this viewer's sorter, or null if it does not have one.
 

Methods in org.eclipse.jface.viewers with parameters of type ViewerSorter
 void StructuredViewer. setSorter ( ViewerSorter sorter)
          Sets this viewer's sorter and triggers refiltering and resorting of this viewer's element.
 

Uses of ViewerSorter in org.eclipse.ui.dialogs
 

Methods in org.eclipse.ui.dialogs with parameters of type ViewerSorter
 void ElementTreeSelectionDialog. setSorter ( ViewerSorter sorter)
          Deprecated. as of 3.3, use ElementTreeSelectionDialog.setComparator(ViewerComparator) instead
 void CheckedTreeSelectionDialog. setSorter ( ViewerSorter sorter)
          Deprecated. since 3.3, use CheckedTreeSelectionDialog.setComparator(ViewerComparator) instead
 

Uses of ViewerSorter in org.eclipse.ui.model
 

Subclasses of ViewerSorter in org.eclipse.ui.model
 class WorkbenchViewerSorter
          Deprecated. as of 3.3, use WorkbenchViewerComparator instead
 

Uses of ViewerSorter in org.eclipse.ui.navigator
 

Subclasses of ViewerSorter in org.eclipse.ui.navigator
 class CommonViewerSorter
          Provides an implementation of TreeViewerSorter that uses the given parent to determine the correct sort order based on the defined org.eclipse.ui.navigator.navigatorContent/navigatorContent/commonSorter elements available in the set of visible content extensions.
 

Methods in org.eclipse.ui.navigator that return ViewerSorter
  ViewerSorter INavigatorSorterService. findSorter ( INavigatorContentDescriptor source, Object parent, Object lvalue, Object rvalue)
          Return a ViewerSorter from an extension which is visible to the associated INavigatorContentService and whose parentExpression matches the given parent.
  ViewerSorter INavigatorSorterService. findSorterForParent ( Object aParent)
          Return a ViewerSorter from an extension which is visible to the associated INavigatorContentService and whose parentExpression matches the given parent.
 

Methods in org.eclipse.ui.navigator with parameters of type ViewerSorter
 void CommonViewer. setSorter ( ViewerSorter sorter)
          Sets this viewer's sorter and triggers refiltering and resorting of this viewer's element.
 

Uses of ViewerSorter in org.eclipse.ui.views.navigator
 

Subclasses of ViewerSorter in org.eclipse.ui.views.navigator
 class ResourceSorter
          Deprecated. as of 3.3, use ResourceComparator instead
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire