public interface IViewRegistry
The description of a given view is kept in a IViewDescriptor
.
This interface is not intended to be implemented by clients.
IViewDescriptor
,
IStickyViewDescriptor
Modifier and Type | Method and Description |
---|---|
IViewDescriptor |
find(String id)
Return a view descriptor with the given extension id.
|
IViewCategory[] |
getCategories()
Returns an array of view categories.
|
IStickyViewDescriptor[] |
getStickyViews()
Return a list of sticky views defined in the registry.
|
IViewDescriptor[] |
getViews()
Return a list of views defined in the registry.
|
IViewDescriptor find(String id)
null
.
Will also return null
if the view descriptor exists, but
is filtered by an expression-based activity.id
- the id to search fornull
IViewCategory[] getCategories()
null
.IViewDescriptor[] getViews()
null
.IStickyViewDescriptor[] getStickyViews()
null
.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.