org.jiim.data
Class Preferences

java.lang.Object
  extended by org.jiim.data.Preferences
All Implemented Interfaces:
java.io.Serializable, IPreferences

public class Preferences
extends java.lang.Object
implements IPreferences, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Preferences()
           
 
Method Summary
 java.lang.String getFontColour()
           
 java.lang.String getFontStyle()
           
 boolean isExpandAbbreviations()
           
 void setExpandAbbreviations(boolean newExpandAbbreviations)
           
 void setFontColour(java.lang.String newColour)
           
 void setFontStyle(java.lang.String newStyle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Preferences

public Preferences()
Method Detail

isExpandAbbreviations

public boolean isExpandAbbreviations()
Specified by:
isExpandAbbreviations in interface IPreferences

setExpandAbbreviations

public void setExpandAbbreviations(boolean newExpandAbbreviations)
Specified by:
setExpandAbbreviations in interface IPreferences

getFontColour

public java.lang.String getFontColour()
Specified by:
getFontColour in interface IPreferences

setFontColour

public void setFontColour(java.lang.String newColour)
Specified by:
setFontColour in interface IPreferences

getFontStyle

public java.lang.String getFontStyle()
Specified by:
getFontStyle in interface IPreferences

setFontStyle

public void setFontStyle(java.lang.String newStyle)
Specified by:
setFontStyle in interface IPreferences


© 2005 jorge de castro