blob: fac501c2d96941002e508db18a2efa48e8bb4961 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<!--
/******************************************************************************
* Copyright (c) 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
****************************************************************************/
-->
</head>
<body>
<P>Provides the edit helper and edit helper advice for the Element Type framework.</P>
<P>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.</P>
<P>Clients should subclass <code>org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelper</code>
when they wish to implement custom edit helper behaviour. Clients should
subclass <code>org.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice</code>
when they wish to implement custom edit helper advice.</P>
@see org.eclipse.gmf.runtime.emf.type.core
@canBeSeenBy %partners
</body>
</html>