jmce - 1_02

jmce
Class Property

java.lang.Object
  extended by jmce.Property

public class Property
extends java.lang.Object

Property manager for all JMCE class. The property are atored in a file jmce.properties and can be accessed with static method. When a property is set the fill is automatically audated.

Since:
1.02
Version:
1.00
Author:
Mario Viara

Field Summary
static java.lang.String fileDirectory
           
static java.lang.String lookAndFeel
           
 
Constructor Summary
Property()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileDirectory

public static final java.lang.String fileDirectory
See Also:
Constant Field Values

lookAndFeel

public static final java.lang.String lookAndFeel
See Also:
Constant Field Values
Constructor Detail

Property

public Property()

jmce - 1_02