RSE
Release 3.2

org.eclipse.rse.ui.widgets.services
Class PropertyElement

java.lang.Object
  extended by org.eclipse.rse.ui.widgets.services.PropertyElement

public class PropertyElement
extends java.lang.Object


Constructor Summary
PropertyElement(ServiceElement parent, IProperty property)
           
 
Method Summary
 void commit()
           
 java.lang.String getKey()
           
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 IPropertyDescriptor getPropertyDescriptor()
           
 IPropertyType getType()
           
 java.lang.String getValue()
           
 void revert()
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyElement

public PropertyElement(ServiceElement parent,
                       IProperty property)
Method Detail

getType

public IPropertyType getType()

getKey

public java.lang.String getKey()

getName

public java.lang.String getName()

getLabel

public java.lang.String getLabel()

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

getPropertyDescriptor

public IPropertyDescriptor getPropertyDescriptor()

commit

public void commit()

revert

public void revert()

RSE
Release 3.2

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