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.IPropertyType

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

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

Classes in org.eclipse.rse.core.model that implement IPropertyType
 class PropertyType
          The standard implementation of IPropertyType.
 

Fields in org.eclipse.rse.core.model declared as IPropertyType
protected static  IPropertyType PropertySet. _defaultType
           
 

Methods in org.eclipse.rse.core.model that return IPropertyType
static  IPropertyType PropertyType. fromString ( String typeStr)
          Returns an instance of property type based on the String specification.
static  IPropertyType PropertyType. getBooleanPropertyType ()
          Returns an instance of boolean property type.
static  IPropertyType PropertyType. getEnumPropertyType ( String[] values)
          Returns an instance of enum property type.
static  IPropertyType PropertyType. getIntegerPropertyType ()
          Returns an instance of integer property type.
  IPropertyType IPropertySet. getPropertyType ( String key)
          Return the type of the property identified by the given key.
  IPropertyType PropertySet. getPropertyType ( String key)
           
static  IPropertyType PropertyType. getStringPropertyType ()
          Returns an instance of string property type.
  IPropertyType IProperty. getType ()
           
  IPropertyType Property. getType ()
           
 

Methods in org.eclipse.rse.core.model with parameters of type IPropertyType
  IProperty IPropertySet. addProperty ( String key, String value, IPropertyType type)
          Add a typed Property to the set.
  IProperty PropertySet. addProperty ( String key, String value, IPropertyType type)
           
  IProperty PropertyList. addProperty ( String key, String value, IPropertyType type)
           
 void IProperty. setType ( IPropertyType type)
          Sets the type of this property.
 void Property. setType ( IPropertyType type)
           
 

Constructors in org.eclipse.rse.core.model with parameters of type IPropertyType
Property ( String name, String value, IPropertyType type, boolean isEnabled)
           
 

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

Fields in org.eclipse.rse.core.subsystems declared as IPropertyType
protected   IPropertyType RemoteServerLauncher. _serverLauncherEnumType
           
 

Methods in org.eclipse.rse.core.subsystems that return IPropertyType
  IPropertyType RemoteServerLauncher. getServerLauncherPropertyType ()
           
 

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

Methods in org.eclipse.rse.ui.widgets.services that return IPropertyType
  IPropertyType PropertyElement. getType ()
           
 


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