blob: a6b4d231b94dc064a502372b3e5d9ee23205befc [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2009 Metascape, LLC.
* 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:
* Metascape - Initial API and Implementation
*
* </copyright>
*
*/
package org.eclipse.amp.agf.ide;
import org.eclipse.gef.editparts.ZoomManager;
// TODO: Auto-generated Javadoc
/**
* The Class ZoomFitHeightAction.
*/
public class ZoomFitHeightAction extends ZoomFitAction {
/**
* @return
* @see org.eclipse.amp.agf.ide.ZoomFitAction#getZoomContribution()
*/
protected String getZoomContribution() {
return ZoomManager.FIT_HEIGHT;
}
}