blob: 39b25d19ba5413e7af5740e395c7eecc1df55324 [file] [log] [blame]
/*******************************************************************************
* <copyright>
*
* Copyright (c) 2005, 2010 SAP AG.
* 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:
* SAP AG - initial API, implementation and documentation
*
* </copyright>
*
*******************************************************************************/
package org.eclipse.graphiti;
/**
* The Enum DiagramScrollingBehavior.
*/
public enum DiagramScrollingBehavior {
/**
* The GEF default behavior.
*/
GEF_DEFAULT,
/**
* The scrollbars are always visible.
*/
SCROLLBARS_ALWAYS_VISIBLE
}