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

java.lang.Object
  extended by com.melloware.jukes.gui.tool.help.HelpSets

public final class HelpSets
extends java.lang.Object

This class provides help sets (TreeNodes) for each domain class.

Copyright (c) 1999-2007 Melloware, Inc.

Author:
Emil A. Lefkof III
See Also:
DynamicHelpModule

Field Summary
static javax.swing.tree.TreeNode ARTIST_HELP_SET
           
static javax.swing.tree.TreeNode DISC_HELP_SET
           
static javax.swing.tree.TreeNode TRACK_HELP_SET
           
static javax.swing.tree.TreeNode WELCOME_HELP_SET
           
 
Method Summary
static void registerHelpSets(DynamicHelpModule helpModule)
          Registers all help sets with the DynamicHelpModule.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WELCOME_HELP_SET

public static final javax.swing.tree.TreeNode WELCOME_HELP_SET

ARTIST_HELP_SET

public static final javax.swing.tree.TreeNode ARTIST_HELP_SET

DISC_HELP_SET

public static final javax.swing.tree.TreeNode DISC_HELP_SET

TRACK_HELP_SET

public static final javax.swing.tree.TreeNode TRACK_HELP_SET
Method Detail

registerHelpSets

public static void registerHelpSets(DynamicHelpModule helpModule)
Registers all help sets with the DynamicHelpModule.

Parameters:
helpModule - holds a map from selection types to help sets


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