RSE
Release 3.4

org.eclipse.rse.ui.view
Interface ISystemSelectRemoteObjectAPIProviderCaller


public interface ISystemSelectRemoteObjectAPIProviderCaller

This is the interface that callers of the SystemSelectRemoteObjectAPIProviderCaller can optionally implement to be called back for events such as the expansion of a promptable, transient filter.


Method Summary
 ISystemFilter createFilterByPrompting(ISystemFilter filterPrompt, Shell shell)
          Prompt the user to create a new filter as a result of the user expanding a promptable transient filter.
 

Method Detail

createFilterByPrompting

ISystemFilter createFilterByPrompting(ISystemFilter filterPrompt,
                                      Shell shell)
                                      throws Exception
Prompt the user to create a new filter as a result of the user expanding a promptable transient filter.

Returns:
the filter created by the user or null if they cancelled the prompting
Throws:
Exception

RSE
Release 3.4

Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.