Runtime

Uses of Class
org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint

Packages that use PreferencesHint
org.eclipse.gmf.runtime.diagram.core.commands Aurora internal packages Package Specification this package contains all the supported commands by the diagram layer 
org.eclipse.gmf.runtime.diagram.core.preferences   
org.eclipse.gmf.runtime.diagram.core.providers   
org.eclipse.gmf.runtime.diagram.core.services   
org.eclipse.gmf.runtime.diagram.core.services.view Aurora internal packages Package Specification Provides a set of classes to use when creating views.  
org.eclipse.gmf.runtime.diagram.core.util Aurora internal packages Package Specification This package contains utility classes used by this plugin.  
org.eclipse.gmf.runtime.diagram.core.view.factories Aurora internal packages Package Specification ToDo: Fill in specific content 
org.eclipse.gmf.runtime.diagram.ui Aurora internal packages Package Specification This package contains the necessary plugin classes: DebugOptions Plugin StatusCodes  
org.eclipse.gmf.runtime.diagram.ui.actions Aurora internal packages Package Specification This package contains the necessary plugin classes: DebugOptions Plugin StatusCodes  
org.eclipse.gmf.runtime.diagram.ui.commands Aurora internal packages Package Specification Diagram ui commands 
org.eclipse.gmf.runtime.diagram.ui.editparts Aurora internal packages Package Specification This package contains the edit part classes.  
org.eclipse.gmf.runtime.diagram.ui.parts Aurora internal packages Package Specification this package sontains the editors and the editing domain 
org.eclipse.gmf.runtime.diagram.ui.printing.providers   
org.eclipse.gmf.runtime.diagram.ui.printing.render.util Package Specification ToDo: Fill in specific content 
org.eclipse.gmf.runtime.diagram.ui.render.util Package Specification ToDo: Fill in specific content 
org.eclipse.gmf.runtime.diagram.ui.requests Aurora internal packages Package Specification thispackage contains the supported request classes  
org.eclipse.gmf.runtime.diagram.ui.resources.editor.util   
org.eclipse.gmf.runtime.diagram.ui.tools Aurora internal packages Package Specification This package contains the creation tool specific classes, they could create Notation views or Semantic elemetn sor both 
org.eclipse.gmf.runtime.diagram.ui.view.factories Aurora internal packages Package Specification This package contains the Notation meta model View Factories.  
 

Uses of PreferencesHint in org.eclipse.gmf.runtime.diagram.core.commands
 

Methods in org.eclipse.gmf.runtime.diagram.core.commands that return PreferencesHint
protected  PreferencesHint CreateDiagramCommand.getPreferencesHint()
          Gets the preferences hint that is to be used to find the appropriate preference store from which to retrieve diagram preference values.
 

Constructors in org.eclipse.gmf.runtime.diagram.core.commands with parameters of type PreferencesHint
CreateDiagramCommand(org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain, java.lang.String label, EObject anElementContext, java.lang.String aDiagramKindType, PreferencesHint preferencesHint)
          creates a create diagram command.
 

Uses of PreferencesHint in org.eclipse.gmf.runtime.diagram.core.preferences
 

Fields in org.eclipse.gmf.runtime.diagram.core.preferences declared as PreferencesHint
static PreferencesHint PreferencesHint.USE_DEFAULTS
          The hint that indicates there are no preferences to be used for the generic diagram preferences, instead use the default values.
 

Methods in org.eclipse.gmf.runtime.diagram.core.preferences with parameters of type PreferencesHint
static boolean PreferencesHint.registerPreferenceStore(PreferencesHint preferencesHint, java.lang.Object preferenceStore)
          Registers a preference store containing some or all of the generic diagram preferences (those preferences defined in the diagram layer) to a preference hint.
 

Uses of PreferencesHint in org.eclipse.gmf.runtime.diagram.core.providers
 

Methods in org.eclipse.gmf.runtime.diagram.core.providers with parameters of type PreferencesHint
 Diagram AbstractViewProvider.createDiagram(IAdaptable contextElement, java.lang.String diagramKind, PreferencesHint preferencesHint)
           
 Edge AbstractViewProvider.createEdge(IAdaptable semanticAdapter, View containerView, java.lang.String semanticHint, int index, boolean persisted, PreferencesHint preferencesHint)
           
 Node AbstractViewProvider.createNode(IAdaptable semanticAdapter, View containerView, java.lang.String semanticHint, int index, boolean persisted, PreferencesHint preferencesHint)
           
 Diagram IViewProvider.createDiagram(IAdaptable semanticAdapter, java.lang.String diagramKind, PreferencesHint preferencesHint)
          create an Diagram element.
 Edge IViewProvider.createEdge(IAdaptable semanticAdapter, View containerView, java.lang.String semanticHint, int index, boolean persisted, PreferencesHint preferencesHint)
          create an Edge element.
 Node IViewProvider.createNode(IAdaptable semanticAdapter, View containerView, java.lang.String semanticHint, int index, boolean persisted, PreferencesHint preferencesHint)
          create a Node.
 

