RSE
Release 1.0

Deprecated API

Deprecated Classes
org.eclipse.rse.ui.widgets.InheritControl
            
org.eclipse.rse.files.ui.actions.SystemCreateEditActions
          - use SystemRemoteFileOpenWithMenu now 
org.eclipse.rse.ui.messages.SystemDialogPageMessageLine
          

DO NOT USE THIS CLASS!

This class attempts to wrap the message constructs of eclipse provided property and wizard pages with an ISystemMessageLine interface. It fails to do this properly and is extremely fragile since it depends on knowledge of the internal structure of eclipse provided windows.

Use SystemMessageLine instead. 

org.eclipse.rse.ui.view.team.SystemTeamViewActiveProfileAction
          TODO: delete this action after next MRI rev, as it will be replaced by SystemTeamViewActiveProfileAction and SystemTeamViewMakeInActiveProfileAction. 
 

Deprecated Fields
org.eclipse.rse.model.ISystemResourceChangeEvents.EVENT_COMMAND_FINISHED
          use EVENT_COMMAND_SHELL_FINISHED 
 

Deprecated Methods
org.eclipse.rse.subsystems.files.core.subsystems.RemoteFileSubSystem.cancelSearch(IHostSearchResultConfiguration)
            
org.eclipse.rse.ui.SystemWidgetHelpers.createBrowseButton(Composite, Listener, String)
            
org.eclipse.rse.files.ui.view.SystemViewRemoteFileAdapter.doDelete(Shell, Object)
          use the one with monitor now 
org.eclipse.rse.ui.view.AbstractSystemViewAdapter.doDelete(Shell, Object)
          use the one with the monitor 
org.eclipse.rse.ui.view.ISystemViewElementAdapter.doDelete(Shell, Object)
          use the one with the monitor 
org.eclipse.rse.ui.view.AbstractSystemViewAdapter.doDrop(Object, Object, boolean, boolean, IProgressMonitor)
          use doDrop(Object from, Object to, boolean sameSystemType, boolean sameSystem, int srcType, IProgressMonitor monitor) instead 
org.eclipse.rse.connectorservice.dstore.DStoreConnectorService.getNoLaunchEnabled(SubSystem)
          Use instead AbstractConnectorService.isEnabledServerLaunchType(ISubSystem, ServerLaunchType) or SubSystemConfiguration.supportsServerLaunchType(ServerLaunchType) 
org.eclipse.rse.subsystems.files.core.servicesubsystem.AbstractRemoteFile.getParentNoRoot()
          - shouldn't need apis like this 
org.eclipse.rse.core.subsystems.SubSystem.getRemoteAttribute(String)
            
org.eclipse.rse.connectorservice.dstore.DStoreConnectorService.getRexecLaunchEnabled(SubSystem)
          Use instead AbstractConnectorService.isEnabledServerLaunchType(ISubSystem, ServerLaunchType) or SubSystemConfiguration.supportsServerLaunchType(ServerLaunchType) 
org.eclipse.rse.subsystems.files.core.servicesubsystem.AbstractRemoteFile.getRoot()
          - shouldn't need apis like this 
org.eclipse.rse.core.subsystems.SubSystem.getVendorAttribute(String, String)
          use property sets directly now 
org.eclipse.rse.ui.validators.ValidatorUniqueString.isValid(String)
          You should be using ValidatorUniqueString.validate(String) and SystemMessage objects 
org.eclipse.rse.core.filters.SystemFilterPoolManager.logMessage(String)
          Use either logInfo, logWarning, logError, or logDebugMessage. This method now calls logInfo. 
org.eclipse.rse.ui.dialogs.SystemPromptDialog.pack()
            
org.eclipse.rse.ui.SystemWidgetHelpers.setHelp(Control, IViewPart, Object)
            
org.eclipse.rse.core.subsystems.SubSystem.setRemoteAttribute(String, String)
            
org.eclipse.rse.core.subsystems.RemoteServerLauncher.setRestrictedType(String, String)
            
org.eclipse.rse.core.subsystems.SubSystem.setVendorAttribute(String, String, String)
          use property sets directly now 
 

Deprecated Constructors
org.eclipse.rse.ui.SystemBaseForm(ISystemMessageLine)
          You should now use the constructor that takes a shell. 
org.eclipse.rse.ui.actions.SystemBaseSubMenuAction(ResourceBundle, String, String, ImageDescriptor, Shell)
          use fields from resource class directly now instead of via ResourceBundle 
org.eclipse.rse.ui.actions.SystemCascadingRemoteServerBaseAction(String, String, Shell)
            
org.eclipse.rse.ui.actions.SystemStringPromptAction(String, String, String, String, Shell)
          use fields from resource class directly now 
 


RSE
Release 1.0

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