home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
S283 Planetary Science &… the Search for Life CD 3
/
0_CD-ROM.iso
/
install
/
jre1_3
/
lib
/
rt.jar
/
javax
/
swing
/
tree
/
TreeNode.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1979-12-31
|
363 b
|
20 lines
package javax.swing.tree;
import java.util.Enumeration;
public interface TreeNode {
TreeNode getChildAt(int var1);
int getChildCount();
TreeNode getParent();
int getIndex(TreeNode var1);
boolean getAllowsChildren();
boolean isLeaf();
Enumeration children();
}