From e351f2ef31e4ee890888017c2d61b74a527b433c Mon Sep 17 00:00:00 2001 From: nitind Date: Wed, 15 Dec 2010 16:12:57 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'v201012152206'. --- .../internal/provisional/HTMLFormatContraints.java | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/internal/provisional/HTMLFormatContraints.java (limited to 'bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/internal/provisional/HTMLFormatContraints.java') diff --git a/bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/internal/provisional/HTMLFormatContraints.java b/bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/internal/provisional/HTMLFormatContraints.java deleted file mode 100644 index db3217e206..0000000000 --- a/bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/internal/provisional/HTMLFormatContraints.java +++ /dev/null @@ -1,35 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2004, 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 - *******************************************************************************/ -package org.eclipse.wst.html.core.internal.provisional; - -import org.eclipse.wst.sse.core.internal.format.IStructuredFormatContraints; - -/** - * @deprecated - * Please un-deprecate this if Page Designer thinks they are needed. - */ -public interface HTMLFormatContraints extends IStructuredFormatContraints { - /** - * @deprecated - * It's very hard to keep the available line width accurate. - * Sometimes a node wants to start on a new line, sometimes it doesn't. - * It's best for the node to figure out the available line width on the fly. - */ - int getAvailableLineWidth(); - - /** - * @deprecated - * It's very hard to keep the available line width accurate. - * Sometimes a node wants to start on a new line, sometimes it doesn't. - * It's best for the node to figure out the available line width on the fly. - */ - void setAvailableLineWidth(int availableLineWidth); -} -- cgit v1.2.3