Class LaunchProps

  • All Implemented Interfaces:
    java.io.Serializable

    public class LaunchProps
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • LaunchProps

        public LaunchProps()
    • Method Detail

      • 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

        public java.lang.String getJwsVendor()
      • setJwsVendor

        public void setJwsVendor​(java.lang.String jwsVendor)
      • getJwsHomepage

        public java.lang.String getJwsHomepage()
      • setJwsHomepage

        public void setJwsHomepage​(java.lang.String jwsHomepage)
      • getJwsImagePath

        public java.lang.String getJwsImagePath()
      • setJwsImagePath

        public void setJwsImagePath​(java.lang.String jwsImagePath)
      • 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

        public java.lang.String getInitialMemory()
      • setInitialMemory

        public void setInitialMemory​(java.lang.String initialMemory)
      • getMaxMemory

        public java.lang.String getMaxMemory()
      • setMaxMemory

        public void setMaxMemory​(java.lang.String maxMemory)
      • getScreenIndex

        public int getScreenIndex()
      • setScreenIndex

        public void setScreenIndex​(int screenIndex)
      • isSSOEnabled

        public boolean isSSOEnabled()
      • setSSOEnabled

        public void setSSOEnabled​(boolean ssoEnabled)