Home | History | Annotate | Download | only in niftygui

Lines Matching defs:nifty

41 import de.lessvoid.nifty.Nifty;
42 import de.lessvoid.nifty.screen.Screen;
43 import de.lessvoid.nifty.screen.ScreenController;
47 private Nifty nifty;
67 nifty = niftyDisplay.getNifty();
68 nifty.fromXml("Interface/Nifty/HelloJme.xml", "start", this);
70 // attach the nifty display to the gui view port as a processor
79 public void bind(Nifty nifty, Screen screen) {
92 nifty.gotoScreen("end");