blob: 28cccbe7e071337f835456b589c00bea773f54bb [file] [log] [blame]
//------------------------------------------------------------------------------
// Copyright (c) 2005, 2006 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 implementation
//------------------------------------------------------------------------------
package org.eclipse.epf.authoring.ui.dialogs;
/**
* @author skannoor
*
*/
public final class InputType {
public static int TEXT = 0;
public static int COMBO = 1;
public static int LIST = 2;
public static int TREE = 3;
}