node.java

来自「用java 实现的IE browser适合于学者」· Java 代码 · 共 23 行

JAVA
23
字号
/*
 * Created on 2005-1-3
 *
 * TODO To change the template for this generated file go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
package com.hnjchina.createview;

/**
 * @author limeiyong
 *
 * TODO To change the template for this generated type comment go to
 * Window - Preferences - Java - Code Style - Code Templates
 */
public class Node {
	public Object[] getChildren() {
	return	null;	
	}
	public	Object getParent(){
	return	null;	
	}
}

⌨️ 快捷键说明

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