Uses of PreferencesHint in org.eclipse.gmf.runtime.diagram.core.services
 

Methods in org.eclipse.gmf.runtime.diagram.core.services with parameters of type PreferencesHint
 boolean ViewService.provides(java.lang.Class viewKind, IAdaptable semanticAdapter, View containerView, java.lang.String semanticHint, int index, boolean persisted, PreferencesHint preferencesHint)
          A convenience method to determine whether there is a provider that can create a view with the given parameters
 View ViewService.createView(java.lang.Class viewKind, IAdaptable semanticAdapter, View containerView, java.lang.String semanticHint, int index, boolean persisted, PreferencesHint preferencesHint)
          A convenience method to create a view with the given parameters
 Diagram ViewService.createDiagram(IAdaptable semanticAdapter, java.lang.String diagramKindType, PreferencesHint preferencesHint)
           
static Diagram ViewService.createDiagram(EObject context, java.lang.String kind, PreferencesHint preferencesHint)
          Creates a diagram with the given context and kind
static Diagram ViewService.createDiagram(java.lang.String kind, PreferencesHint preferencesHint)
          Creates a diagram with a kind
static Node ViewService.createNode(View container, EObject eObject, java.lang.String type, PreferencesHint preferencesHint)
          Creates a node for a given eObject and with a given type and inserts it into a given container
static Node ViewService.createNode(View container, java.lang.String type, PreferencesHint preferencesHint)
          Creates a node for a with a given type and inserts it thegiven container
static Edge ViewService.createEdge(View source, View target, EObject eObject, java.lang.String type, PreferencesHint preferencesHint)
          Creates an edge for a given eObject and with a given type and connects it between a given source and a given target
static Edge ViewService.createEdge(View source, View target, java.lang.String type, PreferencesHint preferencesHint)
          Creates an edge with a given type and connects it between the given source and target
 Edge ViewService.createEdge(IAdaptable semanticAdapter, View containerView, java.lang.String semanticHint, int index, boolean persisted, PreferencesHint preferencesHint)
           
 View ViewService.createEdge(IAdaptable semanticAdapter, View containerView, java.lang.String semanticHint, int index, PreferencesHint preferencesHint)
           
 Node ViewService.createNode(IAdaptable semanticElement, View containerView, java.lang.String semanticHint, int index, PreferencesHint preferencesHint)
          creates a persisted Node
 Node ViewService.createNode(IAdaptable semanticAdapter, View containerView, java.lang.String semanticHint, int index, boolean persisted, PreferencesHint preferencesHint)
          creates a Node
 

Uses of PreferencesHint in org.eclipse.gmf.runtime.diagram.core.services.view
 

Methods in org.eclipse.gmf.runtime.diagram.core.services.view that return PreferencesHint
 PreferencesHint CreateViewOperation.getPreferencesHint()
          Gets the preferences hint that is to be used to find the appropriate preference store from which to retrieve diagram preference values.
 

Constructors in org.eclipse.gmf.runtime.diagram.core.services.view with parameters of type PreferencesHint
CreateViewOperation(IAdaptable semanticAdapter, java.lang.String semanticHint, PreferencesHint preferencesHint)
          Method CreateViewOperation.
CreateEdgeViewOperation(IAdaptable semanticAdapter, View containerView, java.lang.String semanticHint, int index, boolean persisted, PreferencesHint preferencesHint)
          Creates a new instance.
CreateChildViewOperation(IAdaptable semanticAdapter, View containerView, java.lang.String semanticHint, int index, boolean persisted, PreferencesHint preferencesHint)
          Method CreateChildViewOperation.
CreateViewForKindOperation(java.lang.Class viewKind, IAdaptable semanticAdapter, View containerView, java.lang.String semanticHint, int index, PreferencesHint preferencesHint)
           
CreateNodeViewOperation(IAdaptable semanticAdapter, View containerView, java.lang.String semanticHint, int index, boolean persisted, PreferencesHint preferencesHint)
          Constructor for CreateNodeViewOperation.
