⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ihibernatecfmodel.java

📁 eclipse的hibernate插件,支持eclipse2.*版本
💻 JAVA
字号:
/* * Created on 2003-7-25 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments */package com.tanghan.plugin.hibernate.editor;import org.eclipse.core.resources.IProject;import org.eclipse.core.runtime.CoreException;import org.eclipse.pde.core.IModel;import org.eclipse.pde.core.IModelChangeProvider;import org.w3c.dom.Document;/** * @author Jerry Tang * @version v0.1.0 * @copyright  (C) 2003 Tanghan Studio */public interface IHibernateCFModel extends IModel, IModelChangeProvider {	public void setEditor( HibernateCFEditor editor);	public HibernateCFEditor getEditor();	public void setProject(IProject project) throws CoreException;	//	Document document	public Document getHibernateCFDocument();	public void setHibernateCFDocument(Document doc);	}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -