|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.texteditor.ConfigurationElementSorter
Allows to sort an array based on their elements' configuration elements according to the prerequisite relation of their defining plug-ins.
This class may be subclassed.
Constructor Summary | |
ConfigurationElementSorter()
|
Method Summary | |
abstract IConfigurationElement |
getConfigurationElement(Object object)
Returns the configuration element for the given object. |
void |
sort(Object[] elements)
Sorts the given array based on its elements' configuration elements according to the prerequisite relation of their defining plug-ins. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConfigurationElementSorter()
Method Detail |
public final void sort(Object[] elements)
elements
- the array to be sortedpublic abstract IConfigurationElement getConfigurationElement(Object object)
object
- the object
null
|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.