Package | Description |
---|---|
org.eclipse.ui.views.navigator |
Provides the standard Resource Navigator view which
presents the tree of resources in the workspace.
|
Modifier and Type | Method and Description |
---|---|
ResourceSorter |
IResourceNavigator.getSorter()
Deprecated.
as of 3.3, use
IResourceNavigator.getComparator() instead |
ResourceSorter |
ResourceNavigator.getSorter()
Deprecated.
as of 3.3, use
ResourceNavigator.getComparator() |
Modifier and Type | Method and Description |
---|---|
void |
IResourceNavigator.setSorter(ResourceSorter sorter)
Deprecated.
as of 3.3, use
IResourceNavigator.setComparator(ResourceComparator) instead |
void |
ResourceNavigator.setSorter(ResourceSorter sorter)
Deprecated.
as of 3.3, use
ResourceNavigator.setComparator(ResourceComparator) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.