blob: c51c3bd96cd034bcd70ef4a7950fb9063276800d [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: XWTPartInitializer.java,v 1.1 2010/02/06 15:48:18 yvyang Exp $
*/
package org.eclipse.xwt.tools.ui.model.workbench;
import org.eclipse.xwt.tools.ui.palette.Initializer;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>XWT Part Initializer</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.xwt.tools.ui.model.workbench.XWTPartInitializer#getContentForm <em>Content Form</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.xwt.tools.ui.model.workbench.WorkbenchPackage#getXWTPartInitializer()
* @model
* @generated
*/
public interface XWTPartInitializer extends Initializer {
/**
* Returns the value of the '<em><b>Content Form</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Content Form</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Content Form</em>' attribute.
* @see #setContentForm(String)
* @see org.eclipse.xwt.tools.ui.model.workbench.WorkbenchPackage#getXWTPartInitializer_ContentForm()
* @model
* @generated
*/
String getContentForm();
/**
* Sets the value of the '{@link org.eclipse.xwt.tools.ui.model.workbench.XWTPartInitializer#getContentForm <em>Content Form</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Content Form</em>' attribute.
* @see #getContentForm()
* @generated
*/
void setContentForm(String value);
} // XWTPartInitializer