kiwi.ui.model
Class DocumentDataSource.DocumentNode

java.lang.Object
  |
  +--kiwi.ui.model.DocumentDataSource.DocumentNode

public class DocumentDataSource.DocumentNode
extends Object


Method Summary
 Icon getAltIcon()
           
 String getFile()
           
 Icon getIcon()
           
 String getLabel()
           
 DocumentDataSource.DocumentNode getParent()
           
 URL getURL()
           
 boolean isExpandable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getParent

public DocumentDataSource.DocumentNode getParent()

getFile

public String getFile()

isExpandable

public boolean isExpandable()

getLabel

public String getLabel()

getIcon

public Icon getIcon()

getAltIcon

public Icon getAltIcon()

getURL

public URL getURL()