Package | Description |
---|---|
de.lessvoid.nifty.controls | |
de.lessvoid.nifty.elements | |
de.lessvoid.nifty.screen |
Constructor and Description |
---|
NextPrevHelper(Element elementParam,
FocusHandler focusHandlerParam) |
Modifier and Type | Method and Description |
---|---|
FocusHandler |
Element.getFocusHandler() |
Constructor and Description |
---|
Element(Nifty newNifty,
ElementType newElementType,
String newId,
Element newParent,
FocusHandler newFocusHandler,
boolean newVisibleToMouseEvents,
TimeProvider newTimeProvider,
ElementRenderer... newElementRenderer)
construct new instance of Element.
|
Element(Nifty newNifty,
ElementType newElementType,
String newId,
Element newParent,
LayoutPart newLayoutPart,
FocusHandler newFocusHandler,
boolean newVisibleToMouseEvents,
TimeProvider newTimeProvider,
ElementRenderer... newElementRenderer)
construct new instance of Element using the given layoutPart instance.
|
Modifier and Type | Method and Description |
---|---|
FocusHandler |
Screen.getFocusHandler()
get the screens focus handler.
|
Copyright © 2013. All Rights Reserved.