Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] Changes in the presentation API


The following methods have been deprecated in the Presentation API.

IStackPresentationSite.isMoveable(IPresentablePart)
StackPresentation.setActive(boolean)

Callers should use one of the following instead:

IStackPresentationSite.isStackMoveable()
IStackPresentationSite.isPartMoveable(IPresentablePart)
StackPresentation.setActive(int)

The deprecated methods will be removed before friday.

  - Stefan

Back to the top