Package | Description |
---|---|
com.googlecode.lanterna.gui2 |
Modifier and Type | Class and Description |
---|---|
static class |
CheckBoxList.CheckBoxListItemRenderer<V>
Default renderer for this component which is used unless overridden.
|
static class |
RadioBoxList.RadioBoxListItemRenderer<V>
Default renderer for this component which is used unless overridden.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractListBox.ListItemRenderer<V,RadioBoxList<V>> |
RadioBoxList.createDefaultListItemRenderer() |
protected AbstractListBox.ListItemRenderer<V,CheckBoxList<V>> |
CheckBoxList.createDefaultListItemRenderer() |
protected AbstractListBox.ListItemRenderer<V,T> |
AbstractListBox.createDefaultListItemRenderer()
Method that constructs the
ListItemRenderer that this list box should use to draw the elements of the
list box. |
Modifier and Type | Method and Description |
---|---|
T |
AbstractListBox.setListItemRenderer(AbstractListBox.ListItemRenderer<V,T> listItemRenderer)
This method overrides the
ListItemRenderer that is used to draw each element in the list box. |
Copyright © 2016. All rights reserved.