com.steema.teechart.editors
Class Utils

java.lang.Object
  extended by com.steema.teechart.editors.Utils

public class Utils
extends java.lang.Object


Constructor Summary
Utils()
           
 
Method Summary
static void yesNo(Context context, java.lang.String title, OnClickListener onYes, OnClickListener onNo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

yesNo

public static void yesNo(Context context,
                         java.lang.String title,
                         OnClickListener onYes,
                         OnClickListener onNo)