RSE
Release 3.0

Uses of Interface
org.eclipse.rse.subsystems.shells.core.subsystems.ICandidateCommand

Packages that use ICandidateCommand
org.eclipse.rse.subsystems.shells.core.model   
org.eclipse.rse.subsystems.shells.core.subsystems   
org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem   
 

Uses of ICandidateCommand in org.eclipse.rse.subsystems.shells.core.model
 

Methods in org.eclipse.rse.subsystems.shells.core.model that return ICandidateCommand
abstract  ICandidateCommand[] RemoteCommandShell.getCandidateCommands()
          Override to provide a list of possible commands
 

Uses of ICandidateCommand in org.eclipse.rse.subsystems.shells.core.subsystems
 

Methods in org.eclipse.rse.subsystems.shells.core.subsystems that return ICandidateCommand
 ICandidateCommand[] IRemoteCommandShell.getCandidateCommands()
          Return the list of possible commands for this command shell
 ICandidateCommand[] RemoteCmdSubSystem.getCandidateCommands(Object context)
          Lists the possible commands for the given context
 ICandidateCommand[] IRemoteCmdSubSystem.getCandidateCommands(Object context)
          Provide a list of possible commands for the specified context.
 

Uses of ICandidateCommand in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem
 

Methods in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem that return ICandidateCommand
 ICandidateCommand[] ServiceCommandShell.getCandidateCommands()
           
 


RSE
Release 3.0

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