Uses of Class
com.ibm.workflow.api.ProgramTemplatePackage.Style

Packages that use Style
com.ibm.workflow.api.ProgramTemplatePackage   
 

Uses of Style in com.ibm.workflow.api.ProgramTemplatePackage
 

Fields in com.ibm.workflow.api.ProgramTemplatePackage declared as Style
 Style ExeOptions.windowStyle
          States the initial window style.
static Style Style.NOT_SET
           
static Style Style.VISIBLE
           
static Style Style.INVISIBLE
           
static Style Style.MINIMIZED
           
static Style Style.MAXIMIZED
           
 

Methods in com.ibm.workflow.api.ProgramTemplatePackage that return Style
static Style Style.from_int(int $value)
          Returns the solitaire representing the given (zero-based) numeric value.
 

Constructors in com.ibm.workflow.api.ProgramTemplatePackage with parameters of type Style
ExeOptions(java.lang.Boolean automaticClose, java.lang.String environment, boolean inheritEnvironment, java.lang.String pathAndFileName, java.lang.Boolean runInXTerm, java.lang.Boolean startInForeGround, Style windowStyle, java.lang.String workingDirectoryName)
           
 



© Copyright IBM Corporation 1999, 2008. All Rights Reserved.