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 Object

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

Copyright (c) 1999-2007 Melloware, Inc.

Author:
Emil A. Lefkof III
See Also:
AZ Development 2010

Field Summary
static TreeNode ARTIST_HELP_SET
           
static TreeNode DISC_HELP_SET
           
static TreeNode TRACK_HELP_SET
           
static 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 TreeNode WELCOME_HELP_SET

ARTIST_HELP_SET

public static final TreeNode ARTIST_HELP_SET

DISC_HELP_SET

public static final TreeNode DISC_HELP_SET

TRACK_HELP_SET

public static final 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-2010 Melloware Inc. All Rights Reserved.