RSE
Release 1.0

org.eclipse.rse.ui.view
Class SystemResolveFilterStringAPIProviderImpl

java.lang.Object
  extended byorg.eclipse.rse.ui.view.SystemAbstractAPIProvider
      extended byorg.eclipse.rse.ui.view.SystemTestFilterStringAPIProviderImpl
          extended byorg.eclipse.rse.ui.view.SystemResolveFilterStringAPIProviderImpl
All Implemented Interfaces:
IAdaptable, ISystemViewInputProvider

public class SystemResolveFilterStringAPIProviderImpl
extends SystemTestFilterStringAPIProviderImpl

This class is a provider of root nodes to the remote systems tree viewer part. It is used when the contents are used to show the resolution of a single filter string.


Field Summary
 
Fields inherited from class org.eclipse.rse.ui.view.SystemTestFilterStringAPIProviderImpl
canceledObject, emptyList, errorObject, filterString, msgList, nullObject, subsystem
 
Fields inherited from class org.eclipse.rse.ui.view.SystemAbstractAPIProvider
shell, sr, viewer
 
Constructor Summary
SystemResolveFilterStringAPIProviderImpl(ISubSystem subsystem, String filterString)
          Constructor
 
Method Summary
 boolean showButtonBar()
          Return true to show the button bar above the viewer.
 
Methods inherited from class org.eclipse.rse.ui.view.SystemTestFilterStringAPIProviderImpl
getConnectionChildren, getSystemViewRoots, hasConnectionChildren, hasSystemViewRoots, setFilterString, setSubSystem, showActionBar, showActions
 
Methods inherited from class org.eclipse.rse.ui.view.SystemAbstractAPIProvider
checkForNull, getAdapter, getAdapter, getCancelledMessageObject, getFailedMessageObject, getRemoteAdapter, getShell, getViewer, setShell, setViewer, showingConnections
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.rse.ui.view.ISystemViewInputProvider
getAdapter, getShell, getViewer, setShell, setViewer, showingConnections
 

Constructor Detail

SystemResolveFilterStringAPIProviderImpl

public SystemResolveFilterStringAPIProviderImpl(ISubSystem subsystem,
                                                String filterString)
Constructor

Parameters:
subsystem - The subsystem that will resolve the filter string
filterString - The filter string to test
Method Detail

showButtonBar

public boolean showButtonBar()
Return true to show the button bar above the viewer. The tool bar contains "Get List" and "Refresh" buttons and is typicall shown in dialogs that list only remote system objects.

Specified by:
showButtonBar in interface ISystemViewInputProvider
Overrides:
showButtonBar in class SystemTestFilterStringAPIProviderImpl

RSE
Release 1.0

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