Class LaunchProps
java.lang.Object
com.inductiveautomation.factorypmi.common.projectprops.LaunchProps
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setAppletHeight
(int appletHeight) void
setAppletWidth
(int appletWidth) void
setDefaultLaunchMode
(LaunchProps.LaunchMode launchMode) void
setHideExitButton
(boolean hideExitButton) void
setHideFromLaunch
(boolean hideFromLaunch) void
setInitialMemory
(String initialMemory) void
setJwsHeight
(int jwsHeight) void
setJwsHomepage
(String jwsHomepage) void
setJwsImagePath
(String jwsImagePath) void
setJwsVendor
(String jwsVendor) void
setJwsWidth
(int jwsWidth) void
setMaxMemory
(String maxMemory) void
setScreenIndex
(int screenIndex) void
setShowAppletButton
(boolean showAppletButton) void
setShowFullScreenButton
(boolean showFullScreenButton) void
setShowWindowedButton
(boolean showWindowedButton) void
setSSOEnabled
(boolean ssoEnabled) void
setStartCentered
(boolean startCentered) void
setStartMaximized
(boolean startMaximized)
-
Field Details
-
RESOURCE_TYPE
-
SCOPE
public static final int SCOPE- See Also:
-
-
Constructor Details
-
LaunchProps
public LaunchProps()
-
-
Method Details
-
getDefaultLaunchMode
-
setDefaultLaunchMode
-
isShowWindowedButton
public boolean isShowWindowedButton() -
setShowWindowedButton
public void setShowWindowedButton(boolean showWindowedButton) -
isShowFullScreenButton
public boolean isShowFullScreenButton() -
setShowFullScreenButton
public void setShowFullScreenButton(boolean showFullScreenButton) -
isShowAppletButton
public boolean isShowAppletButton() -
setShowAppletButton
public void setShowAppletButton(boolean showAppletButton) -
isHideFromLaunch
public boolean isHideFromLaunch() -
setHideFromLaunch
public void setHideFromLaunch(boolean hideFromLaunch) -
getJwsVendor
-
setJwsVendor
-
getJwsHomepage
-
setJwsHomepage
-
getJwsImagePath
-
setJwsImagePath
-
getJwsHeight
public int getJwsHeight() -
setJwsHeight
public void setJwsHeight(int jwsHeight) -
getJwsWidth
public int getJwsWidth() -
setJwsWidth
public void setJwsWidth(int jwsWidth) -
getAppletWidth
public int getAppletWidth() -
setAppletWidth
public void setAppletWidth(int appletWidth) -
getAppletHeight
public int getAppletHeight() -
setAppletHeight
public void setAppletHeight(int appletHeight) -
isStartMaximized
public boolean isStartMaximized() -
setStartMaximized
public void setStartMaximized(boolean startMaximized) -
isHideExitButton
public boolean isHideExitButton() -
setHideExitButton
public void setHideExitButton(boolean hideExitButton) -
isStartCentered
public boolean isStartCentered() -
setStartCentered
public void setStartCentered(boolean startCentered) -
getInitialMemory
-
setInitialMemory
-
getMaxMemory
-
setMaxMemory
-
getScreenIndex
public int getScreenIndex() -
setScreenIndex
public void setScreenIndex(int screenIndex) -
isSSOEnabled
public boolean isSSOEnabled() -
setSSOEnabled
public void setSSOEnabled(boolean ssoEnabled)
-