public abstract class Element extends NativeObject
Modifier | Constructor and Description |
---|---|
protected |
Element(long I64_NativeRef)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Cli |
getCli()
Owner CLI accessor.
|
OutputDevice.Interface |
getErrorStream()
Current error stream accessor.
|
Help |
getHelp()
Element help accessor.
|
java.lang.String |
getKeyword()
Element name accessor.
|
OutputDevice.Interface |
getOutputStream()
Current output stream accessor.
|
Shell |
getShell()
Running shell accessor.
|
createdFromNative, dontFinalize, finalize, forget, getbDoFinalize, getNativeRef, getObject, remember
protected Element(long I64_NativeRef)
I64_NativeRef
- Native instance reference.public final java.lang.String getKeyword()
public final Help getHelp()
public final Cli getCli()
public final Shell getShell()
public final OutputDevice.Interface getOutputStream()
public final OutputDevice.Interface getErrorStream()