public class XTreeItem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
MIXED |
static int |
PLAIN |
static int |
SCRIPT |
Constructor and Description |
---|
XTreeItem(java.lang.String content) |
XTreeItem(java.lang.String content,
int type) |
Modifier and Type | Method and Description |
---|---|
protected void |
finalize()
Patch
-> Memory management improvements : it may help the garbage collector.
|
java.lang.String |
getContent() |
int |
getType() |
boolean |
isMixed() |
boolean |
isScript() |
void |
setContent(java.lang.String content) |
void |
setType(int type) |
public static final int PLAIN
public static final int SCRIPT
public static final int MIXED
public XTreeItem(java.lang.String content)
public XTreeItem(java.lang.String content, int type)
public boolean isMixed()
public boolean isScript()
public int getType()
public void setType(int type)
public java.lang.String getContent()
public void setContent(java.lang.String content)
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
Copyright ? 2002 Romain Guy.