org.jext.xinsert
Class XTreeItem

java.lang.Object
  extended byorg.jext.xinsert.XTreeItem

public class XTreeItem
extends java.lang.Object


Field Summary
static int MIXED
           
static int PLAIN
           
static int SCRIPT
           
 
Constructor Summary
XTreeItem(java.lang.String content)
           
XTreeItem(java.lang.String content, int type)
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

XTreeItem

public XTreeItem(java.lang.String content)

XTreeItem

public XTreeItem(java.lang.String content,
                 int type)
Method Detail

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.