Uses of Interface
org.crsh.text.Screenable

Packages that use Screenable
org.crsh.command   
org.crsh.shell   
org.crsh.shell.impl.command   
org.crsh.text   
 

Uses of Screenable in org.crsh.command
 

Subinterfaces of Screenable in org.crsh.command
 interface CommandContext<P>
          The command context provides the services for invoking a command.
 interface InvocationContext<P>
           
 

Uses of Screenable in org.crsh.shell
 

Subinterfaces of Screenable in org.crsh.shell
 interface InteractionContext
          The interaction context extends the screen context and provides interaction with the client.
 interface ShellProcessContext
          The context provided when a ShellProcess is executed.
 

Uses of Screenable in org.crsh.shell.impl.command
 

Classes in org.crsh.shell.impl.command that implement Screenable
 class AbstractInvocationContext<P>
           
 class InvocationContextImpl<P>
           
 

Methods in org.crsh.shell.impl.command that return Screenable
 Screenable InvocationContextImpl.append(char c)
           
 Screenable InvocationContextImpl.append(CharSequence s)
           
 Screenable InvocationContextImpl.append(CharSequence csq, int start, int end)
           
 Screenable InvocationContextImpl.append(Style style)
           
 Screenable InvocationContextImpl.cls()
           
 

Uses of Screenable in org.crsh.text
 

Subinterfaces of Screenable in org.crsh.text
 interface ScreenContext
          The screen context extends the Screenable and add information about the screen.
 

Classes in org.crsh.text that implement Screenable
 class RenderAppendable
           
 class RenderWriter
           
 class ScreenBuffer
           
 class VirtualScreen
          A virtual screen that can be scrolled.
 

Methods in org.crsh.text that return Screenable
 Screenable VirtualScreen.append(char c)
           
 Screenable RenderAppendable.append(char c)
           
 Screenable VirtualScreen.append(CharSequence s)
           
 Screenable VirtualScreen.append(CharSequence csq, int start, int end)
           
 Screenable RenderAppendable.append(CharSequence csq, int start, int end)
           
 Screenable VirtualScreen.append(Style style)
           
 Screenable Screenable.append(Style style)
           
 Screenable RenderWriter.append(Style style)
           
 Screenable RenderAppendable.append(Style style)
           
 Screenable VirtualScreen.cls()
           
 Screenable Screenable.cls()
           
 Screenable RenderWriter.cls()
           
 Screenable RenderAppendable.cls()
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.