Package | Description |
---|---|
de.lessvoid.nifty.builder | |
de.lessvoid.nifty.controls | |
de.lessvoid.nifty.elements | |
de.lessvoid.nifty.loaderv2.types | |
de.lessvoid.nifty.screen |
Modifier and Type | Method and Description |
---|---|
void |
ControlDefinitionBuilder.controller(Controller controller) |
void |
ElementBuilder.controller(Controller controller) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractController |
class |
DefaultController |
class |
MenuItemControl |
Modifier and Type | Method and Description |
---|---|
<T extends Controller> |
NiftyInputControl.getControl(Class<T> requestedControlClass)
Get control when it matches the given class.
|
Modifier and Type | Method and Description |
---|---|
Controller |
FocusGainedEvent.getController() |
Controller |
NiftyInputControl.getController()
get controller.
|
Controller |
FocusLostEvent.getController() |
Constructor and Description |
---|
FocusGainedEvent(Controller controller,
NiftyControl niftyControl) |
FocusLostEvent(Controller controller,
NiftyControl niftyControl) |
NiftyInputControl(Controller controllerParam,
NiftyInputMapping inputMapperParam) |
Modifier and Type | Method and Description |
---|---|
<T extends Controller> |
Element.findControl(String elementName,
Class<T> requestedControlClass) |
<T extends Controller> |
Element.getControl(Class<T> requestedControlClass) |
Modifier and Type | Field and Description |
---|---|
protected Controller |
ElementType.controller |
Modifier and Type | Method and Description |
---|---|
<T extends Controller> |
Screen.findControl(String elementName,
Class<T> requestedControlClass) |
Copyright © 2013. All Rights Reserved.