Project

General

Profile

Download (864 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/*******************************************************************************
2
 * Copyright 2005, CHISEL Group, University of Victoria, Victoria, BC, Canada.
3
 * All rights reserved. This program and the accompanying materials are made
4
 * available under the terms of the Eclipse Public License v1.0 which
5
 * accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
7
 * 
8
 * Contributors: The Chisel Group, University of Victoria
9
 *******************************************************************************/
10
package org.eclipse.zest.layouts.constraints;
11

    
12
/**
13
 * @author Ian Bull
14
 * @author Chris Bennett
15
 */
16
public interface LayoutConstraint {
17

    
18
	// Empty interface
19

    
20
	/**
21
	 * This method clears all the fields of the layout constraints.
22
	 * This should not be called outside the layout package
23
	 */
24
	public void clear();
25
}
(5-5/5)