kiwi.ui.model
Class DocumentDataSource.HelpNode

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

public class DocumentDataSource.HelpNode
extends Object


Method Summary
 Icon getAltIcon()
           
 Icon getIcon()
           
 String getLabel()
           
 DocumentDataSource.HelpNode 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.HelpNode getParent()

isExpandable

public boolean isExpandable()

getLabel

public String getLabel()

getIcon

public Icon getIcon()

getAltIcon

public Icon getAltIcon()

getURL

public URL getURL()