Uses of Class
org.eclipse.emf.common.ui.MarkerHelper

Packages that use MarkerHelper
org.eclipse.emf.codegen.ecore.genmodel.presentation   
org.eclipse.emf.common.ui.editor   
org.eclipse.emf.ecore.presentation Provides sample editor support for Ecore. 
org.eclipse.emf.edit.ui.action This provides a reusable implementation of an IAction that delegates to a CommandActionDelegate, which is usually also a Command 
org.eclipse.emf.edit.ui.util   
org.eclipse.emf.mapping.ecore2xml.presentation   
 

Uses of MarkerHelper in org.eclipse.emf.codegen.ecore.genmodel.presentation
 

Fields in org.eclipse.emf.codegen.ecore.genmodel.presentation declared as MarkerHelper
protected  MarkerHelper GenModelEditor.markerHelper
          The MarkerHelper is responsible for creating workspace resource markers presented in Eclipse's Problems View
 

Uses of MarkerHelper in org.eclipse.emf.common.ui.editor
 

Fields in org.eclipse.emf.common.ui.editor declared as MarkerHelper
protected  MarkerHelper ProblemEditorPart.markerUtil
           
 

Methods in org.eclipse.emf.common.ui.editor that return MarkerHelper
 MarkerHelper ProblemEditorPart.getMarkerHelper()
           
 

Methods in org.eclipse.emf.common.ui.editor with parameters of type MarkerHelper
 void ProblemEditorPart.setMarkerHelper(MarkerHelper markerHelper)
           
 

Uses of MarkerHelper in org.eclipse.emf.ecore.presentation
 

Fields in org.eclipse.emf.ecore.presentation declared as MarkerHelper
protected  MarkerHelper EcoreEditor.markerHelper
          The MarkerHelper is responsible for creating workspace resource markers presented in Eclipse's Problems View
 

Uses of MarkerHelper in org.eclipse.emf.edit.ui.action
 

Subclasses of MarkerHelper in org.eclipse.emf.edit.ui.action
static class ValidateAction.EclipseResourcesUtil
           
 

Uses of MarkerHelper in org.eclipse.emf.edit.ui.util
 

Subclasses of MarkerHelper in org.eclipse.emf.edit.ui.util
 class EditUIMarkerHelper
          Extension of MarkerHelper that provides extra functionalities useful when using EMF classes such as Resource.
 

Uses of MarkerHelper in org.eclipse.emf.mapping.ecore2xml.presentation
 

Fields in org.eclipse.emf.mapping.ecore2xml.presentation declared as MarkerHelper
protected  MarkerHelper Ecore2XMLEditor.markerHelper
          The MarkerHelper is responsible for creating workspace resource markers presented in Eclipse's Problems View
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.