com.melloware.jukes.gui.tool.help
Class HelpNode

java.lang.Object
  extended by com.melloware.jukes.gui.tool.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.

Copyright (c) 1999-2007 Melloware, Inc.

Version:
4.0
Author:
Emil A. Lefkof III

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

getIcon

public Icon getIcon(boolean sel)

getURL

public URL getURL()

isChapter

public boolean isChapter()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999-2010 Melloware Inc. All Rights Reserved.