Package org.eclipse.ui.part
Interface IShowInSource
-
- All Known Implementing Classes:
PropertySheet
public interface IShowInSourceParts 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 viaIAdaptable.getAdapter(IShowInSource.class).- Since:
- 2.1
- See Also:
IShowInTarget
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShowInContextgetShowInContext()Returns the context to show, ornullif there is currently no valid context to show.
-
-
-
Method Detail
-
getShowInContext
ShowInContext getShowInContext()
Returns the context to show, ornullif there is currently no valid context to show.- Returns:
- the context to show, or
null
-
-