Class GeneralProps
java.lang.Object
com.inductiveautomation.factorypmi.application.model.properties.GeneralProps
File that holds General Properties for the Vision client.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
SCOPE
public static final int SCOPE- See Also:
-
-
Constructor Details
-
GeneralProps
public GeneralProps()
-
-
Method Details
-
getTimezone
-
setTimezone
-
isTouchscreenEnabled
public boolean isTouchscreenEnabled() -
isTagHistoryCacheDisabled
public boolean isTagHistoryCacheDisabled() -
setTagHistoryCacheDisabled
public void setTagHistoryCacheDisabled(boolean isDisabled) -
setTouchscreenEnabled
public void setTouchscreenEnabled(boolean touchscreenEnabled) -
getPublishMode
-
setPublishMode
-
apply
-
isTouchscreenDefault
public boolean isTouchscreenDefault() -
setTouchscreenDefault
public void setTouchscreenDefault(boolean touchscreenDefault) -
getScrollbarWidth
public int getScrollbarWidth() -
setScrollbarWidth
public void setScrollbarWidth(int scrollbarWidth) -
getResourceEncodingFormat
-
setResourceEncodingFormat
-