|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gmf.runtime.diagram.core.services.view.CreateViewOperation
org.eclipse.gmf.runtime.diagram.core.services.view.CreateChildViewOperation
public abstract class CreateChildViewOperation
Constructor Summary | |
---|---|
protected |
CreateChildViewOperation(IAdaptable semanticAdapter,
View containerView,
java.lang.String semanticHint,
int index,
boolean persisted,
PreferencesHint preferencesHint)
Method CreateChildViewOperation. |
Method Summary | |
---|---|
View |
getContainerView()
Method getParent. |
int |
getIndex()
Method getIndex. |
boolean |
getPersisted()
Return the persisted paramter value. |
Methods inherited from class org.eclipse.gmf.runtime.diagram.core.services.view.CreateViewOperation |
---|
getCachingKey, getPreferencesHint, getSemanticAdapter, getSemanticHint, getViewKind |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.gmf.runtime.common.core.service.IOperation |
---|
execute |
Constructor Detail |
---|
protected CreateChildViewOperation(IAdaptable semanticAdapter, View containerView, java.lang.String semanticHint, int index, boolean persisted, PreferencesHint preferencesHint)
semanticAdapter
- containerView
- semanticHint
- index
- persisted
- preferencesHint
- The preference hint that is to be used to find the appropriate
preference store from which to retrieve diagram preference
values. The preference hint is mapped to a preference store in
the preference registry <@link DiagramPreferencesRegistry>.Method Detail |
---|
public final View getContainerView()
public final int getIndex()
public final boolean getPersisted()
|
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.