de.lessvoid.nifty.controls.dynamic
Class ScreenCreator

java.lang.Object
  extended by de.lessvoid.nifty.controls.dynamic.ScreenCreator

public class ScreenCreator
extends Object


Constructor Summary
ScreenCreator(String id)
           
ScreenCreator(String id, ScreenController screenController)
           
 
Method Summary
 Screen create(Nifty nifty)
           
 void setDefaultFocusElement(String defaultFocusElement)
           
 void setInputMapping(String inputMapping)
           
 void setInputMappingPre(String inputMappingPre)
           
 void setScreenController(ScreenController screenController)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenCreator

public ScreenCreator(String id)

ScreenCreator

public ScreenCreator(String id,
                     ScreenController screenController)
Method Detail

setScreenController

public void setScreenController(ScreenController screenController)

setDefaultFocusElement

public void setDefaultFocusElement(String defaultFocusElement)

setInputMapping

public void setInputMapping(String inputMapping)

setInputMappingPre

public void setInputMappingPre(String inputMappingPre)

create

public Screen create(Nifty nifty)


Copyright © 2012. All Rights Reserved.