Package com.eclipsesource.tabris.interaction

Examples of com.eclipsesource.tabris.interaction.PhoneOptions


    button.setForeground( new Color( display, 255, 255, 255 ) );
    button.setBackground( new Color( display, 70, 124, 30 ) );
    button.addSelectionListener( new SelectionAdapter() {
      @Override
      public void widgetSelected( SelectionEvent e ) {
        appLauncher.open( new PhoneOptions( "555 234 554 22" ) );
      }
    } );
  }
View Full Code Here

TOP

Related Classes of com.eclipsesource.tabris.interaction.PhoneOptions

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.