Class AbstractLanguageManager

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String get3DMenuText()
      The menu item text for the "3D events" menu item
      java.lang.String getAddEventMenuText()
      The menu item text for the "Add event" menu item
      java.lang.String getDaysPluralText()
      The text drawn for the word "days", used in tooltips
      java.lang.String getDaysText()
      The text drawn for the word "day", used in tooltips
      java.lang.String getDeleteMenuText()
      The menu item text for the "Delete" menu item
      java.lang.String getHolidayText()
      The default text that gets rendered in the Tooltip for Holidays
      java.lang.String getNewEventDefaultText()
      The default text for new created events
      java.lang.String getNotAvailableText()
      The text drawn for the word "n/a", used in tooltips
      java.lang.String getPercentCompleteText()
      The text drawn for the word "% complete", used in tooltips
      java.lang.String getPlannedText()
      The text drawn for the word "Planned", used in tooltips
      java.lang.String getPrintJobText()
      The default text of the print job
      java.lang.String getPrintPageText()
      The default text for the page prefix in the print footer
      java.lang.String getPropertiesMenuText()
      The menu item text for the "Properties" menu item
      java.lang.String getRevisedText()
      The text drawn for the word "Revised", used in tooltips
      java.lang.String getSectionDetailMoreText()
      The default text that gets rendered before the plus icon in the section detail area.
      java.lang.String getShowNumberOfDaysOnEventsMenuText()
      The menu item text for the "Show number of days on events" menu item
      java.lang.String getShowPlannedDatesMenuText()
      The menu item text for the the "Show planned dates" menu item
      java.lang.String getZoomInMenuText()
      The menu item text for the "Zoom in" menu item
      java.lang.String getZoomLevelText()
      The text drawn for the zoom level box.
      java.lang.String getZoomMaxText()
      The text drawn instead of a number when the zoom level reaches its maximum.
      java.lang.String getZoomMinText()
      The text drawn instead of a number when the zoom level reaches its minimum.
      java.lang.String getZoomOutMenuText()
      The menu item text for the "Zoom out" menu item
      java.lang.String getZoomResetMenuText()
      The menu item text for the "Reset Zoom Level" menu item
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractLanguageManager

        public AbstractLanguageManager()