com.pvx.ooadide.properties.refactoring.core
Class CoreTexts

java.lang.Object
  extended by org.eclipse.osgi.util.NLS
      extended by com.pvx.ooadide.properties.refactoring.core.CoreTexts

public class CoreTexts
extends org.eclipse.osgi.util.NLS

provides internationalized messages Strings from the coretexts resource bundle.

Author:
Leif Frenzel

Field Summary
static java.lang.String renamePropertyDelegate_checking
           
static java.lang.String renamePropertyDelegate_collectingChanges
           
static java.lang.String renamePropertyDelegate_noPropertyKey
           
static java.lang.String renamePropertyDelegate_noSourceFile
           
static java.lang.String renamePropertyDelegate_propNotFound
           
static java.lang.String renamePropertyDelegate_roFile
           
static java.lang.String renamePropertyProcessor_name
           
 
Constructor Summary
CoreTexts()
           
 
Method Summary
 
Methods inherited from class org.eclipse.osgi.util.NLS
bind, bind, bind, initializeMessages
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

renamePropertyProcessor_name

public static java.lang.String renamePropertyProcessor_name

renamePropertyDelegate_noSourceFile

public static java.lang.String renamePropertyDelegate_noSourceFile

renamePropertyDelegate_roFile

public static java.lang.String renamePropertyDelegate_roFile

renamePropertyDelegate_noPropertyKey

public static java.lang.String renamePropertyDelegate_noPropertyKey

renamePropertyDelegate_collectingChanges

public static java.lang.String renamePropertyDelegate_collectingChanges

renamePropertyDelegate_checking

public static java.lang.String renamePropertyDelegate_checking

renamePropertyDelegate_propNotFound

public static java.lang.String renamePropertyDelegate_propNotFound
Constructor Detail

CoreTexts

public CoreTexts()