org.jext.xinsert
Class XTreeItem
java.lang.Object
org.jext.xinsert.XTreeItem
- public class XTreeItem
- extends java.lang.Object
Constructor Summary |
XTreeItem(java.lang.String content)
|
XTreeItem(java.lang.String content,
int type)
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PLAIN
public static final int PLAIN
- See Also:
- Constant Field Values
SCRIPT
public static final int SCRIPT
- See Also:
- Constant Field Values
MIXED
public static final int MIXED
- See Also:
- Constant Field Values
XTreeItem
public XTreeItem(java.lang.String content)
XTreeItem
public XTreeItem(java.lang.String content,
int type)
isMixed
public boolean isMixed()
isScript
public boolean isScript()
getType
public int getType()
setType
public void setType(int type)
getContent
public java.lang.String getContent()
setContent
public void setContent(java.lang.String content)
finalize
protected void finalize()
throws java.lang.Throwable
- Patch
-> Memory management improvements : it may help the garbage collector.
-> Author : Julien Ponge (julien@izforge.com)
-> Date : 23, May 2001
- Throws:
java.lang.Throwable
Copyright © 2002 Romain Guy.