| Package | Description |
|---|---|
| de.vandermeer.skb.base.managers |
Classes that manage other classes or artifacts, for instance a message manager.
|
| de.vandermeer.skb.base.shell |
A shell with an abstract implementation, commands and arguments, and standard commands and arguments.
|
| Modifier and Type | Field and Description |
|---|---|
protected MessageRenderer |
MessageMgr.renderer
Message renderer.
|
| Modifier and Type | Method and Description |
|---|---|
MessageMgr |
MessageMgr.setRenderer(MessageRenderer renderer)
Sets an renderer for the object, which then will be used to render all messages.
|
| Modifier and Type | Method and Description |
|---|---|
static SkbShell |
SkbShellFactory.newShell(MessageRenderer renderer)
Returns a new shell with the default identifier and the given STG and console activated.
|
static SkbShell |
SkbShellFactory.newShell(MessageRenderer renderer,
boolean useConsole)
Returns a new shell with given STG and console flag.
|
static SkbShell |
SkbShellFactory.newShell(String id,
MessageRenderer renderer)
Returns a new shell with a given identifier and STGroup plus console activated.
|
static SkbShell |
SkbShellFactory.newShell(String id,
MessageRenderer renderer,
boolean useConsole)
Returns a new shell with given identifier and console flag.
|
| Constructor and Description |
|---|
AbstractShell(MessageRenderer renderer)
Returns a new shell with the default identifier and the given STG and console activated.
|
AbstractShell(MessageRenderer renderer,
boolean useConsole)
Returns a new shell with given STG and console flag.
|
AbstractShell(String id,
MessageRenderer renderer)
Returns a new shell with a given identifier and STGroup plus console activated.
|
AbstractShell(String id,
MessageRenderer renderer,
boolean useConsole)
Returns a new shell with given identifier and console flag.
|
Copyright © 2010–2017. All rights reserved.