RSE
Release 1.0

Uses of Interface
org.eclipse.rse.ui.dialogs.ISystemPromptDialog

Packages that use ISystemPromptDialog
org.eclipse.rse.dstore.security.preference   
org.eclipse.rse.dstore.security.wizards   
org.eclipse.rse.files.ui.actions   
org.eclipse.rse.files.ui.dialogs   
org.eclipse.rse.files.ui.resources   
org.eclipse.rse.files.ui.search   
org.eclipse.rse.files.ui.wizards   
org.eclipse.rse.processes.ui.dialogs   
org.eclipse.rse.shells.ui.actions   
org.eclipse.rse.ui.dialogs   
org.eclipse.rse.ui.filters.dialogs   
org.eclipse.rse.ui.wizards   
 

Uses of ISystemPromptDialog in org.eclipse.rse.dstore.security.preference
 

Classes in org.eclipse.rse.dstore.security.preference that implement ISystemPromptDialog
 class CertPropertiesDialog
           
 class KeyPropertiesDialog
           
 class NewCertDialog
           
 class RenameCertDialog
           
 class X509CertificatePropertiesDialog
           
 

Uses of ISystemPromptDialog in org.eclipse.rse.dstore.security.wizards
 

Classes in org.eclipse.rse.dstore.security.wizards that implement ISystemPromptDialog
 class SystemImportCertWizard
           
 

Uses of ISystemPromptDialog in org.eclipse.rse.files.ui.actions
 

Classes in org.eclipse.rse.files.ui.actions that implement ISystemPromptDialog
protected  class SystemDownloadConflictAction.DownloadConflictDialog
          This is the default dialog used to handle download conflicts
 

Uses of ISystemPromptDialog in org.eclipse.rse.files.ui.dialogs
 

Classes in org.eclipse.rse.files.ui.dialogs that implement ISystemPromptDialog
 class SystemEnterOrSelectRemoteFileDialog
          A dialog for either selecting or entering a file name.
 class SystemPromptForHomeFolderDialog
          Dialog for prompting the user for his home folder.
 class SystemRemoteArchiveDialog
           
 class SystemRemoteFileDialog
           
 class SystemRemoteFolderDialog
           
 class SystemSelectRemoteFileOrFolderDialog
          Dialog for allowing users to select a remote file or folder.
 

Uses of ISystemPromptDialog in org.eclipse.rse.files.ui.resources
 

Classes in org.eclipse.rse.files.ui.resources that implement ISystemPromptDialog
 class AddToArchiveDialog
           
 class CombineDialog
          A dialog to select or enter archive files.
 class ExtractToDialog
           
 class FileSelectionDialog
          Dialog used to select a file based on a dialog similar to the SaveAs
 class SaveAsDialog
           
 

Uses of ISystemPromptDialog in org.eclipse.rse.files.ui.search
 

Classes in org.eclipse.rse.files.ui.search that implement ISystemPromptDialog
 class SystemSearchSelectFileTypesDialog
          File types selection dialog for the search page.
 

Uses of ISystemPromptDialog in org.eclipse.rse.files.ui.wizards
 

Classes in org.eclipse.rse.files.ui.wizards that implement ISystemPromptDialog
 class SystemNewFileWizard
           
 class SystemNewFolderWizard
           
 

Uses of ISystemPromptDialog in org.eclipse.rse.processes.ui.dialogs
 

Classes in org.eclipse.rse.processes.ui.dialogs that implement ISystemPromptDialog
 class RemoteProcessesDialog
           
 class SystemKillDialog
          Dialog for confirming killing of a process or group of processes.
 

Uses of ISystemPromptDialog in org.eclipse.rse.shells.ui.actions
 

Classes in org.eclipse.rse.shells.ui.actions that implement ISystemPromptDialog
 class SystemCommandAction.CommandDialog
          The command dialog used when running a command.
 

Uses of ISystemPromptDialog in org.eclipse.rse.ui.dialogs
 

Classes in org.eclipse.rse.ui.dialogs that implement ISystemPromptDialog
 class EnvironmentVariablesPromptDialog
          Dialog for prompting the user to add / change an environment variable.
 class SystemChangePasswordDialog
          A SystemChangePasswordDialog is typically presented when the password on the remote system has expired and a new one needs to be saved.
 class SystemCopyProfileDialog
          Dialog for copying a system profile.
 class SystemDeleteDialog
          Dialog for confirming resource deletion.
 class SystemFilterTableDialog
           
 class SystemPasswordPersistencePrompt
          SystemPasswordPersistencePrompt is used with the save password preference page to prompt the user to add or change password information.
 class SystemPasswordPromptDialog
          Prompt user for password.
 class SystemPromptDialog
          Base dialog class.
 class SystemRemoteResourceDialog
           
 class SystemRenameDialog
          Dialog for renaming multiple resources.
 class SystemRenameSingleDialog
          Dialog for renaming a single resource.
 class SystemResolveFilterStringDialog
          Dialog for testing a filter string.
 class SystemSelectAnythingDialog
           
 class SystemSelectConnectionDialog
          Dialog for allowing users to select an existing connection, or optionally create a new one.
 class SystemSelectFileTypesDialog
          A public implementation of the eclipse Select Types dialog.
 class SystemSimpleCopyDialog
          Dialog for selecting a target location on a copy operation.
 class SystemSimpleSelectDialog
          Dialog that uses a checkbox tree viewer to prompt users to select hierarchical items.
 class SystemTestFilterStringDialog
          Dialog for testing a filter string.
 class SystemUpdateConnectionDialog
          Dialog for updating a connection.
 class SystemWizardDialog
          Base wizard dialog class.
 class SystemWorkWithHistoryDialog
          A dialog that allows the user to manipulate the history associated with a widget.
 

Uses of ISystemPromptDialog in org.eclipse.rse.ui.filters.dialogs
 

Subinterfaces of ISystemPromptDialog in org.eclipse.rse.ui.filters.dialogs
 interface ISystemFilterWizard
           
 interface SystemFilterPoolWizardInterface
          An interface for filter pool wizards to implement
 

Classes in org.eclipse.rse.ui.filters.dialogs that implement ISystemPromptDialog
 class SystemChangeFilterDialog
          A dialog that allows the user to change a filter.
 class SystemFilterNewFilterPoolWizard
          Wizard for creating a new system filter pool.
 class SystemFilterPoolWizardDialog
          Extends WizardDialog to support ability to pass data in from the common wizard action class, and get data out.
 class SystemFilterWizardDialog
          Extends WizardDialog to support ability to pass data in from the common wizard action class, and get data out.
 class SystemFilterWorkWithFilterPoolsDialog
          Dialog for working with filter pools.
 class SystemNewFilterWizard
          Base Wizard for users to define a new system filter.
 class SystemUnNamedFilterDialog
          A dialog that prompts the user for a single filter string, but not for the purpose of creating a named filter.
 

Uses of ISystemPromptDialog in org.eclipse.rse.ui.wizards
 

Subinterfaces of ISystemPromptDialog in org.eclipse.rse.ui.wizards
 interface ISystemWizard
          Suggested interface for wizards launchable via remote system explorer.
 

Classes in org.eclipse.rse.ui.wizards that implement ISystemPromptDialog
 class AbstractSystemWizard
          Base class for all RSE wizards.
 class RSENewConnectionWizard
          The New Connection wizard.
 class SystemNewConnectionWizard
          Wizard for creating a new remote systems connection.
 class SystemNewProfileWizard
          Wizard for creating a new remote system profile.
 


RSE
Release 1.0

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