public static class StartupInfo.Options
extends com.jniwrapper.util.FlagSet
Modifier and Type | Field and Description |
---|---|
static int |
STARTF_FORCEOFFFEEDBACK |
static int |
STARTF_FORCEONFEEDBACK |
static int |
STARTF_RUNFULLSCREEN |
static int |
STARTF_USECOUNTCHARS |
static int |
STARTF_USEFILLATTRIBUTE |
static int |
STARTF_USEHOTKEY |
static int |
STARTF_USEPOSITION |
static int |
STARTF_USESHOWWINDOW |
static int |
STARTF_USESIZE |
static int |
STARTF_USESTDHANDLES |
Modifier and Type | Method and Description |
---|---|
boolean |
isForceOffFeedback()
Indicates that the feedback cursor is forced off while the process is
starting.
|
boolean |
isForceOnFeedback()
Indicates that the cursor is in feedback mode for two seconds after
Process is created.
|
boolean |
isRunFullScreen()
Indicates that the process should be run in full-screen mode rather
than in windowed mode.
|
boolean |
isUseCountChars()
If this value is not specified, the XCountChars and YCountChars
members are ignored.
|
boolean |
isUseFillAttributes()
If this value is not specified, the FillAttribute member is ignored.
|
boolean |
isUsePosition()
If this value is not specified, the X and Y members are ignored.
|
boolean |
isUseShowWindow()
If this value is not specified, the wShowWindow member is ignored.
|
boolean |
isUseSize()
If this value is not specified, the XSize and YSize members are
ignored.
|
boolean |
isUseStdHandles() |
void |
setForceOffFeedback(boolean set)
Indicates that the feedback cursor is forced off while the process is
starting.
|
void |
setForceOnFeedback(boolean set)
Indicates that the cursor is in feedback mode for two seconds after
Process is created.
|
void |
setRunFullScreen(boolean set)
Indicates that the process should be run in full-screen mode rather
than in windowed mode.
|
void |
setUseCountChars(boolean set)
If this value is not specified, the XCountChars and YCountChars
members are ignored.
|
void |
setUseFillAttributes(boolean set)
If this value is not specified, the FillAttribute member is ignored.
|
void |
setUsePosition(boolean set)
If this value is not specified, the X and Y members are ignored.
|
void |
setUseShowWindow(boolean set)
If this value is not specified, the wShowWindow member is ignored.
|
void |
setUseSize(boolean set)
If this value is not specified, the XSize and YSize members are
ignored.
|
void |
setUseStdHandles(boolean set) |
public static final int STARTF_USESHOWWINDOW
public static final int STARTF_USESIZE
public static final int STARTF_USEPOSITION
public static final int STARTF_USECOUNTCHARS
public static final int STARTF_USEFILLATTRIBUTE
public static final int STARTF_RUNFULLSCREEN
public static final int STARTF_FORCEONFEEDBACK
public static final int STARTF_FORCEOFFFEEDBACK
public static final int STARTF_USESTDHANDLES
public static final int STARTF_USEHOTKEY
public void setUseShowWindow(boolean set)
public boolean isUseShowWindow()
public void setUseSize(boolean set)
public boolean isUseSize()
public void setUsePosition(boolean set)
public boolean isUsePosition()
public void setUseCountChars(boolean set)
public boolean isUseCountChars()
public void setUseFillAttributes(boolean set)
public boolean isUseFillAttributes()
public void setRunFullScreen(boolean set)
public boolean isRunFullScreen()
public void setForceOnFeedback(boolean set)
public boolean isForceOnFeedback()
public void setForceOffFeedback(boolean set)
public boolean isForceOffFeedback()
public void setUseStdHandles(boolean set)
public boolean isUseStdHandles()