|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Chunk | |
|---|---|
| org.crsh.processor.jline | |
| org.crsh.processor.term | |
| org.crsh.shell.impl.command | |
| org.crsh.shell.impl.remoting | |
| org.crsh.term.console | |
| org.crsh.text | |
| org.crsh.text.ui | |
| Uses of Chunk in org.crsh.processor.jline |
|---|
| Methods in org.crsh.processor.jline with parameters of type Chunk | |
|---|---|
void |
JLineProcessContext.provide(Chunk element)
|
| Uses of Chunk in org.crsh.processor.term |
|---|
| Methods in org.crsh.processor.term that return types with arguments of type Chunk | |
|---|---|
Class<Chunk> |
Processor.getConsumedType()
|
| Methods in org.crsh.processor.term with parameters of type Chunk | |
|---|---|
void |
ProcessContext.provide(Chunk element)
|
void |
Processor.provide(Chunk element)
|
| Uses of Chunk in org.crsh.shell.impl.command |
|---|
| Fields in org.crsh.shell.impl.command with type parameters of type Chunk | |
|---|---|
private Filter<Chunk,?> |
ToChunkPipeFilter.context
. |
| Methods in org.crsh.shell.impl.command that return types with arguments of type Chunk | |
|---|---|
Class<Chunk> |
ToChunkPipeFilter.getProducedType()
|
| Method parameters in org.crsh.shell.impl.command with type arguments of type Chunk | |
|---|---|
void |
ToChunkPipeFilter.open(ProducerContext<Chunk> context)
|
| Uses of Chunk in org.crsh.shell.impl.remoting |
|---|
| Fields in org.crsh.shell.impl.remoting with type parameters of type Chunk | |
|---|---|
(package private) ArrayList<Chunk> |
ClientProcessContext.buffer
. |
| Methods in org.crsh.shell.impl.remoting with parameters of type Chunk | |
|---|---|
void |
ClientProcessContext.provide(Chunk element)
|
| Uses of Chunk in org.crsh.term.console |
|---|
| Methods in org.crsh.term.console with parameters of type Chunk | |
|---|---|
void |
ConsoleTerm.provide(Chunk element)
|
| Uses of Chunk in org.crsh.text |
|---|
| Subclasses of Chunk in org.crsh.text | |
|---|---|
class |
CLS
|
class |
Style
|
static class |
Style.Composite
|
class |
Text
|
| Fields in org.crsh.text with type parameters of type Chunk | |
|---|---|
private LinkedList<Chunk> |
ChunkBuffer.chunks
. |
private ScreenContext<Chunk> |
RenderAppendable.context
. |
private Pipe<Chunk> |
ChunkBuffer.out
Where we flush. |
| Methods in org.crsh.text that return types with arguments of type Chunk | |
|---|---|
Iterator<Chunk> |
ChunkBuffer.iterator()
|
| Methods in org.crsh.text with parameters of type Chunk | |
|---|---|
void |
ChunkBuffer.provide(Chunk element)
|
void |
RenderAppendable.provide(Chunk element)
|
void |
RenderWriter.provide(Chunk element)
|
private void |
RenderAppendable.safeAppend(Chunk chunk)
|
void |
ChunkBuffer.write(Chunk chunk)
|
| Method parameters in org.crsh.text with type arguments of type Chunk | |
|---|---|
void |
ChunkBuffer.writeTo(Pipe<Chunk> writer)
|
| Constructor parameters in org.crsh.text with type arguments of type Chunk | |
|---|---|
ChunkAdapter(ScreenContext<Chunk> out)
|
|
ChunkBuffer(Pipe<Chunk> out)
|
|
RenderAppendable(ScreenContext<Chunk> context)
|
|
| Uses of Chunk in org.crsh.text.ui |
|---|
| Fields in org.crsh.text.ui with type parameters of type Chunk | |
|---|---|
(package private) Iterable<Chunk> |
TextElement.stream
. |
| Method parameters in org.crsh.text.ui with type arguments of type Chunk | |
|---|---|
private static int |
TextElement.width(int width,
Iterator<Chunk> stream,
Text current,
Integer from)
|
| Constructor parameters in org.crsh.text.ui with type arguments of type Chunk | |
|---|---|
TextElement(Iterable<Chunk> stream)
|
|
TextElement(Iterable<Chunk> stream,
int minWidth)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||