Uses of Class
org.crsh.text.Style

Packages that use Style
org.crsh.console   
org.crsh.lang.impl.groovy.closure   
org.crsh.shell.impl.command   
org.crsh.shell.impl.command.pipeline   
org.crsh.shell.impl.remoting   
org.crsh.ssh.term.inline   
org.crsh.telnet.term   
org.crsh.telnet.term.console   
org.crsh.telnet.term.processor   
org.crsh.telnet.term.spi   
org.crsh.text   
 

Uses of Style in org.crsh.console
 

Methods in org.crsh.console with parameters of type Style
 Screenable ProcessHandler.append(Style style)
           
 void ConsoleDriver.write(Style d)
          Write a style.
 

Uses of Style in org.crsh.lang.impl.groovy.closure
 

Methods in org.crsh.lang.impl.groovy.closure with parameters of type Style
 Screenable PipeLineInvocationContext.append(Style style)
           
 

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

Methods in org.crsh.shell.impl.command with parameters of type Style
 Screenable CRaSHProcessContext.append(Style style)
           
 Screenable InvocationContextImpl.append(Style style)
           
 

Uses of Style in org.crsh.shell.impl.command.pipeline
 

Methods in org.crsh.shell.impl.command.pipeline with parameters of type Style
 Screenable CommandInvokerAdapter.append(Style style)
           
 

Uses of Style in org.crsh.shell.impl.remoting
 

Fields in org.crsh.shell.impl.remoting declared as Style
 Style ServerMessage.Chunk.Style.payload
          .
 

Methods in org.crsh.shell.impl.remoting with parameters of type Style
 Screenable ClientProcessContext.append(Style style)
           
 

Constructors in org.crsh.shell.impl.remoting with parameters of type Style
ServerMessage.Chunk.Style(Style payload)
           
 

Uses of Style in org.crsh.ssh.term.inline
 

Methods in org.crsh.ssh.term.inline with parameters of type Style
 Screenable SSHInlineShellProcessContext.append(Style style)
           
 

Uses of Style in org.crsh.telnet.term
 

Methods in org.crsh.telnet.term with parameters of type Style
 void TelnetIO.write(Style style)
           
 

Uses of Style in org.crsh.telnet.term.console
 

Methods in org.crsh.telnet.term.console with parameters of type Style
 Screenable ConsoleTerm.append(Style style)
           
 

Uses of Style in org.crsh.telnet.term.processor
 

Methods in org.crsh.telnet.term.processor with parameters of type Style
 Screenable ProcessContext.append(Style style)
           
 Screenable Processor.append(Style style)
           
 

Uses of Style in org.crsh.telnet.term.spi
 

Methods in org.crsh.telnet.term.spi with parameters of type Style
 void TermIO.write(Style d)
          Write a style.
 

Uses of Style in org.crsh.text
 

Subclasses of Style in org.crsh.text
static class Style.Composite
           
 

Fields in org.crsh.text declared as Style
private  Style ScreenBuffer.current
          .
private  Style VirtualScreen.cursorStyle
          .
private  Style ScreenBuffer.next
          .
static Style Style.reset
           
private  Style VirtualScreen.style
          The current style for last chunk in the buffer.
(package private)  Style VirtualScreen.Foo.style
           
 

Methods in org.crsh.text that return Style
abstract  Style Style.merge(Style s)
           
 Style Style.Composite.merge(Style s)
           
 

Methods in org.crsh.text with parameters of type Style
 Screenable RenderAppendable.append(Style style)
           
 Screenable RenderWriter.append(Style style)
           
 Screenable Screenable.append(Style style)
           
 ScreenBuffer ScreenBuffer.append(Style style)
           
 Screenable VirtualScreen.append(Style style)
           
abstract  Style Style.merge(Style s)
           
 Style Style.Composite.merge(Style s)
           
 void RenderPrintWriter.print(Object obj, Style style)
           
 void RenderPrintWriter.println(Object obj, Style style)
           
abstract  void Format.write(Style style, Appendable to)
           
 void Format.Text.write(Style style, Appendable to)
           
 void Format.Ansi.write(Style style, Appendable to)
           
 void Format.PreHtml.write(Style style, Appendable to)
           
 

Constructors in org.crsh.text with parameters of type Style
VirtualScreen.Foo(CharSequence text, Style style)
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.