| Package | Description |
|---|---|
| de.lessvoid.nifty.controls | |
| de.lessvoid.nifty.controls.chatcontrol | |
| de.lessvoid.nifty.controls.listbox | |
| de.lessvoid.nifty.controls.treebox |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ListBox.ListBoxViewConverterSimple<T> |
A simple implementation of ListBoxViewConverter that will just use item.toString().
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ListBox.setListBoxViewConverter(ListBox.ListBoxViewConverter<T> viewConverter) |
Change the ListBoxViewConverter for this ListBox.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ChatBoxViewConverter |
Handles the displaying of the items in the ChatBox.
|
| Modifier and Type | Method | Description |
|---|---|---|
ListBox.ListBoxViewConverter<T> |
ListBoxControl.getViewConverter() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ListBoxControl.setListBoxViewConverter(ListBox.ListBoxViewConverter<T> viewConverter) |
Deprecated.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
TreeBoxViewConverter<T> |
This is the default converter for a tree view that takes care for displaying the elements properly inside the GUI.
|
Copyright © 2018. All rights reserved.