RSE
Release 2.0

Uses of Package
org.eclipse.rse.core.model

Packages that use org.eclipse.rse.core.model
org.eclipse.rse.connectorservice.dstore   
org.eclipse.rse.core   
org.eclipse.rse.core.filters   
org.eclipse.rse.core.model   
org.eclipse.rse.core.servicesubsystem   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.files.ui   
org.eclipse.rse.files.ui.actions   
org.eclipse.rse.files.ui.dialogs   
org.eclipse.rse.files.ui.resources   
org.eclipse.rse.files.ui.widgets   
org.eclipse.rse.internal.core.filters   
org.eclipse.rse.internal.core.subsystems   
org.eclipse.rse.internal.references   
org.eclipse.rse.internal.ui.view   
org.eclipse.rse.persistence   
org.eclipse.rse.persistence.dom Application programming interface for manipulating the RSE document object model. 
org.eclipse.rse.shells.ui   
org.eclipse.rse.subsystems.files.core.model   
org.eclipse.rse.subsystems.files.core.servicesubsystem   
org.eclipse.rse.subsystems.files.core.subsystems   
org.eclipse.rse.subsystems.files.dstore Application programming interface for creating customized DataStore file subsystems. 
org.eclipse.rse.subsystems.files.ftp Application programming interface for creating customized FTP file subsystems. 
org.eclipse.rse.subsystems.files.local Application programming interface for creating customized local file subsystems. 
org.eclipse.rse.subsystems.files.ssh Application programming interface for creating customized sftp file subsystems. 
org.eclipse.rse.subsystems.processes.core.subsystem   
org.eclipse.rse.subsystems.processes.core.subsystem.impl   
org.eclipse.rse.subsystems.processes.dstore Application programming interface for creating customized DataStore process subsystems. 
org.eclipse.rse.subsystems.processes.local Application programming interface for creating customized local process subsystems. 
org.eclipse.rse.subsystems.processes.servicesubsystem   
org.eclipse.rse.subsystems.processes.shell.linux Application programming interface for creating customized shell process subsystems. 
org.eclipse.rse.subsystems.shells.core.subsystems   
org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem   
org.eclipse.rse.subsystems.shells.dstore Application programming interface for creating customized DataStore shell subsystems. 
org.eclipse.rse.subsystems.shells.local Application programming interface for creating customized local shell subsystems. 
org.eclipse.rse.subsystems.shells.ssh Application programming interface for creating customized ssh shell subsystems. 
org.eclipse.rse.subsystems.shells.telnet Application programming interface for creating customized telnet shell subsystems. 
org.eclipse.rse.ui   
org.eclipse.rse.ui.actions   
org.eclipse.rse.ui.dialogs   
org.eclipse.rse.ui.model   
org.eclipse.rse.ui.propertypages   
org.eclipse.rse.ui.subsystems Application programming interface for managing the user interface for subsystem actions. 
org.eclipse.rse.ui.validators   
org.eclipse.rse.ui.view   
org.eclipse.rse.ui.widgets   
org.eclipse.rse.ui.widgets.services   
org.eclipse.rse.ui.wizards   
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.connectorservice.dstore
IHost
          Interface for Host (SystemConnection) objects.
IPropertySetContainer
          A property set container is capable of containing property sets.
IRSEModelObject
           
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
PropertySetContainer
           
RSEModelObject
          Provides common support for local RSE model objects Extenders inherit property set support
RSEPersistableObject
           
SystemSignonInformation
          This class encapsulates the signon information required for a remote system.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.core
IHost
          Interface for Host (SystemConnection) objects.
ISystemHostPool
           
ISystemProfile
          A system profile holds definitions for hosts (connections), filter pools, filters, and filter strings.
ISystemRegistry
          Registry or front door for all remote system connections.
SystemSignonInformation
          This class encapsulates the signon information required for a remote system.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.core.filters
IPropertySetContainer
          A property set container is capable of containing property sets.
IRSEModelObject
           
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
ISystemContainer
           
ISystemContentsType
           
ISystemProfile
          A system profile holds definitions for hosts (connections), filter pools, filters, and filter strings.
