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

📄 idlroot.java

📁 UCS (Ultra Corba Simulator) is one more powerful corba client/servant simulator tool than other simi
💻 JAVA
字号:
package com.corba.mnq.tool.idl;

import java.util.List;
import java.util.Vector;

public class IdlRoot extends IdlBase {

	public IdlRoot() {
		super();
		// TODO Auto-generated constructor stub
	}

	public static List sibling = new Vector();

	public void recurContent() {
		// TODO Auto-generated method stub

	}

	public String getIconName() {
		return "root.gif";
	}

	/**
	 * @param args
	 */
	public static void main_(String[] args) {
		// TODO Auto-generated method stub

	}

}
/* EOF */

⌨️ 快捷键说明

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