cz.zcu.fav.kiv.editor.controller.resource
Class ResourceConst

java.lang.Object
  extended by cz.zcu.fav.kiv.editor.controller.resource.ResourceConst

public class ResourceConst
extends java.lang.Object

The ResourceConst class contains paths of the editor text resources.

Version:
1.0, 05/2007
Author:
Marta Vaclavikova

Field Summary
static java.lang.String ERROR_RESOURCE_PATH
          The file containing the error text resources
static java.lang.String TEXT_RESOURCE_PATH
          The file containing the application text resources
 
Constructor Summary
ResourceConst()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_RESOURCE_PATH

public static final java.lang.String ERROR_RESOURCE_PATH
The file containing the error text resources

See Also:
Constant Field Values

TEXT_RESOURCE_PATH

public static final java.lang.String TEXT_RESOURCE_PATH
The file containing the application text resources

See Also:
Constant Field Values
Constructor Detail

ResourceConst

public ResourceConst()