RSE
Release 1.0

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

Packages that use IPropertySet
org.eclipse.rse.core.model   
org.eclipse.rse.model   
org.eclipse.rse.persistence.dom   
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 PropertySet
          A Hashmap based implementation of the IPropertySet interface.
 

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

Methods in org.eclipse.rse.core.model with parameters of type IPropertySet
 boolean IPropertySetContainer.addPropertySet(IPropertySet set)
           
 boolean IPropertySetContainer.addPropertySets(IPropertySet[] sets)
           
 boolean PropertySetContainer.addPropertySet(IPropertySet set)
           
 boolean PropertySetContainer.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.model
 

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

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

Uses of IPropertySet in org.eclipse.rse.persistence.dom
 

Methods in org.eclipse.rse.persistence.dom that return IPropertySet
 IPropertySet IRSEDOMImporter.restorePropertySet(IRSEModelObject modelObject, RSEDOMNode propertySetNode)
          Restores the property set represented by propertySetNode
 

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

Fields in org.eclipse.rse.ui.widgets.services declared as IPropertySet
protected  IPropertySet PropertySetServiceElement._propertySet
           
protected  IPropertySet PropertySetServiceElement._originalPropertySet
           
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 1.0

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