CreateDiagramViewOperation(IAdaptable semanticAdapter, java.lang.String diagramKindType, PreferencesHint preferencesHint)
          Creates a new instance.
 

Uses of PreferencesHint in org.eclipse.gmf.runtime.diagram.core.util
 

Methods in org.eclipse.gmf.runtime.diagram.core.util that return PreferencesHint
 PreferencesHint ViewRefactorHelper.getPreferencesHint()
          Returns the preferences hint
 

Constructors in org.eclipse.gmf.runtime.diagram.core.util with parameters of type PreferencesHint
ViewRefactorHelper(PreferencesHint preferencesHint)
          Constructs a new ViewRefactorHelper with a given preferences hint
 

Uses of PreferencesHint in org.eclipse.gmf.runtime.diagram.core.view.factories
 

Methods in org.eclipse.gmf.runtime.diagram.core.view.factories with parameters of type PreferencesHint
 Diagram DiagramFactory.createDiagram(IAdaptable semanticAdapter, java.lang.String diagramKind, PreferencesHint preferencesHint)
           
 View ViewFactory.createView(IAdaptable semanticAdapter, View containerView, java.lang.String semanticHint, int index, boolean persisted, PreferencesHint preferencesHint)
          factory method, that will be called by the view service to creat the view
 

Uses of PreferencesHint in org.eclipse.gmf.runtime.diagram.ui
 

Methods in org.eclipse.gmf.runtime.diagram.ui with parameters of type PreferencesHint
 DiagramEditPart OffscreenEditPartFactory.createDiagramEditPart(Diagram diagram, Shell shell, PreferencesHint preferencesHint)
          Creates a DiagramEditPart given the Diagram without opening an editor.
 

Uses of PreferencesHint in org.eclipse.gmf.runtime.diagram.ui.actions
 

Methods in org.eclipse.gmf.runtime.diagram.ui.actions that return PreferencesHint
protected  PreferencesHint DiagramAction.getPreferencesHint()
          Gets the preferences hint that is to be used to find the appropriate preference store from which to retrieve diagram preference values.
 

Uses of PreferencesHint in org.eclipse.gmf.runtime.diagram.ui.commands
 

Fields in org.eclipse.gmf.runtime.diagram.ui.commands declared as PreferencesHint
protected  PreferencesHint DeferredCreateConnectionViewCommand.preferencesHint
          The hint used to find the appropriate preference store from which general diagramming preference values for properties of shapes, connections, and diagrams can be retrieved.
 

Methods in org.eclipse.gmf.runtime.diagram.ui.commands that return PreferencesHint
protected  PreferencesHint CreateViewAndOptionallyElementCommand.getPreferencesHint()
          Gets the preferences hint that is to be used to find the appropriate preference store from which to retrieve diagram preference values.
 

Methods in org.eclipse.gmf.runtime.diagram.ui.commands with parameters of type PreferencesHint
protected  void CreateViewAndOptionallyElementCommand.setPreferencesHint(PreferencesHint preferencesHint)
          Sets the preferences hint that is to be used to find the appropriate preference store from which to retrieve diagram preference values.
 

Constructors in org.eclipse.gmf.runtime.diagram.ui.commands with parameters of type PreferencesHint
DeferredCreateConnectionViewAndElementCommand(IElementType type, IAdaptable sourceViewAdapter, IAdaptable targetViewAdapter, EditPartViewer currentViewer, PreferencesHint preferencesHint)
          Constructor for DeferredCreateConnectionViewAndElementCommand.
DeferredCreateConnectionViewCommand(org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain, EObject element, IAdaptable sourceViewAdapter, IAdaptable targetViewAdapter, EditPartViewer viewer, PreferencesHint preferencesHint)
          Constructor for DeferredCreateConnectionViewCommand.
DeferredCreateConnectionViewCommand(org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain, java.lang.String semanticHint, IAdaptable sourceViewAdapter, IAdaptable targetViewAdapter, EditPartViewer viewer, PreferencesHint preferencesHint)
          Constructor for DeferredCreateConnectionViewCommand.
CreateViewAndOptionallyElementCommand(IAdaptable elementAdapter, IGraphicalEditPart containerEP, Point location, PreferencesHint preferencesHint)
          Creates a new CreateViewAndOptionallyElementCommand.
 

Uses of PreferencesHint in org.eclipse.gmf.runtime.diagram.ui.editparts
 