PropertySetContainer
           
RSEModelObject
          Provides common support for local RSE model objects Extenders inherit property set support
RSEPersistableObject
           
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.core.model
AbstractSystemResourceSet
          The common abstract implementation of a ISystemResourceSet.
IHost
          Interface for Host (SystemConnection) objects.
ILabeledObject
          This interface provides a means of extending RSE model objects and property sets with labels that can be used for display purposes.
IProperty
          Properties are contained in property sets (IPropertySet) and may be associated with objects that implement IPropertySetContainer.
IPropertySet
          A Property Set stores key/value pairs, where the keys are Strings and the values are an IProperty, of a type declared by an IPropertyType.
IPropertySetContainer
          A property set container is capable of containing property sets.
IPropertyType
          Property types are used to type instances of IProperty.
IRSEModelObject
           
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
ISystemContentsType
           
ISystemHostPool
           
ISystemMessageObject
          This interface represents a message we wish to display as child node in the tree view.
ISystemNewConnectionWizardPage
          Interface that all subsystem factory supplied pages contributed to the New Connection wizard must implement.
ISystemProfile
          A system profile holds definitions for hosts (connections), filter pools, filters, and filter strings.
ISystemProfileManager
          Manages a list of SystemProfile objects.
ISystemRegistry
          Registry or front door for all remote system connections.
ISystemResourceSet
          This interface is refers to a collection of any type of resources.
ISystemViewInputProvider
          Abstraction for any object that wishes to be a roots-provider for the SystemView tree viewer.
PropertySet
          A Hashmap based implementation of the IPropertySet interface.
PropertySetContainer
           
RSEModelObject
          Provides common support for local RSE model objects Extenders inherit property set support
RSEPersistableObject
           
SystemChildrenContentsType
          Represents contents that are children of a container
SystemFilterStringContentsType
          Represents contents that are children of a container
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.core.servicesubsystem
IHost
          Interface for Host (SystemConnection) objects.
IPropertySetContainer
          A property set container is capable of containing property sets.
IRSEModelObject
           
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
ISystemNewConnectionWizardPage
          Interface that all subsystem factory supplied pages contributed to the New Connection wizard must implement.
PropertySetContainer
           
RSEModelObject
          Provides common support for local RSE model objects Extenders inherit property set support
RSEPersistableObject
           
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.core.subsystems
IHost
          Interface for Host (SystemConnection) objects.
ILabeledObject
          This interface provides a means of extending RSE model objects and property sets with labels that can be used for display purposes.
IPropertySet
          A Property Set stores key/value pairs, where the keys are Strings and the values are an IProperty, of a type declared by an IPropertyType.
IPropertySetContainer
          A property set container is capable of containing property sets.
IPropertyType
          Property types are used to type instances of IProperty.
IRSECallback
           
IRSEModelObject
           
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
ISystemContainer
           
ISystemContentsType
           
ISystemNewConnectionWizardPage
          Interface that all subsystem factory supplied pages contributed to the New Connection wizard must implement.
ISystemProfile
          A system profile holds definitions for hosts (connections), filter pools, filters, and filter strings.
ISystemResourceSet
          This interface is refers to a collection of any type of resources.
PropertySetContainer
           
RSEModelObject
          Provides common support for local RSE model objects Extenders inherit property set support
RSEPersistableObject
           
SystemRemoteResourceSet
           
SystemSignonInformation
          This class encapsulates the signon information required for a remote system.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.files.ui
IHost
          Interface for Host (SystemConnection) objects.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.files.ui.actions
IHost
          Interface for Host (SystemConnection) objects.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.files.ui.dialogs
IHost
          Interface for Host (SystemConnection) objects.
ISystemViewInputProvider
          Abstraction for any object that wishes to be a roots-provider for the SystemView tree viewer.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.files.ui.resources
SystemRemoteResourceSet
           
SystemWorkspaceResourceSet
           
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.files.ui.widgets
IHost
          Interface for Host (SystemConnection) objects.
ISystemRegistry
          Registry or front door for all remote system connections.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.internal.core.filters
