public class Line extends UI
Modifier | Constructor and Description |
---|---|
|
Line(ExecutionContext.Interface CLI_ParentContext,
java.lang.String J_DefaultLine,
int I_MinLineLength,
int I_MaxLineLength)
Child execution context constructor.
|
protected |
Line(long I64_NativeRef)
Contructor for derived classes only.
|
|
Line(java.lang.String J_DefaultLine,
int I_MinLineLength,
int I_MaxLineLength)
Top execution context constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLine()
Line retrieval.
|
getbExecResult
enableStream, getBeep, getInput, getLang, getStream, isRunning, run, run, setBeep, setLang, setStream, stopAllExecutions, stopExecution, streamEnabled, watchResult
createdFromNative, dontFinalize, finalize, forget, getbDoFinalize, getNativeRef, getObject, remember
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNativeRef
public Line(java.lang.String J_DefaultLine, int I_MinLineLength, int I_MaxLineLength)
J_DefaultLine
- Default value.I_MinLineLength
- Minimum line length required. -1 if not set.I_MaxLineLength
- Maximum line length required. -1 if not set.public Line(ExecutionContext.Interface CLI_ParentContext, java.lang.String J_DefaultLine, int I_MinLineLength, int I_MaxLineLength)
CLI_ParentContext
- Parent execution context.J_DefaultLine
- Default value.I_MinLineLength
- Minimum line length required. -1 if not set.I_MaxLineLength
- Maximum line length required. -1 if not set.protected Line(long I64_NativeRef)
I64_NativeRef
- Native instance reference.