Methods in org.eclipse.gmf.runtime.diagram.ui.editparts that return PreferencesHint
 PreferencesHint DiagramRootEditPart.getPreferencesHint()
           
 PreferencesHint IDiagramPreferenceSupport.getPreferencesHint()
          Gets the preferences hint that is to be used to find the appropriate preference store from which to retrieve diagram preference values.
 PreferencesHint ConnectionEditPart.getDiagramPreferencesHint()
           
 PreferencesHint IGraphicalEditPart.getDiagramPreferencesHint()
          Gets the preferences hint that is to be used to find the appropriate preference store from which to retrieve diagram preference values.
 PreferencesHint GraphicalEditPart.getDiagramPreferencesHint()
           
 

Methods in org.eclipse.gmf.runtime.diagram.ui.editparts with parameters of type PreferencesHint
 void DiagramRootEditPart.setPreferencesHint(PreferencesHint preferenceHint)
           
 void IDiagramPreferenceSupport.setPreferencesHint(PreferencesHint preferenceHint)
          Sets the preferences hint that is to be used to find the appropriate preference store from which to retrieve diagram preference values.
 

Uses of PreferencesHint in org.eclipse.gmf.runtime.diagram.ui.parts
 

Methods in org.eclipse.gmf.runtime.diagram.ui.parts that return PreferencesHint
protected  PreferencesHint DiagramEditor.getPreferencesHint()
          Gets the preferences hint that will be used to determine which preference store to use when retrieving diagram preferences for this diagram editor.
 

Methods in org.eclipse.gmf.runtime.diagram.ui.parts with parameters of type PreferencesHint
static void DiagramEditor.addDefaultPreferences(PreferenceStore store, PreferencesHint preferencesHint)
          Adds the default preferences to the specified preference store.
 

Uses of PreferencesHint in org.eclipse.gmf.runtime.diagram.ui.printing.providers
 

Methods in org.eclipse.gmf.runtime.diagram.ui.printing.providers that return PreferencesHint
protected  PreferencesHint DiagramWithPrintGlobalActionHandler.getPreferencesHint(IEditorPart editorPart)
          Gets the preferences hint that is to be used to find the appropriate preference store from which to retrieve diagram preference values.
 

Uses of PreferencesHint in org.eclipse.gmf.runtime.diagram.ui.printing.render.util
 

Constructors in org.eclipse.gmf.runtime.diagram.ui.printing.render.util with parameters of type PreferencesHint
RenderedDiagramPrinter(PreferencesHint preferencesHint, org.eclipse.gmf.runtime.draw2d.ui.mapmode.IMapMode mm)
          Creates a new instance.
RenderedDiagramPrinter(PreferencesHint preferencesHint)
          Creates a new instance.
 

Uses of PreferencesHint in org.eclipse.gmf.runtime.diagram.ui.render.util
 

Methods in org.eclipse.gmf.runtime.diagram.ui.render.util with parameters of type PreferencesHint
 DiagramEditPart CopyToImageUtil.createDiagramEditPart(Diagram diagram, Shell shell, PreferencesHint preferencesHint)
          Creates a DiagramEditPart given the Diagram without opening an editor.
 java.util.List CopyToImageUtil.copyToImage(Diagram diagram, IPath destination, ImageFileFormat format, IProgressMonitor monitor, PreferencesHint preferencesHint)
          Copies the diagram to an image file in the specified format.
 

Uses of PreferencesHint in org.eclipse.gmf.runtime.diagram.ui.requests
 

Methods in org.eclipse.gmf.runtime.diagram.ui.requests that return PreferencesHint
protected  PreferencesHint CreateUnspecifiedTypeConnectionRequest.getPreferencesHint()
          Gets the preferences hint that is to be used to find the appropriate preference store from which to retrieve diagram preference values.
protected  PreferencesHint CreateUnspecifiedTypeRequest.getPreferencesHint()
          Gets the preferences hint that is to be used to find the appropriate preference store from which to retrieve diagram preference values.
 PreferencesHint CreateViewRequest.ViewDescriptor.getPreferencesHint()
          Gets the preferences hint that is to be used to find the appropriate preference store from which to retrieve diagram preference values.
 

Methods in org.eclipse.gmf.runtime.diagram.ui.requests with parameters of type PreferencesHint
static Command CreateConnectionViewRequest.getCreateCommand(EObject element, EditPart sourceEditPart, EditPart targetEditPart, PreferencesHint preferencesHint)
          Method getCreateCommand.
