com.jgoodies.skeleton.model.help
Class HelpNode

java.lang.Object
  extended by com.jgoodies.skeleton.model.help.HelpNode

public final class HelpNode
extends Object

Instances of this class define help nodes in the dynamic help. A help node is either a chapter or topic, where only topics have an attached URL.

Version:
$Revision: 1.12 $
Author:
Karsten Lentzsch

Field Summary
static int CHAPTER_ITEM
           
static int TOPIC_ITEM
           
 
Method Summary
 Icon getIcon(boolean sel)
           
 URL getURL()
           
 boolean isChapter()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CHAPTER_ITEM

public static final int CHAPTER_ITEM
See Also:
Constant Field Values

TOPIC_ITEM

public static final int TOPIC_ITEM
See Also:
Constant Field Values
Method Detail

isChapter

public boolean isChapter()

toString

public String toString()
Overrides:
toString in class Object

getURL

public URL getURL()

getIcon

public Icon getIcon(boolean sel)


Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.