Initialize
[sdk/ide/product.git] / org.eclipse.jst.pagedesigner / src / org / eclipse / jst / pagedesigner / actions / single / BorderStyleAction.java
1 /*******************************************************************************\r
2  * Copyright (c) 2006 Sybase, Inc. and others.\r
3  *\r
4  * All rights reserved. This program and the accompanying materials\r
5  * are made available under the terms of the Eclipse Public License v1.0\r
6  * which accompanies this distribution, and is available at\r
7  * http://www.eclipse.org/legal/epl-v10.html\r
8  *\r
9  * Contributors:\r
10  *     Sybase, Inc. - initial API and implementation\r
11  *******************************************************************************/\r
12 package org.eclipse.jst.pagedesigner.actions.single;\r
13 \r
14 import org.eclipse.jface.action.Action;\r
15 import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;\r
16 \r
17 /**\r
18  * @author mengbo\r
19  * @version 1.5\r
20  */\r
21 public class BorderStyleAction extends Action {\r
22 \r
23         /**\r
24          * @param stylevalue\r
25          * @param ele\r
26          * @param text\r
27          * \r
28          */\r
29         public BorderStyleAction(String text, IDOMElement ele, String stylevalue) {\r
30                 super(text);\r
31                 // TODO Auto-generated constructor stub\r
32         }\r
33 \r
34 }\r