com.evelopers.unimod.adapter.standalone.util
Class InputPopup

java.lang.Object
  extended bycom.evelopers.unimod.adapter.standalone.util.InputPopup

public class InputPopup
extends java.lang.Object


Constructor Summary
InputPopup()
           
 
Method Summary
static boolean booleanInput(java.lang.Object controlledObject, java.lang.String xName, java.lang.String xDescription)
           
static int intInput(java.lang.Object controlledObject, java.lang.String xName, java.lang.String xDescription)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputPopup

public InputPopup()
Method Detail

intInput

public static int intInput(java.lang.Object controlledObject,
                           java.lang.String xName,
                           java.lang.String xDescription)

booleanInput

public static boolean booleanInput(java.lang.Object controlledObject,
                                   java.lang.String xName,
                                   java.lang.String xDescription)