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 Summary
Fields Modifier and Type Field Description static ResourceTypeRESOURCE_TYPEstatic intSCOPE 
- 
Constructor Summary
Constructors Constructor Description GeneralProps() 
- 
Method Summary
All 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_TYPE
public static final ResourceType RESOURCE_TYPE
 
- 
SCOPE
public static final int SCOPE
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
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)
 
 - 
 
 -