com.ail.core.ui.product
Class AssetEditorApplet.AdapterNode

java.lang.Object
  extended by com.ail.core.ui.product.AssetEditorApplet.AdapterNode
Enclosing class:
AssetEditorApplet

public class AssetEditorApplet.AdapterNode
extends java.lang.Object


Constructor Summary
AssetEditorApplet.AdapterNode(org.w3c.dom.Node node)
           
 
Method Summary
 AssetEditorApplet.AdapterNode child(int searchIndex)
           
 int childCount()
           
 int index(AssetEditorApplet.AdapterNode child)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssetEditorApplet.AdapterNode

public AssetEditorApplet.AdapterNode(org.w3c.dom.Node node)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

index

public int index(AssetEditorApplet.AdapterNode child)

child

public AssetEditorApplet.AdapterNode child(int searchIndex)

childCount

public int childCount()