|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gmf.runtime.emf.type.core.requests.AbstractEditCommandRequest
org.eclipse.gmf.runtime.emf.type.core.requests.ConfigureRequest
public class ConfigureRequest
Request to configure a new element with the attributes that it should have according to its element type.
Field Summary |
---|
Fields inherited from interface org.eclipse.gmf.runtime.emf.type.core.requests.IEditCommandRequest |
---|
REPLACE_DEFAULT_COMMAND |
Constructor Summary | |
---|---|
ConfigureRequest(org.eclipse.emf.ecore.EObject elementToConfigure,
IElementType typeToConfigure)
Constructs a new configure request. |
|
ConfigureRequest(org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain,
org.eclipse.emf.ecore.EObject elementToConfigure,
IElementType typeToConfigure)
Constructs a new configure request. |
Method Summary | |
---|---|
java.lang.Object |
getEditHelperContext()
Gets the edit helper context for this request. |
java.util.List |
getElementsToEdit()
Gets the elements that will be changed when the work is done for this request. |
org.eclipse.emf.ecore.EObject |
getElementToConfigure()
Gets the element to be configured |
IElementType |
getTypeToConfigure()
Gets the element type that defines the attributes that the element should have |
Methods inherited from class org.eclipse.gmf.runtime.emf.type.core.requests.AbstractEditCommandRequest |
---|
addParameters, getClientContext, getDefaultLabel, getEditingDomain, getLabel, getParameter, getParameters, setClientContext, setEditingDomain, setLabel, setParameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigureRequest(org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain, org.eclipse.emf.ecore.EObject elementToConfigure, IElementType typeToConfigure)
editingDomain
- the editing domain in which I am requesting to make modelelementToConfigure
- the new element to be configuredtypeToConfigure
- the element type defining the attributes that the new element
should havepublic ConfigureRequest(org.eclipse.emf.ecore.EObject elementToConfigure, IElementType typeToConfigure)
elementToConfigure
.
elementToConfigure
- the new element to be configuredtypeToConfigure
- the element type defining the attributes that the new element
should haveMethod Detail |
---|
public org.eclipse.emf.ecore.EObject getElementToConfigure()
public IElementType getTypeToConfigure()
public java.util.List getElementsToEdit()
IEditCommandRequest
getElementsToEdit
in interface IEditCommandRequest
getElementsToEdit
in class AbstractEditCommandRequest
public java.lang.Object getEditHelperContext()
IEditCommandRequest
IElementType
or an EObject
, or an
IEditHelperContext
. It determines which edit helper should be
used to find a command to do the work in the request.
|
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.