Class GeneralProps
java.lang.Object
com.inductiveautomation.factorypmi.application.model.properties.GeneralProps
File that holds General Properties for the Vision client.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidintbooleanbooleanbooleanvoidsetPublishMode(String publishMode) voidsetResourceEncodingFormat(SerializationEncoding serializationEncoding) voidsetScrollbarWidth(int scrollbarWidth) voidsetTagHistoryCacheDisabled(boolean isDisabled) voidsetTimezone(String timezone) voidsetTouchscreenDefault(boolean touchscreenDefault) voidsetTouchscreenEnabled(boolean touchscreenEnabled) 
- 
Field Details- 
RESOURCE_TYPE
- 
SCOPEpublic static final int SCOPE- See Also:
 
 
- 
- 
Constructor Details- 
GeneralPropspublic GeneralProps()
 
- 
- 
Method Details- 
getTimezone
- 
setTimezone
- 
isTouchscreenEnabledpublic boolean isTouchscreenEnabled()
- 
isTagHistoryCacheDisabledpublic boolean isTagHistoryCacheDisabled()
- 
setTagHistoryCacheDisabledpublic void setTagHistoryCacheDisabled(boolean isDisabled) 
- 
setTouchscreenEnabledpublic void setTouchscreenEnabled(boolean touchscreenEnabled) 
- 
getPublishMode
- 
setPublishMode
- 
apply
- 
isTouchscreenDefaultpublic boolean isTouchscreenDefault()
- 
setTouchscreenDefaultpublic void setTouchscreenDefault(boolean touchscreenDefault) 
- 
getScrollbarWidthpublic int getScrollbarWidth()
- 
setScrollbarWidthpublic void setScrollbarWidth(int scrollbarWidth) 
- 
getResourceEncodingFormat
- 
setResourceEncodingFormat
 
-