IPropertySetContainer
          A property set container is capable of containing property sets.
IRSEModelObject
           
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
PropertySetContainer
           
RSEModelObject
          Provides common support for local RSE model objects Extenders inherit property set support
RSEPersistableObject
           
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.internal.core.subsystems
ILabeledObject
          This interface provides a means of extending RSE model objects and property sets with labels that can be used for display purposes.
IPropertySetContainer
          A property set container is capable of containing property sets.
IRSEModelObject
           
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
PropertySetContainer
           
RSEModelObject
          Provides common support for local RSE model objects Extenders inherit property set support
RSEPersistableObject
           
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.internal.references
IPropertySetContainer
          A property set container is capable of containing property sets.
IRSEModelObject
           
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
PropertySetContainer
           
RSEModelObject
          Provides common support for local RSE model objects Extenders inherit property set support
RSEPersistableObject
           
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.internal.ui.view
ISystemViewInputProvider
          Abstraction for any object that wishes to be a roots-provider for the SystemView tree viewer.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.persistence
ISystemProfile
          A system profile holds definitions for hosts (connections), filter pools, filters, and filter strings.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.persistence.dom
ISystemProfile
          A system profile holds definitions for hosts (connections), filter pools, filters, and filter strings.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.shells.ui
IHost
          Interface for Host (SystemConnection) objects.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.subsystems.files.core.model
IHost
          Interface for Host (SystemConnection) objects.
ISystemViewInputProvider
          Abstraction for any object that wishes to be a roots-provider for the SystemView tree viewer.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.subsystems.files.core.servicesubsystem
IHost
          Interface for Host (SystemConnection) objects.
IPropertySetContainer
          A property set container is capable of containing property sets.
IRSEModelObject
           
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
ISystemContainer
           
PropertySetContainer
           
RSEModelObject
          Provides common support for local RSE model objects Extenders inherit property set support
RSEPersistableObject
           
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.subsystems.files.core.subsystems
IHost
          Interface for Host (SystemConnection) objects.
IPropertySetContainer
          A property set container is capable of containing property sets.
IRSEModelObject
           
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
ISystemContainer
           
ISystemContentsType
           
ISystemNewConnectionWizardPage
          Interface that all subsystem factory supplied pages contributed to the New Connection wizard must implement.
PropertySetContainer
           
RSEModelObject
          Provides common support for local RSE model objects Extenders inherit property set support
RSEPersistableObject
           
SystemRemoteResourceSet
           
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.subsystems.files.dstore
IHost
          Interface for Host (SystemConnection) objects.
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.subsystems.files.ftp
IHost
          Interface for Host (SystemConnection) objects.
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.subsystems.files.local
IHost
          Interface for Host (SystemConnection) objects.
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.subsystems.files.ssh
IHost
          Interface for Host (SystemConnection) objects.
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.subsystems.processes.core.subsystem
IHost
          Interface for Host (SystemConnection) objects.
IPropertySetContainer
          A property set container is capable of containing property sets.
IRSEModelObject
           
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.subsystems.processes.core.subsystem.impl
IHost
          Interface for Host (SystemConnection) objects.
IPropertySetContainer
          A property set container is capable of containing property sets.
IRSEModelObject
           
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
PropertySetContainer
           
RSEModelObject
          Provides common support for local RSE model objects Extenders inherit property set support
RSEPersistableObject
           
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.subsystems.processes.dstore
IHost
          Interface for Host (SystemConnection) objects.
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.subsystems.processes.local
IHost
          Interface for Host (SystemConnection) objects.
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.subsystems.processes.servicesubsystem
IHost
          Interface for Host (SystemConnection) objects.
IPropertySetContainer
          A property set container is capable of containing property sets.
IRSEModelObject
           
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
PropertySetContainer
           
RSEModelObject
          Provides common support for local RSE model objects Extenders inherit property set support
RSEPersistableObject
           
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.subsystems.processes.shell.linux
IHost
          Interface for Host (SystemConnection) objects.
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.subsystems.shells.core.subsystems
IHost
          Interface for Host (SystemConnection) objects.
