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

📄 raplacontext.java

📁 Rapla是一个灵活的多用户资源管理系统。它提供的一些功能有:日历GUI
💻 JAVA
字号:
package org.rapla.framework;



public interface RaplaContext
{
	/** Returns a reference to the requested object (e.g. a component instance).
	 *  throws a RaplaContextException if the object can't be returned. This could have
	 *  different reasons: For example it is not found in the context, or there has been 
	 *  a problem during the component creation.   
	 */
    Object lookup( String key ) throws RaplaContextException;
    boolean has( String key );
}

⌨️ 快捷键说明

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