Uses of Class
net.sf.borg.common.PrefName

Packages that use PrefName
net.sf.borg.common Common utility classes 
net.sf.borg.ui The UI package and its sub-packages provide the BORG Swing UI. 
net.sf.borg.ui.options Provides the UI for editing Program Options 
 

Uses of PrefName in net.sf.borg.common
 

Fields in net.sf.borg.common declared as PrefName
static PrefName PrefName.APPTFONT
          The APPTFONT.
static PrefName PrefName.BACKGSTART
          start as iconified to system tray
static PrefName PrefName.BACKUPDIR
          backup directory for auto backup
static PrefName PrefName.BEEPINGREMINDERS
          The BEEPINGREMINDERS
static PrefName PrefName.BIRTHDAYREMINDERDAYS
          days before a birthday to show birthday reminders
static PrefName PrefName.CAL_SHOW_SUBTASKS
          show subtasks on calendar
static PrefName PrefName.CAL_SHOW_TASKS
          show tasks on calendar
static PrefName PrefName.COLORPRINT
          print in color
static PrefName PrefName.COUNTRY
          The COUNTRY.
static PrefName PrefName.DAYOFYEAR
          show the day of the year
static PrefName PrefName.DAYVIEWFONT
          The DAYVIEWFONT.
static PrefName PrefName.DBHOST
          database host
static PrefName PrefName.DBNAME
          database name
static PrefName PrefName.DBPASS
          database password
static PrefName PrefName.DBPORT
          databse port
static PrefName PrefName.DBTYPE
          database type.
static PrefName PrefName.DBUSER
          database user
static PrefName PrefName.DEFAULT_APPT
          contents of the default appointment in XML
static PrefName PrefName.DEFFONT
          The DEFFONT.
static PrefName PrefName.DYNAMIC_LOADING
          allow dynamically loaded plugins
static PrefName PrefName.EMAILADDR
          The EMAILADDR.
static PrefName PrefName.EMAILDEBUG
          The EMAILDEBUG.
static PrefName PrefName.EMAILENABLED
          The EMAILENABLED.
static PrefName PrefName.EMAILLAST
          The EMAILLAST.
static PrefName PrefName.EMAILPASS
          The EMAILPASS.
static PrefName PrefName.EMAILPASS2
           
static PrefName PrefName.EMAILPORT
          The EMAILPORT.
static PrefName PrefName.EMAILSERVER
          The EMAILSERVER.
static PrefName PrefName.EMAILTIME
          The EMAILTIME.
static PrefName PrefName.EMAILUSER
          The EMAILUSER.
static PrefName PrefName.ENABLETLS
          TLS flag
static PrefName PrefName.FIRSTDOW
          the first day of the week
static PrefName PrefName.GOODIESTHEME
           
static PrefName PrefName.GRADIENT_APPTS
          draw gradient color in appointment boxes - can slow down older machines
static PrefName PrefName.H2DIR
          h2 database directory
static PrefName PrefName.HIDESTRIKETHROUGH
          do not show strikethrough appointments
static PrefName PrefName.HSQLDBDIR
          hsql database directory
static PrefName PrefName.ISOWKNUMBER
          use iso week numbering
static PrefName PrefName.JDBCURL
          jdbc url - for generic jdbc only, not hsql or mysql
static PrefName PrefName.KEYALIAS
          encryption key alias in the keystore
static PrefName PrefName.KEYSTORE
          keystore location
static PrefName PrefName.LANGUAGE
          The LANGUAGE.
static PrefName PrefName.LNF
          The LNF.
static PrefName PrefName.MILTIME
          show military time
static PrefName PrefName.PASSWORD_TTL
          cached password time to live in seconds
static PrefName PrefName.PRINTFONT
          The PRINTFONT.
static PrefName PrefName.PRIORITY_SORT
          sort appointments by priority for a day
static PrefName PrefName.REMINDERLIST
          option to consolidate all reminders in a single list window
static PrefName PrefName.REMINDERS
          The REMINDERS.
static PrefName PrefName.REMMINS
          The REMMINS.
static PrefName PrefName.SHOW_UNDO_STACK
          show the entire undo stack (debugging)
static PrefName PrefName.SHOWCANHOLIDAYS
          show canadian holidays
static PrefName PrefName.SHOWPRIVATE
          show private appointments
static PrefName PrefName.SHOWPUBLIC
          show public appontments
static PrefName PrefName.SHOWUSHOLIDAYS
          show us holidays
static PrefName PrefName.SHUTDOWN_ACTION
          shutdown action
static PrefName PrefName.SHUTDOWNTIME
           
static PrefName PrefName.SOCKETPORT
          port for the socket listener
static PrefName PrefName.SPLASH
          show the spash window
static PrefName PrefName.STACKTRACE
          show a stack trace button on error dialogs
static PrefName PrefName.SYNCMINS
          interval for db auto-sync in minutes
static PrefName PrefName.SYSTRAYDATE
          show date is system tray
static PrefName PrefName.TASK_SHOW_ABBREV
          when showing tasks project and subtasks, prepend a prefix and id number
static PrefName PrefName.TASK_TREE_SHOW_STATUS
          show task number and status in task tree
static PrefName PrefName.TASKREMINDERS
          show reminders for tasks
static PrefName PrefName.TODO_QUICK_ENTRY_AUTO_CLEAR_TEXT_FIELD
          todo quick add, clear text after add
static PrefName PrefName.TODO_QUICK_ENTRY_AUTO_SET_DATE_FIELD
          todo quick add, default date to today
static PrefName PrefName.TODOREMINDERMINS
          how often tp pop up reminders for untimed todos
static PrefName PrefName.TRAYFONT
           
static PrefName PrefName.TRUNCAPPT
          truncate appointment text after 1 line
static PrefName PrefName.UCS_MARKER
          characters or image to mark todos with
static PrefName PrefName.UCS_MARKTODO
          mark todos on the calendar
static PrefName PrefName.UCS_ONTODO
          use user colors on todo view
static PrefName PrefName.USESYSTRAY
          use system tray
static PrefName PrefName.WEEKVIEWFONT
          The WEEKVIEWFONT.
static PrefName PrefName.WKENDHOUR
          latest hour in week grid
static PrefName PrefName.WKSTARTHOUR
          earliest hour in week grid
static PrefName PrefName.YEARVIEWFONT
           
 

Methods in net.sf.borg.common with parameters of type PrefName
static boolean Prefs.getBoolPref(PrefName pn)
          Get a boolean preference value
static int Prefs.getIntPref(PrefName pn)
          Get an integer preference value
static String Prefs.getPref(PrefName pn)
          Get a string preference value
static void Prefs.putPref(PrefName pn, Object val)
          store a preference
 

Uses of PrefName in net.sf.borg.ui
 

Methods in net.sf.borg.ui with parameters of type PrefName
 void View.manageMySize(PrefName pname)
          registers this view for size management.
 

Uses of PrefName in net.sf.borg.ui.options
 

Methods in net.sf.borg.ui.options with parameters of type PrefName
static void OptionsView.OptionsPanel.setBooleanPref(JCheckBox box, PrefName pn)
          set a boolean preference from a checkbox
static void OptionsView.OptionsPanel.setCheckBox(JCheckBox box, PrefName pn)
          set a check box from a boolean preference
 



Generated December 30 2011 by mbb using Apache Ant(TM) version 1.8.2 compiled on December 20 2010 and Java version 1.6.0_30 from Sun Microsystems Inc. on Linux i386 3.0.0-14-generic-pae