RSE
Release 3.4

Uses of Interface
org.eclipse.rse.core.model.IPropertySet

Packages that use IPropertySet
org.eclipse.rse.core.model   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.subsystems.shells.core.subsystems   
org.eclipse.rse.ui.widgets.services   
 

Uses of IPropertySet in org.eclipse.rse.core.model
 

Classes in org.eclipse.rse.core.model that implement IPropertySet
 class PropertyList
          A property list is an ordered property set.
 class PropertySet
          A LinkedHashmap based implementation of the IPropertySet interface.
 

Methods in org.eclipse.rse.core.model that return IPropertySet
 IPropertySet PropertySetContainer.createPropertySet(String name)
           
 IPropertySet IPropertySetContainer.createPropertySet(String name)
          Creates a new property set of a particular name in this container.
 IPropertySet DummyHost.createPropertySet(String name)
           
 IPropertySet PropertySetContainer.createPropertySet(String name, String description)
           
 IPropertySet IPropertySetContainer.createPropertySet(String name, String description)
          Creates a new property set of a particular name and description in this container.
 IPropertySet DummyHost.createPropertySet(String name, String description)
           
 IPropertySet PropertySetContainer.getPropertySet(String name)
           
 IPropertySet IPropertySetContainer.getPropertySet(String name)
          Retrieves a particular property set by its name.
 IPropertySet DummyHost.getPropertySet(String name)
           
 IPropertySet[] PropertySetContainer.getPropertySets()
           
 IPropertySet[] IPropertySetContainer.getPropertySets()
          Retrieves an array all property sets known to this container.
 IPropertySet[] DummyHost.getPropertySets()
           
 

Methods in org.eclipse.rse.core.model with parameters of type IPropertySet
 boolean PropertySetContainer.addPropertySet(IPropertySet set)
           
 boolean IPropertySetContainer.addPropertySet(IPropertySet set)
          Adds an existing property set to this container.
 boolean DummyHost.addPropertySet(IPropertySet set)
           
 boolean PropertySetContainer.addPropertySets(IPropertySet[] sets)
           
 boolean IPropertySetContainer.addPropertySets(IPropertySet[] sets)
          Adds a number of existing property sets to this container.
 boolean DummyHost.addPropertySets(IPropertySet[] sets)
           
 

Constructors in org.eclipse.rse.core.model with parameters of type IPropertySet
PropertySet(IPropertySet propertySet)
          Construct a new PropertySet based on an existing one (i.e. clone it).
 

Uses of IPropertySet in org.eclipse.rse.core.subsystems
 

Methods in org.eclipse.rse.core.subsystems that return IPropertySet
 IPropertySet AbstractDelegatingConnectorService.createPropertySet(String name)
           
 IPropertySet AbstractDelegatingConnectorService.createPropertySet(String name, String description)
           
 IPropertySet AbstractDelegatingConnectorService.getPropertySet(String name)
           
 IPropertySet[] AbstractDelegatingConnectorService.getPropertySets()
           
 

Methods in org.eclipse.rse.core.subsystems with parameters of type IPropertySet
 boolean AbstractDelegatingConnectorService.addPropertySet(IPropertySet set)
           
 boolean AbstractDelegatingConnectorService.addPropertySets(IPropertySet[] sets)
           
 

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

Methods in org.eclipse.rse.subsystems.shells.core.subsystems that return IPropertySet
 IPropertySet RemoteCmdSubSystem.createPropertySet(String name)
           
 

Uses of IPropertySet in org.eclipse.rse.ui.widgets.services
 

Fields in org.eclipse.rse.ui.widgets.services declared as IPropertySet
protected  IPropertySet PropertySetServiceElement._originalPropertySet
           
protected  IPropertySet PropertySetServiceElement._propertySet
           
protected  IPropertySet[] RSEModelServiceElement._propertySets
           
 

Methods in org.eclipse.rse.ui.widgets.services that return IPropertySet
 IPropertySet PropertySetServiceElement.getOriginalProperySet()
           
 IPropertySet PropertySetServiceElement.getPropertySet()
           
 

Constructors in org.eclipse.rse.ui.widgets.services with parameters of type IPropertySet
PropertySetServiceElement(IHost host, ServiceElement parent, IPropertySet propertySet)
           
 


RSE
Release 3.4

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