| org.eclipse.ui.part.IShowInSource
IShowInSource | public interface IShowInSource (Code) | | Parts which need to provide a particular context to a Show In...
target can provide this interface.
The part can either directly implement this interface, or provide it
via IAdaptable.getAdapter(IShowInSource.class) .
See Also: IShowInTarget since: 2.1 |
getShowInContext | public ShowInContext getShowInContext()(Code) | | Returns the context to show, or null if there is
currently no valid context to show.
the context to show, or null |
|
|