|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Style | |
---|---|
org.crsh.shell.io | |
org.crsh.shell.ui | |
org.crsh.ssh.term | |
org.crsh.telnet.term | |
org.crsh.term.console | |
org.crsh.term.spi | |
org.crsh.term.spi.jline | |
org.crsh.term.spi.net | |
org.crsh.text |
Uses of Style in org.crsh.shell.io |
---|
Methods in org.crsh.shell.io with parameters of type Style | |
---|---|
ShellWriter |
ShellWriter.append(Style d)
|
Uses of Style in org.crsh.shell.ui |
---|
Fields in org.crsh.shell.ui declared as Style | |
---|---|
(package private) Style |
UIWriterContext.padStyle
. |
private Style |
FormattingElement.style
. |
Constructors in org.crsh.shell.ui with parameters of type Style | |
---|---|
FormattingElement(Style style)
|
Uses of Style in org.crsh.ssh.term |
---|
Methods in org.crsh.ssh.term with parameters of type Style | |
---|---|
void |
SSHIO.write(Style d)
|
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.term.console |
---|
Methods in org.crsh.term.console with parameters of type Style | |
---|---|
abstract void |
ConsoleWriter.write(Style style)
Write some style to the output. |
protected abstract void |
ViewWriter.write(Style style)
|
Uses of Style in org.crsh.term.spi |
---|
Methods in org.crsh.term.spi with parameters of type Style | |
---|---|
void |
TermIO.write(Style d)
Write a style. |
Uses of Style in org.crsh.term.spi.jline |
---|
Methods in org.crsh.term.spi.jline with parameters of type Style | |
---|---|
void |
JLineIO.write(Style d)
|
Uses of Style in org.crsh.term.spi.net |
---|
Methods in org.crsh.term.spi.net with parameters of type Style | |
---|---|
void |
TermIOClient.write(Style d)
|
Uses of Style in org.crsh.text |
---|
Subclasses of Style in org.crsh.text | |
---|---|
(package private) static class |
Style.Regular
|
Fields in org.crsh.text declared as Style | |
---|---|
static Style |
Style.reset
|
private Style |
CharReader.style
. |
(package private) Style |
CharReader.Chunk.style
. |
Style |
Color.style
. |
Style |
Decoration.style
. |
Methods in org.crsh.text that return Style | |
---|---|
Style |
Style.merge(Style s)
|
static Style |
Style.style(Color foreground)
|
static Style |
Style.style(Color foreground,
Color background)
|
static Style |
Style.style(Decoration decoration)
|
static Style |
Style.style(Decoration decoration,
Color foreground)
|
static Style |
Style.style(Decoration decoration,
Color foreground,
Color background)
|
Methods in org.crsh.text with parameters of type Style | |
---|---|
ShellWriter |
ShellAppendable.append(Style style)
|
Style |
Style.merge(Style s)
|
void |
ShellPrintWriter.print(Object obj,
Style style)
|
void |
ShellPrintWriter.println(Object obj,
Style style)
|
Constructors in org.crsh.text with parameters of type Style | |
---|---|
CharReader.Chunk(Style style)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |