Class GeneralProps
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.application.model.properties.GeneralProps
 
- 
 public class GeneralProps extends java.lang.ObjectFile that holds General Properties for the Vision client.
- 
- 
Field SummaryFields Modifier and Type Field Description static ResourceTypeRESOURCE_TYPEstatic intSCOPE
 - 
Constructor SummaryConstructors Constructor Description GeneralProps()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(FPMIApp app)java.lang.StringgetPublishMode()intgetScrollbarWidth()java.lang.StringgetTimezone()booleanisTagHistoryCacheDisabled()booleanisTouchscreenDefault()booleanisTouchscreenEnabled()voidsetPublishMode(java.lang.String publishMode)voidsetScrollbarWidth(int scrollbarWidth)voidsetTagHistoryCacheDisabled(boolean isDisabled)voidsetTimezone(java.lang.String timezone)voidsetTouchscreenDefault(boolean touchscreenDefault)voidsetTouchscreenEnabled(boolean touchscreenEnabled)
 
- 
- 
- 
Field Detail- 
RESOURCE_TYPEpublic static final ResourceType RESOURCE_TYPE 
 - 
SCOPEpublic static final int SCOPE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getTimezonepublic java.lang.String getTimezone() 
 - 
setTimezonepublic void setTimezone(java.lang.String timezone) 
 - 
isTouchscreenEnabledpublic boolean isTouchscreenEnabled() 
 - 
isTagHistoryCacheDisabledpublic boolean isTagHistoryCacheDisabled() 
 - 
setTagHistoryCacheDisabledpublic void setTagHistoryCacheDisabled(boolean isDisabled) 
 - 
setTouchscreenEnabledpublic void setTouchscreenEnabled(boolean touchscreenEnabled) 
 - 
getPublishModepublic java.lang.String getPublishMode() 
 - 
setPublishModepublic void setPublishMode(java.lang.String publishMode) 
 - 
applypublic void apply(FPMIApp app) 
 - 
isTouchscreenDefaultpublic boolean isTouchscreenDefault() 
 - 
setTouchscreenDefaultpublic void setTouchscreenDefault(boolean touchscreenDefault) 
 - 
getScrollbarWidthpublic int getScrollbarWidth() 
 - 
setScrollbarWidthpublic void setScrollbarWidth(int scrollbarWidth) 
 
- 
 
-