static Command CreateConnectionViewRequest.getCreateCommand(IAdaptable elementAdapter, IAdaptable sourceViewAdapter, IAdaptable targetViewAdapter, DiagramEditPart diagramEditPart, PreferencesHint preferencesHint)
          getCreateCommand.
static Command CreateConnectionViewAndElementRequest.getCreateCommand(IElementType elementType, EditPart sourceEditPart, EditPart targetEditPart, PreferencesHint preferencesHint)
          Method getCreateCommand.
 

Constructors in org.eclipse.gmf.runtime.diagram.ui.requests with parameters of type PreferencesHint
CreateUnspecifiedTypeConnectionRequest(java.util.List relationshipTypes, boolean useModelingAssistantService, PreferencesHint preferencesHint)
          Creates a new CreateUnspecifiedTypeConnectionRequest.
CreateUnspecifiedTypeRequest(java.util.List elementTypes, PreferencesHint preferencesHint)
          Creates a new CreateUnspecifiedTypeRequest.
CreateViewAndElementRequest(IElementType type, PreferencesHint preferencesHint)
          Constructor for CreateViewAndElementRequest.
CreateViewAndElementRequest(IElementType type, EObject context, PreferencesHint preferencesHint)
          Constructor for CreateViewAndElementRequest.
CreateViewAndElementRequest.ViewAndElementDescriptor(CreateElementRequestAdapter requestAdapter, PreferencesHint preferencesHint)
          Constructor for ViewAndElementDescriptor.
CreateViewAndElementRequest.ViewAndElementDescriptor(CreateElementRequestAdapter requestAdapter, java.lang.Class viewkind, PreferencesHint preferencesHint)
          Constructor for ViewAndElementDescriptor.
CreateViewAndElementRequest.ViewAndElementDescriptor(CreateElementRequestAdapter requestAdapter, java.lang.Class viewkind, java.lang.String semanticHint, PreferencesHint preferencesHint)
          Constructor for ViewAndElementDescriptor.
CreateViewAndElementRequest.ViewAndElementDescriptor(CreateElementRequestAdapter requestAdapter, java.lang.Class viewKind, java.lang.String semanticHint, int index, PreferencesHint preferencesHint)
          Constructor for ViewAndElementDescriptor.
CreateConnectionViewRequest(EObject element, PreferencesHint preferencesHint)
          Constructor.
CreateConnectionViewRequest(EObject element, boolean persisted, PreferencesHint preferencesHint)
          Constructor.
CreateConnectionViewRequest.ConnectionViewDescriptor(IAdaptable elementAdapter, PreferencesHint preferencesHint)
          Constructor.
CreateConnectionViewRequest.ConnectionViewDescriptor(IAdaptable elementAdapter, boolean persisted, PreferencesHint preferencesHint)
          Constructor.
CreateConnectionViewRequest.ConnectionViewDescriptor(IAdaptable elementAdapter, java.lang.String semanticHint, 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, PreferencesHint preferencesHint)
          Constructor.
CreateConnectionViewRequest.ConnectionViewDescriptor(IAdaptable elementAdapter, java.lang.String semanticHint, int index, boolean persisted, PreferencesHint preferencesHint)
          Constructor.
CreateConnectionViewAndElementRequest(IElementType type, java.lang.String semanticHint, PreferencesHint preferencesHint)
          Constructor.
CreateConnectionViewAndElementRequest(IElementType type, PreferencesHint preferencesHint)
          Constructor.
CreateConnectionViewAndElementRequest.ConnectionViewAndElementDescriptor(CreateElementRequestAdapter requestAdapter, PreferencesHint preferencesHint)
          Constructor.
CreateConnectionViewAndElementRequest.ConnectionViewAndElementDescriptor(CreateElementRequestAdapter requestAdapter, java.lang.String semanticHint, PreferencesHint preferencesHint)
          Constructor.
CreateConnectionViewAndElementRequest.ConnectionViewAndElementDescriptor(CreateElementRequestAdapter requestAdapter, java.lang.String semanticHint, int index, PreferencesHint preferencesHint)
          Constructor.
CreateViewRequest(EObject element, PreferencesHint preferencesHint)
          Convenience constructor for CreateViewRequest using a IElement
CreateViewRequest.ViewDescriptor(IAdaptable elementAdapter, PreferencesHint preferencesHint)
          Creates a new view descriptor using element adapter
CreateViewRequest.ViewDescriptor(IAdaptable elementAdapter, java.lang.Class viewkind, PreferencesHint preferencesHint)
          Creates a new view descriptor using element adapter and a view kind
