com.jgoodies.skeleton.model.help
Class HelpNode
java.lang.Object
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
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
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.