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 TypeMethodDescriptionvoid
int
boolean
boolean
boolean
void
setPublishMode
(String publishMode) void
setResourceEncodingFormat
(SerializationEncoding serializationEncoding) void
setScrollbarWidth
(int scrollbarWidth) void
setTagHistoryCacheDisabled
(boolean isDisabled) void
setTimezone
(String timezone) void
setTouchscreenDefault
(boolean touchscreenDefault) void
setTouchscreenEnabled
(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
-