Package | Description |
---|---|
com.googlecode.lanterna.gui2 | |
com.googlecode.lanterna.gui2.table |
Modifier and Type | Interface and Description |
---|---|
static interface |
Button.ButtonRenderer
Helper interface that doesn't add any new methods but makes coding new button renderers a little bit more clear
|
static interface |
TextBox.TextBoxRenderer
Helper interface that doesn't add any new methods but makes coding new text box renderers a little bit more clear
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractListBox.DefaultListBoxRenderer<V,T extends AbstractListBox<V,T>>
The default renderer for
AbstractListBox and all its subclasses. |
static class |
Button.DefaultButtonRenderer
This is the default button renderer that is used if you don't override anything.
|
static class |
Button.FlatButtonRenderer
Alternative button renderer that displays buttons with just the label and minimal decoration
|
static class |
CheckBox.CheckBoxRenderer
Helper interface that doesn't add any new methods but makes coding new check box renderers a little bit more clear
|
static class |
CheckBox.DefaultCheckBoxRenderer
The default renderer that is used unless overridden.
|
static class |
ComboBox.ComboBoxRenderer<V>
Helper interface that doesn't add any new methods but makes coding new combo box renderers a little bit more clear
|
static class |
ComboBox.DefaultComboBoxRenderer<V>
This class is the default renderer implementation which will be used unless overridden.
|
static class |
TextBox.DefaultTextBoxRenderer
This is the default text box renderer that is used if you don't override anything.
|
Modifier and Type | Method and Description |
---|---|
protected InteractableRenderer<ComboBox<V>> |
ComboBox.createDefaultRenderer() |
protected InteractableRenderer<T> |
AbstractListBox.createDefaultRenderer() |
protected abstract InteractableRenderer<T> |
AbstractInteractableComponent.createDefaultRenderer() |
InteractableRenderer<T> |
AbstractInteractableComponent.getRenderer() |
Modifier and Type | Interface and Description |
---|---|
interface |
TableRenderer<V>
Formalized interactable renderer for tables
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTableRenderer<V>
Default implementation of
TableRenderer |
Copyright © 2016. All rights reserved.