public interface IViewCategory
This interface is not intended to be implemented by clients.
Modifier and Type | Method and Description |
---|---|
String |
getId()
Return the id of this category.
|
String |
getLabel()
Return the human readable name of this view category.
|
IPath |
getPath()
Return this categories path.
|
IViewDescriptor[] |
getViews()
Return the views contained within this category.
|
IViewDescriptor[] getViews()
null
,
but may be empty.String getId()
null
.String getLabel()
null
.IPath getPath()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.