org.eclipse.gmf.runtime.diagram.ui.requests
Class ChangeChildPropertyValueRequest
java.lang.Object
org.eclipse.gef.Request
org.eclipse.gmf.runtime.diagram.ui.requests.ChangePropertyValueRequest
org.eclipse.gmf.runtime.diagram.ui.requests.ChangeChildPropertyValueRequest
- public class ChangeChildPropertyValueRequest
- extends ChangePropertyValueRequest
|
Constructor Summary |
ChangeChildPropertyValueRequest(java.lang.String propertyName,
java.lang.String propertyID,
java.lang.Object value,
java.lang.String chldSemanticHint)
Constructor for ChangeChildPropertyValueRequest |
ChangeChildPropertyValueRequest(java.lang.String propertyName,
java.lang.String propertyID,
java.lang.String chldSemanticHint)
Constructor for ChangeChildPropertyValueRequest |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangeChildPropertyValueRequest
public ChangeChildPropertyValueRequest(java.lang.String propertyName,
java.lang.String propertyID,
java.lang.String chldSemanticHint)
- Constructor for ChangeChildPropertyValueRequest
- Parameters:
propertyName - The name of the propertypropertyID - String value representing the property ID to change
ChangeChildPropertyValueRequest
public ChangeChildPropertyValueRequest(java.lang.String propertyName,
java.lang.String propertyID,
java.lang.Object value,
java.lang.String chldSemanticHint)
- Constructor for ChangeChildPropertyValueRequest
- Parameters:
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
getNotationViewType
public java.lang.String getNotationViewType()
- getter for the notation view type
- Returns:
- the notation view type associated with this request
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.