public class TextWriter extends Object
| Constructor and Description |
|---|
TextWriter() |
| Modifier and Type | Method and Description |
|---|---|
Writer |
create(JTextComponent component,
xyz.cofe.collection.Func0<AttributeSet> lazyStyle) |
static void |
write(JTextComponent out,
xyz.cofe.collection.Func0<Iterable<xyz.cofe.collection.Pair<String,AttributeSet>>> lazyMessage) |
static void |
write(JTextComponent out,
Iterable<xyz.cofe.collection.Pair<String,AttributeSet>> message) |
static void |
write(JTextComponent out,
String message) |
static void |
write(JTextComponent out,
String message,
AttributeSet textAttributes) |
static void |
write(JTextComponent out,
String message,
xyz.cofe.collection.Func0<AttributeSet> lazyTextAttributes) |
static Writer |
writer(JTextComponent component) |
static Writer |
writer(JTextComponent component,
xyz.cofe.collection.Func0<AttributeSet> lazyStyle) |
public static Writer writer(JTextComponent component, xyz.cofe.collection.Func0<AttributeSet> lazyStyle)
public static Writer writer(JTextComponent component)
public Writer create(JTextComponent component, xyz.cofe.collection.Func0<AttributeSet> lazyStyle)
public static void write(JTextComponent out, xyz.cofe.collection.Func0<Iterable<xyz.cofe.collection.Pair<String,AttributeSet>>> lazyMessage)
public static void write(JTextComponent out, Iterable<xyz.cofe.collection.Pair<String,AttributeSet>> message)
public static void write(JTextComponent out, String message, AttributeSet textAttributes)
public static void write(JTextComponent out, String message, xyz.cofe.collection.Func0<AttributeSet> lazyTextAttributes)
public static void write(JTextComponent out, String message)
Copyright © 2018. All rights reserved.