|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.gmf.runtime.diagram.ui.requests.CreateViewRequest.ViewDescriptor
org.eclipse.gmf.runtime.diagram.ui.requests.CreateConnectionViewRequest.ConnectionViewDescriptor
A specialized view descriptor for connection views
| Constructor Summary | |
CreateConnectionViewRequest.ConnectionViewDescriptor(IAdaptable elementAdapter,
boolean persisted,
PreferencesHint preferencesHint)
Constructor. |
|
CreateConnectionViewRequest.ConnectionViewDescriptor(IAdaptable elementAdapter,
PreferencesHint preferencesHint)
Constructor. |
|
CreateConnectionViewRequest.ConnectionViewDescriptor(IAdaptable elementAdapter,
java.lang.String semanticHint,
boolean persisted,
PreferencesHint preferencesHint)
Constructor. |
|
CreateConnectionViewRequest.ConnectionViewDescriptor(IAdaptable elementAdapter,
java.lang.String semanticHint,
int index,
boolean persisted,
PreferencesHint preferencesHint)
Constructor. |
|
CreateConnectionViewRequest.ConnectionViewDescriptor(IAdaptable elementAdapter,
java.lang.String semanticHint,
int index,
PreferencesHint preferencesHint)
Constructor. |
|
CreateConnectionViewRequest.ConnectionViewDescriptor(IAdaptable elementAdapter,
java.lang.String semanticHint,
PreferencesHint preferencesHint)
Constructor. |
|
| Methods inherited from class org.eclipse.gmf.runtime.diagram.ui.requests.CreateViewRequest.ViewDescriptor |
getAdapter, getElementAdapter, getIndex, getPreferencesHint, getSemanticHint, getViewKind, isPersisted, setPersisted, setView |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CreateConnectionViewRequest.ConnectionViewDescriptor(IAdaptable elementAdapter,
PreferencesHint preferencesHint)
elementAdapter - 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>.
public CreateConnectionViewRequest.ConnectionViewDescriptor(IAdaptable elementAdapter,
boolean persisted,
PreferencesHint preferencesHint)
elementAdapter - persisted - indicates if ths connector will be created as a persisted
connector or transient connectorpreferencesHint - 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>.
public CreateConnectionViewRequest.ConnectionViewDescriptor(IAdaptable elementAdapter,
java.lang.String semanticHint,
PreferencesHint preferencesHint)
elementAdapter - semanticHint - 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>.
public CreateConnectionViewRequest.ConnectionViewDescriptor(IAdaptable elementAdapter,
java.lang.String semanticHint,
boolean persisted,
PreferencesHint preferencesHint)
elementAdapter - semanticHint - persisted - Indicates if the connector will be created as a transient
or persisted connectorpreferencesHint - 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>.
public CreateConnectionViewRequest.ConnectionViewDescriptor(IAdaptable elementAdapter,
java.lang.String semanticHint,
int index,
PreferencesHint preferencesHint)
elementAdapter - semanticHint - index -
public CreateConnectionViewRequest.ConnectionViewDescriptor(IAdaptable elementAdapter,
java.lang.String semanticHint,
int index,
boolean persisted,
PreferencesHint preferencesHint)
elementAdapter - semanticHint - index - persisted - flag to indicate if this view will be persisted or not
|
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.