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 java.lang.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
 javax.swing.Icon getIcon(boolean sel)
           
 java.net.URL getURL()
           
 boolean isChapter()
           
 java.lang.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 javax.swing.Icon getIcon(boolean sel)

getURL

public java.net.URL getURL()

isChapter

public boolean isChapter()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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