|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Prompt | |
---|---|
fr.gedeon.telnetservice | This package homes the core components of the telnetservice. |
Uses of Prompt in fr.gedeon.telnetservice |
---|
Methods in fr.gedeon.telnetservice that return Prompt | |
---|---|
Prompt |
Prompt.append(char c)
|
Prompt |
Prompt.append(String text)
|
Prompt |
Prompt.prepend(String text)
|
Prompt |
OutputFormatVT100Impl.resetAttrs(Prompt prompt)
|
Prompt |
OutputFormatVT100Impl.setAttrs(Prompt prompt,
byte[][] attrs)
|
Prompt |
OutputFormatVT100Impl.setAttrs(Prompt prompt,
List<byte[]> attrs)
|
Methods in fr.gedeon.telnetservice with parameters of type Prompt | |
---|---|
boolean |
PromptDecoratorDefaultImpl.decoratePrompt(SessionState sessionState,
Prompt prompt)
|
boolean |
PromptDecorator.decoratePrompt(SessionState sessionState,
Prompt prompt)
The prompt construction is done incrementally by calling the registered decorators in a sequence determined by their priority (given by the serving extension) relative to the other decorators' priorities. The provided prompt is initialized and may already contain content from higher priority decorators. |
Prompt |
OutputFormatVT100Impl.resetAttrs(Prompt prompt)
|
Prompt |
OutputFormatVT100Impl.setAttrs(Prompt prompt,
byte[][] attrs)
|
Prompt |
OutputFormatVT100Impl.setAttrs(Prompt prompt,
List<byte[]> attrs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |