de.cau.cs.kieler.kev
Class Messages

java.lang.Object
  extended by org.eclipse.osgi.util.NLS
      extended by de.cau.cs.kieler.kev.Messages

public final class Messages
extends NLS

A data storage class for messages used by the KEV-plugin.

Rating proposed yellow
(2010-02-17)

Field Summary
static String ActionHintOpenFileWizard
          The hint for the open file wizard.
static String ActionHintRefresh
          The hint displayed for the refresh action.
static String ActionOpenFileWizard
          The name of the open file wizard action.
static String ActionRefresh
          The name of the refresh action.
static String BUNDLE_NAME
          The name of the this package.
static String DiscriptionOpenImageWizard
          The discription for the open image wizard.
static String extensionPointID
          ID of the extension point.
static String MessageOpenImageWizard
           
static String TitleOpenImageWizard
           
static String ViewTitle
          The name of the view.
 
Method Summary
 
Methods inherited from class org.eclipse.osgi.util.NLS
bind, bind, bind, initializeMessages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUNDLE_NAME

public static final String BUNDLE_NAME
The name of the this package.

See Also:
Constant Field Values

extensionPointID

public static String extensionPointID
ID of the extension point.


ViewTitle

public static String ViewTitle
The name of the view.


ActionOpenFileWizard

public static String ActionOpenFileWizard
The name of the open file wizard action.


ActionHintOpenFileWizard

public static String ActionHintOpenFileWizard
The hint for the open file wizard.


ActionRefresh

public static String ActionRefresh
The name of the refresh action.


ActionHintRefresh

public static String ActionHintRefresh
The hint displayed for the refresh action.


DiscriptionOpenImageWizard

public static String DiscriptionOpenImageWizard
The discription for the open image wizard.


MessageOpenImageWizard

public static String MessageOpenImageWizard

TitleOpenImageWizard

public static String TitleOpenImageWizard