|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OpenDiagramBehaviour
A representation of the model object 'Open Diagram Behaviour'.
The following features are supported:
GMFGenPackage.getOpenDiagramBehaviour()
Method Summary | |
---|---|
String |
getDiagramKind()
Returns the value of the 'Diagram Kind' attribute. |
String |
getEditorID()
Returns the value of the 'Editor ID' attribute. |
String |
getEditPolicyClassName()
Returns the value of the 'Edit Policy Class Name' attribute. |
boolean |
isOpenAsEclipseEditor()
Returns the value of the 'Open As Eclipse Editor' attribute. |
void |
setDiagramKind(String value)
Sets the value of the ' Diagram Kind ' attribute. |
void |
setEditorID(String value)
Sets the value of the ' Editor ID ' attribute. |
void |
setEditPolicyClassName(String value)
Sets the value of the ' Edit Policy Class Name ' attribute. |
void |
setOpenAsEclipseEditor(boolean value)
Sets the value of the ' Open As Eclipse Editor ' attribute. |
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.Behaviour |
---|
getEditPolicyQualifiedClassName, getSubject |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
String getEditPolicyClassName()
If the meaning of the 'Edit Policy Class Name' attribute isn't clear, there really should be more of a description here...
setEditPolicyClassName(String)
,
GMFGenPackage.getOpenDiagramBehaviour_EditPolicyClassName()
void setEditPolicyClassName(String value)
Edit Policy Class Name
' attribute.
value
- the new value of the 'Edit Policy Class Name' attribute.getEditPolicyClassName()
String getDiagramKind()
If the meaning of the 'Diagram Kind' attribute isn't clear, there really should be more of a description here...
setDiagramKind(String)
,
GMFGenPackage.getOpenDiagramBehaviour_DiagramKind()
void setDiagramKind(String value)
Diagram Kind
' attribute.
value
- the new value of the 'Diagram Kind' attribute.getDiagramKind()
String getEditorID()
If the meaning of the 'Editor ID' attribute isn't clear, there really should be more of a description here...
setEditorID(String)
,
GMFGenPackage.getOpenDiagramBehaviour_EditorID()
void setEditorID(String value)
Editor ID
' attribute.
value
- the new value of the 'Editor ID' attribute.getEditorID()
boolean isOpenAsEclipseEditor()
"true"
.
If the meaning of the 'Open As Eclipse Editor' attribute isn't clear, there really should be more of a description here...
setOpenAsEclipseEditor(boolean)
,
GMFGenPackage.getOpenDiagramBehaviour_OpenAsEclipseEditor()
void setOpenAsEclipseEditor(boolean value)
Open As Eclipse Editor
' attribute.
value
- the new value of the 'Open As Eclipse Editor' attribute.isOpenAsEclipseEditor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |