org.vizzini.ui.help
Class Constants

java.lang.Object
  extended by org.vizzini.ui.help.Constants

public class Constants
extends Object

Provides constants for the help system.

Since:
v0.2
Version:
v0.2
Author:
Jeffrey M. Thompson

Field Summary
static String COMMENT
          Comment character.
static String CONTENTS_FILENAME
          Help contents file name.
static String LINE_SEPARATOR
          Line separator.
static String SUBDIRECTORY
          Help file subdirectory name.
static String SUFFIX
          Help file suffix.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMMENT

public static final String COMMENT
Comment character.

See Also:
Constant Field Values

CONTENTS_FILENAME

public static final String CONTENTS_FILENAME
Help contents file name.

See Also:
Constant Field Values

LINE_SEPARATOR

public static final String LINE_SEPARATOR
Line separator.


SUBDIRECTORY

public static final String SUBDIRECTORY
Help file subdirectory name.

See Also:
Constant Field Values

SUFFIX

public static final String SUFFIX
Help file suffix.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02