com.melloware.jukes.gui.tool
Class Resources

java.lang.Object
  extended by com.melloware.jukes.gui.tool.Resources

public final class Resources
extends java.lang.Object

This class consists of string ids used for the resource bundle lookup, and some preloaded resources.

Copyright (c) 1999-2007 Melloware, Inc.

Version:
4.0
Author:
Emil A. Lefkof III

Field Summary
static java.lang.String APPLICATION_COYPRIGHT
           
static java.lang.String APPLICATION_DESCRIPTION
           
static java.lang.String APPLICATION_DONATE_URL
           
static java.lang.String APPLICATION_EMAIL
           
static java.lang.String APPLICATION_FORUMS_URL
           
static java.lang.String APPLICATION_LOCATION
           
static java.lang.String APPLICATION_NAME
           
static java.lang.String APPLICATION_URL
           
static java.lang.String APPLICATION_VENDOR
           
static javax.swing.Icon ARTIST_TREE_ICON
           
static java.lang.String[] BITRATES
           
static javax.swing.Icon CSV_ICON
           
static javax.swing.Icon DIFFERENCE_TOOL_DIFF_ICON
           
static javax.swing.Icon DIFFERENCE_TOOL_ICON
           
static javax.swing.Icon DIFFERENCE_TOOL_INTERSECTION_ICON
           
static javax.swing.Icon DIFFERENCE_TOOL_UNION_ICON
           
static javax.swing.Icon DISC_ADD_ICON
           
static javax.swing.Icon DISC_BEATLES_ICON
           
static javax.swing.Icon DISC_FINDER_ICON
           
static javax.swing.Icon DISC_GD_ICON
           
static javax.swing.Icon DISC_PF_ICON
           
static javax.swing.Icon DISC_REMOVER_ICON
           
static javax.swing.Icon DISC_STONES_ICON
           
static javax.swing.Icon DISC_TREE_ICON
           
static javax.swing.Icon DISC_WHO_ICON
           
static java.lang.String EDITOR_COMPONENT
           
static java.lang.String FILE_CHOOSER_FILTER
           
static java.lang.String FILE_CHOOSER_TITLE
           
static javax.swing.Icon FILE_GIF_ICON
           
static javax.swing.Icon FILE_JPG_ICON
           
static javax.swing.Icon FILE_PNG_ICON
           
static javax.swing.Icon FILE_TEXT_ICON
           
static javax.swing.Icon FILE_TIF_ICON
           
static javax.swing.Icon FILTER_ICON
           
static javax.swing.Icon FLAC_ICON
           
static java.lang.String HELP_CONTENTS_ICON_ID
           
static javax.swing.Icon HISTORY_ICON
           
static javax.swing.Icon LOCATION_TOOL_ICON
           
static javax.swing.Icon LOGO_ICON
           
static javax.swing.Icon MEMORY_LARGE_ICON
           
static java.lang.String MESSAGE_EDITOR_ERRORS
           
static javax.swing.Icon NAVIGATOR_ICON
           
static java.lang.String NODE_CHANGED
           
static java.lang.String NODE_DELETED
           
static java.lang.String NODE_INSERTED
           
static javax.swing.Icon NODE_INVALID_OVERLAY_ICON
           
static javax.swing.Icon NODE_NEW_OVERLAY_ICON
           
static javax.swing.Icon OGG_VORBIS_ICON
           
static java.lang.String[] OPERATOR
           
static javax.swing.Icon PDF_ICON
           
static javax.swing.Icon PLAYLIST_ICON
           
static javax.swing.Icon SEARCH_ICON
           
static javax.swing.Icon STATS_LARGE_ICON
           
static javax.swing.Icon STATS_SMALL_ICON
           
static java.lang.String TAB
           
static java.lang.String TEXT_COMPONENT
           
static javax.swing.Icon THREAD_START_ICON
           
static javax.swing.Icon THREAD_STOP_ICON
           
static java.lang.String TRACK_COMPONENT
           
static javax.swing.Icon TRACK_TREE_ICON
           
static javax.swing.Icon WEB_SEARCH_ICON
           
 
Method Summary
static javax.swing.Icon getIcon(java.lang.String id)
           
