org.jiim.data
Interface IPreferences

All Known Implementing Classes:
Preferences

public interface IPreferences


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)
           
 

Method Detail

isExpandAbbreviations

boolean isExpandAbbreviations()

setExpandAbbreviations

void setExpandAbbreviations(boolean newExpandAbbreviations)

getFontColour

java.lang.String getFontColour()

setFontColour

void setFontColour(java.lang.String newColour)

getFontStyle

java.lang.String getFontStyle()

setFontStyle

void setFontStyle(java.lang.String newStyle)


© 2005 jorge de castro