|
Runtime | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CreateViewRequest.ViewDescriptor | |
| org.eclipse.gmf.runtime.diagram.ui.commands | Aurora internal packages Package Specification Diagram ui commands |
| org.eclipse.gmf.runtime.diagram.ui.editpolicies | Aurora internal packages Package Specification This package contains the edit policy classes. |
| org.eclipse.gmf.runtime.diagram.ui.requests | Aurora internal packages Package Specification thispackage contains the supported request classes |
| Uses of CreateViewRequest.ViewDescriptor in org.eclipse.gmf.runtime.diagram.ui.commands |
| Fields in org.eclipse.gmf.runtime.diagram.ui.commands declared as CreateViewRequest.ViewDescriptor | |
protected CreateViewRequest.ViewDescriptor |
CreateCommand.viewDescriptor
the view descriptor |
| Methods in org.eclipse.gmf.runtime.diagram.ui.commands that return CreateViewRequest.ViewDescriptor | |
protected CreateViewRequest.ViewDescriptor |
CreateCommand.getViewDescriptor()
Return the cached view descriprot. |
| Constructors in org.eclipse.gmf.runtime.diagram.ui.commands with parameters of type CreateViewRequest.ViewDescriptor | |
CreateCommand(org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain,
CreateViewRequest.ViewDescriptor viewDescriptor,
View containerView)
Creates a new CreateCommand |
|
| Uses of CreateViewRequest.ViewDescriptor in org.eclipse.gmf.runtime.diagram.ui.editpolicies |
| Methods in org.eclipse.gmf.runtime.diagram.ui.editpolicies that return CreateViewRequest.ViewDescriptor | |
protected CreateViewRequest.ViewDescriptor |
CanonicalEditPolicy.getViewDescriptor(IAdaptable elementAdapter,
java.lang.Class viewKind,
java.lang.String hint,
int index)
Return a view descriptor. |
protected CreateViewRequest.ViewDescriptor |
CanonicalEditPolicy.getViewDescriptor(EObject element)
Convenience method to create a view descriptor. |
| Methods in org.eclipse.gmf.runtime.diagram.ui.editpolicies with parameters of type CreateViewRequest.ViewDescriptor | |
protected ICommand |
CanonicalEditPolicy.getCreateViewCommand(CreateViewRequest.ViewDescriptor descriptor)
|
protected Rectangle |
XYLayoutEditPolicy.getBoundsOffest(CreateViewRequest request,
Rectangle bounds,
CreateViewRequest.ViewDescriptor viewDescriptor)
Return bounds offset by some predefined amount. |
| Uses of CreateViewRequest.ViewDescriptor in org.eclipse.gmf.runtime.diagram.ui.requests |
| Subclasses of CreateViewRequest.ViewDescriptor in org.eclipse.gmf.runtime.diagram.ui.requests | |
static class |
CreateConnectionViewAndElementRequest.ConnectionViewAndElementDescriptor
An extended view descriptor that takes an ElementDescriptor
instead of IAdaptable as the element adapter |
static class |
CreateConnectionViewRequest.ConnectionViewDescriptor
A specialized view descriptor for connection views |
static class |
CreateViewAndElementRequest.ViewAndElementDescriptor
An extended view descriptor that takes an ElementDescriptor
instead of IAdaptable as the element adapter |
| Methods in org.eclipse.gmf.runtime.diagram.ui.requests with parameters of type CreateViewRequest.ViewDescriptor | |
static Command |
CreateConnectionViewRequest.getCreateCommand(CreateViewRequest.ViewDescriptor viewDescriptor,
IAdaptable sourceViewAdapter,
IAdaptable targetViewAdapter,
DiagramEditPart diagramEditPart)
Method getCreateCommand. |
| Constructors in org.eclipse.gmf.runtime.diagram.ui.requests with parameters of type CreateViewRequest.ViewDescriptor | |
CreateViewRequest(CreateViewRequest.ViewDescriptor viewDescriptor)
Constructor for CreateViewRequest using a ViewDescriptor |
|
CreateViewRequest(java.lang.Object type,
CreateViewRequest.ViewDescriptor viewDescriptor)
Constructor for CreateViewRequest using a request type and a ViewDescriptor |
|
|
Runtime | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.