Class GeneralProps


  • public class GeneralProps
    extends java.lang.Object
    File that holds General Properties for the Vision client.
    • Constructor Detail

      • GeneralProps

        public GeneralProps()
    • Method Detail

      • getTimezone

        public java.lang.String getTimezone()
      • setTimezone

        public void setTimezone​(java.lang.String timezone)
      • isTouchscreenEnabled

        public boolean isTouchscreenEnabled()
      • isTagHistoryCacheDisabled

        public boolean isTagHistoryCacheDisabled()
      • setTagHistoryCacheDisabled

        public void setTagHistoryCacheDisabled​(boolean isDisabled)
      • setTouchscreenEnabled

        public void setTouchscreenEnabled​(boolean touchscreenEnabled)
      • getPublishMode

        public java.lang.String getPublishMode()
      • setPublishMode

        public void setPublishMode​(java.lang.String publishMode)
      • apply

        public void apply​(FPMIApp app)
      • isTouchscreenDefault

        public boolean isTouchscreenDefault()
      • setTouchscreenDefault

        public void setTouchscreenDefault​(boolean touchscreenDefault)
      • getScrollbarWidth

        public int getScrollbarWidth()
      • setScrollbarWidth

        public void setScrollbarWidth​(int scrollbarWidth)