Package blackberry.ui.dialog.color

Examples of blackberry.ui.dialog.color.ColorPickerDialog


     * @param initialColor the initial color
     * @param callback the callback function
     * @return the Runnable responsible for opening the dialog
     */
    public static Runnable getColorPickerRunnable( int initialColor, ScriptableFunction callback ) {
        ColorPickerDialog d = new ColorPickerDialog( initialColor );
        return new DialogRunnable( d, callback );
    }
View Full Code Here

TOP

Related Classes of blackberry.ui.dialog.color.ColorPickerDialog

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.