static java.lang.String getString(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPLICATION_NAME

public static final java.lang.String APPLICATION_NAME

APPLICATION_LOCATION

public static final java.lang.String APPLICATION_LOCATION

APPLICATION_EMAIL

public static final java.lang.String APPLICATION_EMAIL

APPLICATION_URL

public static final java.lang.String APPLICATION_URL

APPLICATION_DESCRIPTION

public static final java.lang.String APPLICATION_DESCRIPTION

APPLICATION_COYPRIGHT

public static final java.lang.String APPLICATION_COYPRIGHT

APPLICATION_VENDOR

public static final java.lang.String APPLICATION_VENDOR

APPLICATION_DONATE_URL

public static final java.lang.String APPLICATION_DONATE_URL

APPLICATION_FORUMS_URL

public static final java.lang.String APPLICATION_FORUMS_URL

MESSAGE_EDITOR_ERRORS

public static final java.lang.String MESSAGE_EDITOR_ERRORS

HELP_CONTENTS_ICON_ID

public static final java.lang.String HELP_CONTENTS_ICON_ID
See Also:
Constant Field Values

LOGO_ICON

public static final javax.swing.Icon LOGO_ICON

DISC_ADD_ICON

public static final javax.swing.Icon DISC_ADD_ICON

DISC_TREE_ICON

public static final javax.swing.Icon DISC_TREE_ICON

ARTIST_TREE_ICON

public static final javax.swing.Icon ARTIST_TREE_ICON

TRACK_TREE_ICON

public static final javax.swing.Icon TRACK_TREE_ICON

STATS_SMALL_ICON

public static final javax.swing.Icon STATS_SMALL_ICON

STATS_LARGE_ICON

public static final javax.swing.Icon STATS_LARGE_ICON

MEMORY_LARGE_ICON

public static final javax.swing.Icon MEMORY_LARGE_ICON

DISC_FINDER_ICON

public static final javax.swing.Icon DISC_FINDER_ICON

DISC_REMOVER_ICON

public static final javax.swing.Icon DISC_REMOVER_ICON

NAVIGATOR_ICON

public static final javax.swing.Icon NAVIGATOR_ICON

NODE_INVALID_OVERLAY_ICON

public static final javax.swing.Icon NODE_INVALID_OVERLAY_ICON

NODE_NEW_OVERLAY_ICON

public static final javax.swing.Icon NODE_NEW_OVERLAY_ICON

FILE_JPG_ICON

public static final javax.swing.Icon FILE_JPG_ICON

FILE_PNG_ICON

public static final javax.swing.Icon FILE_PNG_ICON

FILE_GIF_ICON

public static final javax.swing.Icon FILE_GIF_ICON

FILE_TIF_ICON

public static final javax.swing.Icon FILE_TIF_ICON

FILE_TEXT_ICON

public static final javax.swing.Icon FILE_TEXT_ICON

WEB_SEARCH_ICON

public static final javax.swing.Icon WEB_SEARCH_ICON

DIFFERENCE_TOOL_ICON

public static final javax.swing.Icon DIFFERENCE_TOOL_ICON

LOCATION_TOOL_ICON

public static final javax.swing.Icon LOCATION_TOOL_ICON

THREAD_START_ICON

public static final javax.swing.Icon THREAD_START_ICON

THREAD_STOP_ICON

public static final javax.swing.Icon THREAD_STOP_ICON

DIFFERENCE_TOOL_DIFF_ICON

public static final javax.swing.Icon DIFFERENCE_TOOL_DIFF_ICON

DIFFERENCE_TOOL_INTERSECTION_ICON

public static final javax.swing.Icon DIFFERENCE_TOOL_INTERSECTION_ICON

DIFFERENCE_TOOL_UNION_ICON

public static final javax.swing.Icon DIFFERENCE_TOOL_UNION_ICON

DISC_GD_ICON

public static final javax.swing.Icon DISC_GD_ICON

DISC_PF_ICON

public static final javax.swing.Icon DISC_PF_ICON

DISC_WHO_ICON

public static final javax.swing.Icon DISC_WHO_ICON

DISC_BEATLES_ICON

public static final javax.swing.Icon DISC_BEATLES_ICON

DISC_STONES_ICON

public static final javax.swing.Icon DISC_STONES_ICON

SEARCH_ICON

public static final javax.swing.Icon SEARCH_ICON

CSV_ICON

public static final javax.swing.Icon CSV_ICON

PDF_ICON

public static final javax.swing.Icon PDF_ICON

FILTER_ICON

public static final javax.swing.Icon FILTER_ICON

PLAYLIST_ICON

public static final javax.swing.Icon PLAYLIST_ICON

HISTORY_ICON

public static final javax.swing.Icon HISTORY_ICON

OGG_VORBIS_ICON

public static final javax.swing.Icon OGG_VORBIS_ICON

FLAC_ICON

public static final javax.swing.Icon FLAC_ICON

TAB

public static final java.lang.String TAB
See Also:
Constant Field Values

TEXT_COMPONENT

public static final java.lang.String TEXT_COMPONENT
See Also:
Constant Field Values

FILE_CHOOSER_FILTER

public static final java.lang.String FILE_CHOOSER_FILTER
See Also:
Constant Field Values

FILE_CHOOSER_TITLE

public static final java.lang.String FILE_CHOOSER_TITLE
See Also:
Constant Field Values

EDITOR_COMPONENT

public static final java.lang.String EDITOR_COMPONENT
See Also:
Constant Field Values

NODE_INSERTED

public static final java.lang.String NODE_INSERTED
See Also:
Constant Field Values

NODE_DELETED

public static final java.lang.String NODE_DELETED
See Also:
Constant Field Values

NODE_CHANGED

public static final java.lang.String NODE_CHANGED
See Also:
Constant Field Values

TRACK_COMPONENT

public static final java.lang.String TRACK_COMPONENT
See Also:
Constant Field Values

BITRATES

public static final java.lang.String[] BITRATES

OPERATOR

public static final java.lang.String[] OPERATOR
Method Detail

getIcon

public static javax.swing.Icon getIcon(java.lang.String id)

getString

public static java.lang.String getString(java.lang.String id)


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