Eclipse Platform
Release 3.1

org.eclipse.ui.part
Interface IShowInTargetList


public interface IShowInTargetList

Show In sources which need to provide additional entries to the Show In list of targets can provide this interface. 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 parts to show.
 

Method Detail

getShowInTargetIds

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

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

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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