Eclipse Platform
Release 3.0

org.eclipse.ui.part
Interface IShowInSource


public interface IShowInSource

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).

Since:
2.1
See Also:
IShowInTarget

Method Summary
 ShowInContext getShowInContext()
          Returns the context to show, or null if there is currently no valid context to show.
 

Method Detail

getShowInContext

public ShowInContext getShowInContext()
Returns the context to show, or null if there is currently no valid context to show.

Returns:
the context to show, or null

Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.