Uses of Class
fr.gedeon.telnetservice.Prompt

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)
           
 



Copyright © 2008. All Rights Reserved.