Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

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 Hashmap based implementation of the IPropertySet interface.
 

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

Methods in org.eclipse.rse.core.model with parameters of type IPropertySet
 boolean DummyHost. addPropertySet ( IPropertySet set)
           
 boolean IPropertySetContainer. addPropertySet ( IPropertySet set)
          Adds an existing property set to this container.
 boolean PropertySetContainer. addPropertySet ( IPropertySet set)
           
 boolean DummyHost. addPropertySets ( IPropertySet[] sets)
           
 boolean IPropertySetContainer. addPropertySets ( IPropertySet[] sets)
          Adds a number of existing property sets to this container.
 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.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.0

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire