| org.eclipse.ui.views.IStickyViewDescriptor
All known Subclasses: org.eclipse.ui.internal.registry.StickyViewDescriptor,
Method Summary | |
public String | getId() Return the id of the view to be made sticky. | public int | getLocation() Return the location of this sticky view. | public boolean | isCloseable() Return whether this view should be closeable. | public boolean | isMoveable() Return whether this view should be moveable. |
getId | public String getId()(Code) | | Return the id of the view to be made sticky.
the id of the view to be made sticky |
getLocation | public int getLocation()(Code) | | Return the location of this sticky view. Must be one of
IPageLayout.LEFT , IPageLayout.RIGHT ,
IPageLayout.TOP , or IPageLayout.BOTTOM .
the location constant |
isCloseable | public boolean isCloseable()(Code) | | Return whether this view should be closeable.
whether this view should be closeeable |
isMoveable | public boolean isMoveable()(Code) | | Return whether this view should be moveable.
whether this view should be moveable |
|
|