Eclipse Platform
Release 3.6

org.eclipse.ui.part
Interface IShowInTargetList


public interface IShowInTargetList

This interface can be provided by a 'Show In' source that needs to add additional entries to the 'Show In' menu.

The part can either directly implement this interface, or provide it via IAdaptable.getAdapter(IShowInTargetList).

Since:
2.1
See Also:
IShowInSource, IShowInTarget

Method Summary
 String[] getShowInTargetIds()
          Returns the identifiers for the target part to show.
 

Method Detail

getShowInTargetIds

String[] getShowInTargetIds()
Returns the identifiers for the target part to show. The target views must be Show In targets.

Returns:
the identifiers for the target views to show
See Also:
IShowInTarget

Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.