com.bonevich.eclipse.cvsgrapher
Interface CvsGraphPluginResources

All Known Implementing Classes:
CvsGraphEditor, CvsGrapherPreferencePage, CvsGraphPlugin, CvsGraphPluginMessages

public interface CvsGraphPluginResources

Interface defining useful constants for accessing resource messages.

Author:
jbonevic

Field Summary
static java.lang.String CVSGRAPHER_EDITOR_TITLE
           
static java.lang.String CVSGRAPHER_EDITOR_TITLE_WITHARG
           
static java.lang.String CVSGRAPHER_PREFS_COLOR_BRANCH_LABEL
           
static java.lang.String CVSGRAPHER_PREFS_COLOR_VERSION_LABEL
           
static java.lang.String CVSGRAPHER_PREFS_GENERAL
           
static java.lang.String CVSGRAPHER_PREFS_MERGETAG_DEST_LABEL
           
static java.lang.String CVSGRAPHER_PREFS_MERGETAG_SOURCE_LABEL
           
static java.lang.String CVSGRAPHER_PREFS_MERGETAGS_LABEL
           
static java.lang.String CVSGRAPHER_PREFS_SHOW_AUTHOR_LABEL
           
static java.lang.String CVSGRAPHER_PREFS_SHOW_LABEL
           
static java.lang.String CVSGRAPHER_PREFS_SHOW_TAGS_LABEL
           
static java.lang.String CVSGRAPHER_PREFS_SHOW_TIMESTAMP_LABEL
           
static java.lang.String RESOURCE_BUNDLE
           
 

Field Detail

RESOURCE_BUNDLE

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

CVSGRAPHER_EDITOR_TITLE

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

CVSGRAPHER_EDITOR_TITLE_WITHARG

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

CVSGRAPHER_PREFS_GENERAL

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

CVSGRAPHER_PREFS_COLOR_VERSION_LABEL

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

CVSGRAPHER_PREFS_COLOR_BRANCH_LABEL

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

CVSGRAPHER_PREFS_MERGETAG_SOURCE_LABEL

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

CVSGRAPHER_PREFS_MERGETAG_DEST_LABEL

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

CVSGRAPHER_PREFS_MERGETAGS_LABEL

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

CVSGRAPHER_PREFS_SHOW_AUTHOR_LABEL

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

CVSGRAPHER_PREFS_SHOW_TIMESTAMP_LABEL

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

CVSGRAPHER_PREFS_SHOW_TAGS_LABEL

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

CVSGRAPHER_PREFS_SHOW_LABEL

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


Copyright © 2003-2004 bonevich.com. All Rights Reserved.