java.lang.Object
com.inductiveautomation.factorypmi.common.projectprops.LaunchProps
All Implemented Interfaces:
Serializable

public class LaunchProps extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • LaunchProps

      public LaunchProps()
  • Method Details

    • getDefaultLaunchMode

      public LaunchProps.LaunchMode getDefaultLaunchMode()
    • setDefaultLaunchMode

      public void setDefaultLaunchMode(LaunchProps.LaunchMode launchMode)
    • 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 String getJwsVendor()
    • setJwsVendor

      public void setJwsVendor(String jwsVendor)
    • getJwsHomepage

      public String getJwsHomepage()
    • setJwsHomepage

      public void setJwsHomepage(String jwsHomepage)
    • getJwsImagePath

      public String getJwsImagePath()
    • setJwsImagePath

      public void setJwsImagePath(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 String getInitialMemory()
    • setInitialMemory

      public void setInitialMemory(String initialMemory)
    • getMaxMemory

      public String getMaxMemory()
    • setMaxMemory

      public void setMaxMemory(String maxMemory)
    • getScreenIndex

      public int getScreenIndex()
    • setScreenIndex

      public void setScreenIndex(int screenIndex)
    • isSSOEnabled

      public boolean isSSOEnabled()
    • setSSOEnabled

      public void setSSOEnabled(boolean ssoEnabled)