Package | Description |
---|---|
de.lessvoid.nifty | |
de.lessvoid.nifty.effects | |
de.lessvoid.nifty.elements | |
de.lessvoid.nifty.screen |
Modifier and Type | Method and Description |
---|---|
void |
Nifty.closePopup(String id,
EndNotify closeNotify)
Close the Popup with the given id.
|
void |
Nifty.moveElement(Screen screen,
Element elementToMove,
Element destination,
EndNotify endNotify) |
void |
Nifty.removeElement(Screen screen,
Element element,
EndNotify endNotify) |
void |
Nifty.scheduleEndOfFrameElementAction(Screen screen,
Element element,
EndOfScreenAction action,
EndNotify endNotify) |
Constructor and Description |
---|
Nifty.ClosePopUp(String popupId,
EndNotify closeNotifyParam) |
Modifier and Type | Method and Description |
---|---|
void |
EffectProcessorNull.activate(EndNotify newListener,
String alternate,
String customKey) |
void |
EffectProcessorImpl.activate(EndNotify newListener,
String alternate,
String customKey) |
void |
EffectProcessor.activate(EndNotify newListener,
String alternate,
String customKey) |
void |
EffectManager.startEffect(EffectEventId id,
Element w,
TimeProvider time,
EndNotify listener)
start all effects with the given id for the given element.
|
void |
EffectManager.startEffect(EffectEventId id,
Element w,
TimeProvider time,
EndNotify listener,
String customKey) |
Modifier and Type | Class and Description |
---|---|
class |
Element.LocalEndNotify
LocalEndNotify helper class.
|
Modifier and Type | Method and Description |
---|---|
void |
Element.hide(EndNotify perform) |
void |
Element.markForMove(Element destination,
EndNotify endNotify) |
void |
Element.markForRemoval(EndNotify endNotify) |
void |
Element.startEffect(EffectEventId effectEventId,
EndNotify effectEndNotiy) |
void |
Element.startEffect(EffectEventId effectEventId,
EndNotify effectEndNotiy,
String customKey) |
void |
Element.startEffectWithoutChildren(EffectEventId effectEventId,
EndNotify effectEndNotiy) |
void |
Element.startEffectWithoutChildren(EffectEventId effectEventId,
EndNotify effectEndNotiy,
String customKey) |
Constructor and Description |
---|
Element.LocalEndNotify(EffectEventId effectEventIdParam,
EndNotify effectEndNotiyParam)
create it.
|
EndOfFrameElementAction(Screen newScreen,
Element newElement,
Action action,
EndNotify endNotify) |
Modifier and Type | Method and Description |
---|---|
void |
Screen.closePopup(Element popup,
EndNotify closeNotify) |
void |
Screen.endScreen(EndNotify callback) |
void |
Screen.startScreen(EndNotify startScreenEndNotify) |
Constructor and Description |
---|
Screen.ElementWithEndNotify(Element element,
EndNotify closeNotify) |
Copyright © 2013. All Rights Reserved.