Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse GMF Guide
Previous Page Home Next Page

Runtime

Package org.eclipse.gmf.runtime.emf.type.core.edithelper

Provides the edit helper and edit helper advice for the Element Type framework.

See:
           Description

Interface Summary
IEditHelper A factory for commands that will modify elements of a specific type.
IEditHelperAdvice Provides 'before' and 'after' editing behaviour for modifying model elements.
 

Class Summary
AbstractEditHelper Abstract edit helper implementation.
AbstractEditHelperAdvice Abstract superclass for edit helper advice classes that provide 'before' and 'after' advice for modifying model elements.
 

Package org.eclipse.gmf.runtime.emf.type.core.edithelper Description

Provides the edit helper and edit helper advice for the Element Type framework.

Edit helpers act as command-factories generating commands to edit a specific kind of model element. Edit helper advice contributes commands 'before' or 'after' the base editing commands contributed by the edit helper.

Clients should subclass org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper when they wish to implement custom edit helper behaviour. Clients should subclass org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice when they wish to implement custom edit helper advice.

See Also:
org.eclipse.gmf.runtime.emf.type.core

Runtime

Guidelines for using Eclipse APIs.

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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire