public interface IStickyViewDescriptor
This interface is not intended to be implemented by clients.
IViewRegistry
,
IViewDescriptor
Modifier and Type | Method and Description |
---|---|
String |
getId()
Return the id of the view to be made sticky.
|
int |
getLocation()
Return the location of this sticky view.
|
boolean |
isCloseable()
Return whether this view should be closeable.
|
boolean |
isMoveable()
Return whether this view should be moveable.
|
String getId()
int getLocation()
IPageLayout.LEFT
, IPageLayout.RIGHT
,
IPageLayout.TOP
, or IPageLayout.BOTTOM
.boolean isCloseable()
boolean isMoveable()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.