org.formaria.editor
Class EditorDefaults

java.lang.Object
  extended by org.formaria.editor.EditorDefaults

public class EditorDefaults
extends java.lang.Object

A location for the default values for theproject.

Copyright (c) Formaria Ltd., 2002-2003

$Revision: 1.2 $ License: see license.txt


Field Summary
static java.lang.String ApplicationName
           
static java.awt.Color darkBlue
           
static java.awt.Font defaultFont
           
static java.lang.String PackageName
           
static java.lang.String ProjectFile
           
static java.lang.String ProjectPath
           
static java.lang.String StartupFile
           
 
Constructor Summary
EditorDefaults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ApplicationName

public static java.lang.String ApplicationName

ProjectPath

public static java.lang.String ProjectPath

PackageName

public static java.lang.String PackageName

StartupFile

public static java.lang.String StartupFile

ProjectFile

public static java.lang.String ProjectFile

defaultFont

public static java.awt.Font defaultFont

darkBlue

public static java.awt.Color darkBlue
Constructor Detail

EditorDefaults

public EditorDefaults()