Uses of Interface
org.crsh.text.ScreenContext

Packages that use ScreenContext
org.crsh.command   
org.crsh.shell   
org.crsh.shell.impl.command   
org.crsh.shell.impl.command.spi   
org.crsh.text   
 

Uses of ScreenContext in org.crsh.command
 

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

Uses of ScreenContext in org.crsh.shell
 

Subinterfaces of ScreenContext 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 ScreenContext in org.crsh.shell.impl.command
 

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

Uses of ScreenContext in org.crsh.shell.impl.command.spi
 

Methods in org.crsh.shell.impl.command.spi that return ScreenContext
 ScreenContext CommandInvoker.getScreenContext()
          Provide an opportunity for the command to implement screen context.
 

Uses of ScreenContext in org.crsh.text
 

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

Constructors in org.crsh.text with parameters of type ScreenContext
RenderAppendable(ScreenContext context)
           
RenderPrintWriter(ScreenContext out)
           
RenderPrintWriter(ScreenContext out, Closeable closeable)
           
RenderWriter(ScreenContext out)
           
RenderWriter(ScreenContext out, Closeable closeable)
           
ScreenBuffer(ScreenContext out)
           
ScreenContextConsumer(ScreenContext out)
           
VirtualScreen(ScreenContext out)
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.