|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.gef.Request
org.eclipse.gmf.runtime.diagram.ui.requests.ChangePropertyValueRequest
| Constructor Summary | |
ChangePropertyValueRequest(java.lang.String propertyName,
java.lang.String propertyID)
Constructor for ChangePropertyValueRequest |
|
ChangePropertyValueRequest(java.lang.String propertyName,
java.lang.String propertyID,
java.lang.Object value)
Constructor for ChangePropertyValueRequest |
|
| Method Summary | |
java.lang.String |
getPropertyID()
Gets the property ID |
java.lang.String |
getPropertyName()
Gets the property name |
java.lang.Object |
getValue()
Returns the value. |
void |
setValue(java.lang.Object value)
Sets the value. |
| Methods inherited from class org.eclipse.gef.Request |
getExtendedData, getType, setExtendedData, setType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ChangePropertyValueRequest(java.lang.String propertyName,
java.lang.String propertyID)
propertyName - The name of the propertypropertyID - String value representing the property ID to change
public ChangePropertyValueRequest(java.lang.String propertyName,
java.lang.String propertyID,
java.lang.Object value)
propertyName - The name of the propertypropertyID - String value representing the property ID to changevalue - Object which is to be the new value of the property| Method Detail |
public java.lang.String getPropertyName()
public java.lang.String getPropertyID()
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
value - The value to set
|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.