IPropertySet
          A Property Set stores key/value pairs, where the keys are Strings and the values are an IProperty, of a type declared by an IPropertyType.
IPropertySetContainer
          A property set container is capable of containing property sets.
IRSEModelObject
           
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
PropertySetContainer
           
RSEModelObject
          Provides common support for local RSE model objects Extenders inherit property set support
RSEPersistableObject
           
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem
IHost
          Interface for Host (SystemConnection) objects.
IPropertySetContainer
          A property set container is capable of containing property sets.
IRSEModelObject
           
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
PropertySetContainer
           
RSEModelObject
          Provides common support for local RSE model objects Extenders inherit property set support
RSEPersistableObject
           
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.subsystems.shells.dstore
IHost
          Interface for Host (SystemConnection) objects.
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.subsystems.shells.local
IHost
          Interface for Host (SystemConnection) objects.
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.subsystems.shells.ssh
IHost
          Interface for Host (SystemConnection) objects.
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.subsystems.shells.telnet
IHost
          Interface for Host (SystemConnection) objects.
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.ui
IHost
          Interface for Host (SystemConnection) objects.
ISystemProfile
          A system profile holds definitions for hosts (connections), filter pools, filters, and filter strings.
ISystemProfileManager
          Manages a list of SystemProfile objects.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.ui.actions
IHost
          Interface for Host (SystemConnection) objects.
ISystemProfileManager
          Manages a list of SystemProfile objects.
ISystemRegistry
          Registry or front door for all remote system connections.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.ui.dialogs
IHost
          Interface for Host (SystemConnection) objects.
ISystemViewInputProvider
          Abstraction for any object that wishes to be a roots-provider for the SystemView tree viewer.
SystemSignonInformation
          This class encapsulates the signon information required for a remote system.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.ui.model
AbstractSystemResourceSet
          The common abstract implementation of a ISystemResourceSet.
IHost
          Interface for Host (SystemConnection) objects.
ISystemResourceSet
          This interface is refers to a collection of any type of resources.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.ui.propertypages
SystemSignonInformation
          This class encapsulates the signon information required for a remote system.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.ui.subsystems
IHost
          Interface for Host (SystemConnection) objects.
IPropertySetContainer
          A property set container is capable of containing property sets.
IRSEModelObject
           
IRSEPersistableContainer
          This is the interface for all objects that contain persistent data.
ISystemNewConnectionWizardPage
          Interface that all subsystem factory supplied pages contributed to the New Connection wizard must implement.
PropertySetContainer
           
RSEModelObject
          Provides common support for local RSE model objects Extenders inherit property set support
RSEPersistableObject
           
SystemSignonInformation
          This class encapsulates the signon information required for a remote system.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.ui.validators
IHost
          Interface for Host (SystemConnection) objects.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.ui.view
ISystemNewConnectionWizardPage
          Interface that all subsystem factory supplied pages contributed to the New Connection wizard must implement.
ISystemProfile
          A system profile holds definitions for hosts (connections), filter pools, filters, and filter strings.
ISystemResourceSet
          This interface is refers to a collection of any type of resources.
ISystemViewInputProvider
          Abstraction for any object that wishes to be a roots-provider for the SystemView tree viewer.
SystemMessageObject
          This class captures a message we wish to display as child node in the tree view.
SystemRemoteResourceSet
           
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.ui.widgets
IHost
          Interface for Host (SystemConnection) objects.
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.ui.widgets.services
IHost
          Interface for Host (SystemConnection) objects.
IProperty
          Properties are contained in property sets (IPropertySet) and may be associated with objects that implement IPropertySetContainer.
IPropertySet
          A Property Set stores key/value pairs, where the keys are Strings and the values are an IProperty, of a type declared by an IPropertyType.
IPropertyType
          Property types are used to type instances of IProperty.
IRSEModelObject
           
 

Classes in org.eclipse.rse.core.model used by org.eclipse.rse.ui.wizards
ISystemNewConnectionWizardPage
          Interface that all subsystem factory supplied pages contributed to the New Connection wizard must implement.
 


RSE
Release 2.0

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