CreateViewRequest.ViewDescriptor(IAdaptable elementAdapter, java.lang.Class viewkind, boolean persisted, PreferencesHint preferencesHint)
          Creates a new view descriptor using element adapter and a view kind
CreateViewRequest.ViewDescriptor(IAdaptable elementAdapter, java.lang.Class viewkind, java.lang.String semanticHint, PreferencesHint preferencesHint)
          Creates a new view descriptor using element adapter, a view kind and a factory hint
CreateViewRequest.ViewDescriptor(IAdaptable elementAdapter, java.lang.Class viewkind, java.lang.String semanticHint, boolean persisted, PreferencesHint preferencesHint)
          Creates a new view descriptor using element adapter, a view kind and a factory hint
CreateViewRequest.ViewDescriptor(IAdaptable elementAdapter, java.lang.Class viewKind, java.lang.String factoryHint, int index, PreferencesHint preferencesHint)
          Creates a new view descriptor using the supplied element adapter, view kind, factory hint and index.
CreateViewRequest.ViewDescriptor(IAdaptable elementAdapter, java.lang.Class viewKind, java.lang.String semanticHint, int index, boolean persisted, PreferencesHint preferencesHint)
          Creates a new view descriptor using the supplied element adapter, view kind, factory hint, index and persistence flag.
 

Uses of PreferencesHint in org.eclipse.gmf.runtime.diagram.ui.resources.editor.util
 

Methods in org.eclipse.gmf.runtime.diagram.ui.resources.editor.util with parameters of type PreferencesHint
static IFile EditorUtil.createNewDiagramFile(DiagramFileCreator diagramFileCreator, IPath containerFullPath, java.lang.String fileName, java.io.InputStream initialContents, java.lang.String kind, Shell shell, IProgressMonitor progressMonitor, PreferencesHint preferencesHint)
          Creates a new diagram file resource in the selected container and with the selected name.
 

Uses of PreferencesHint in org.eclipse.gmf.runtime.diagram.ui.tools
 

Methods in org.eclipse.gmf.runtime.diagram.ui.tools that return PreferencesHint
protected  PreferencesHint CreationTool.getPreferencesHint()
          Gets the preferences hint that is to be used to find the appropriate preference store from which to retrieve diagram preference values.
protected  PreferencesHint ConnectionCreationTool.getPreferencesHint()
          Gets the preferences hint that is to be used to find the appropriate preference store from which to retrieve diagram preference values.
 

Uses of PreferencesHint in org.eclipse.gmf.runtime.diagram.ui.view.factories
 

Methods in org.eclipse.gmf.runtime.diagram.ui.view.factories that return PreferencesHint
protected  PreferencesHint DiagramViewFactory.getPreferencesHint()
          Gets the preferences hint that is to be used to find the appropriate preference store from which to retrieve diagram preference values.
protected  PreferencesHint AbstractViewFactory.getPreferencesHint()
          Gets the preferences hint that is to be used to find the appropriate preference store from which to retrieve diagram preference values.
 

Methods in org.eclipse.gmf.runtime.diagram.ui.view.factories with parameters of type PreferencesHint
 View BasicNodeViewFactory.createView(IAdaptable semanticAdapter, View containerView, java.lang.String semanticHint, int index, boolean persisted, PreferencesHint preferencesHint)
          factory method, that will be called by the view service to creat the view
 View ConnectionViewFactory.createView(IAdaptable semanticAdapter, View containerView, java.lang.String semanticHint, int index, boolean persisted, PreferencesHint preferencesHint)
           
 Diagram DiagramViewFactory.createDiagram(IAdaptable semanticAdapter, java.lang.String diagramKind, PreferencesHint thePreferencesHint)
          factory method, that will be called by the view service to creat the Diagram
protected  void DiagramViewFactory.setPreferencesHint(PreferencesHint preferencesHint)
          Sets the preferences hint that is to be used to find the appropriate preference store from which to retrieve diagram preference values.
 View NoteViewFactory.createView(IAdaptable semanticAdapter, View containerView, java.lang.String semanticHint, int index, boolean persisted, PreferencesHint preferencesHint)
          Method NoteView. creation constructor
abstract  View AbstractViewFactory.createView(IAdaptable semanticAdapter, View containerView, java.lang.String semanticHint, int index, boolean persisted, PreferencesHint thePreferencesHint)
           
protected  void AbstractViewFactory.setPreferencesHint(PreferencesHint preferencesHint)
          Sets the preferences hint that is to be used to find the appropriate preference store from which to retrieve diagram preference values.
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.