|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
Button | A TextButton Control. |
Chat | |
CheckBox | The CheckBox interface is the Nifty control API view of a Nifty CheckBox control. |
Console | The Console interface is the Nifty control API view of a Nifty Console control. |
ConsoleCommands.ConsoleCommand | You can implement this interface for individual commands and Nifty will call them when the registered command has been detected. |
Draggable | The Draggable Control interface. |
DropDown<T> | The DropDown interface is the Nifty control API view of a Nifty DropDown control. |
DropDown.DropDownViewConverter<T> | You'll need to implement this interface to change the way your model class T needs to be displayed in the DropDown. |
Droppable | The Droppable NiftyControl interface. |
DroppableDropFilter | |
ImageSelect | The ImageSelect control allows the selection of an image from a predefined set of images. |
Label | |
ListBox<T> | The ListBox interface is the Nifty control API view of a Nifty ListBox control. |
ListBox.ListBoxViewConverter<T> | You'll need to implement this interface to change the way your model class T needs to be displayed in the ListBox. |
Menu<T> | The Menu interface is the Nifty control API view of a Menu control. |
RadioButton | The RadioButton interface is the Nifty control API view of a Nifty RadioButton control. |
RadioButtonGroup | The RadioButtonGroup interface is the Nifty control API view of a Nifty RadioButtonGroup control. |
Scrollbar | Scrollbar. |
ScrollPanel | ScrollPanel. |
Slider | The Slider interface is the Nifty control API view of a Nifty Slider. |
Tab | |
Tabs | |
TextField | |
Window | This is a Nifty Window that can be dragged around. |
Class Summary | |
---|---|
ButtonClickedEvent | |
ChatTextSendEvent | |
CheckBoxStateChangedEvent | Nifty generates this event when the state of the CheckBox changes. |
ConsoleCommands | This adds all the nifty command line features to the console control: - command line completion (for all registered commands) - command history - command processing which detects commands and directly calls your registered commands (via the ConsoleCommand interface) |
ConsoleCommandSplitter | |
ConsoleExecuteCommandEvent | Executed when a new command is being issued on the console. |
DraggableDragCanceledEvent | |
DraggableDragStartedEvent | |
DropDown.SimpleDropDownViewConverter<T> | A simple implementation of DropDownViewConverter that will just use item.toString(). |
DropDownSelectionChangedEvent<T> | Nifty generates this event when the selection of the DropDown changes. |
DroppableDroppedEvent | |
ImageSelectSelectionChangedEvent | This event is published when the selection of the image select has been changed. |
ListBox.ListBoxViewConverterSimple<T> | A simple implementation of ListBoxViewConverter that will just use item.toString(). |
ListBoxSelectionChangedEvent<T> | Nifty generates this event when the selection of the ListBox changes. |
MenuItemActivatedEvent<T> | Nifty generates this event when a menu item has been activated. |
RadioButtonGroupStateChangedEvent | Nifty generates this event when the RadioButton selection in a RadioGroup (which is a linked collection of individual RadioButtons) has changed. |
RadioButtonStateChangedEvent | Nifty generates this event when a single RadioButton changes its state. |
ScrollbarChangedEvent | Nifty generates this event when a Scrollbar value has been changed. |
ScrollPanelChangedEvent | Nifty generates this event when a ScrollPanel position has changed. |
SliderChangedEvent | Nifty generates this event when a Slider value has been changed. |
TextFieldChangedEvent | Nifty generates this event when the current text of an TextField changes. |
Enum Summary | |
---|---|
ListBox.SelectionMode | The ListBoxSelectionMode determines how the ListBox handles selections. |
ScrollPanel.AutoScroll | Autoscrollmode |
ScrollPanel.VerticalAlign | VerticalAlign |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |