Package com.eclipsesource.tabris.interaction

Examples of com.eclipsesource.tabris.interaction.FacebookOptions


    button.setForeground( new Color( display, 255, 255, 255 ) );
    button.setBackground( new Color( display, 59, 89, 152 ) );
    button.addSelectionListener( new SelectionAdapter() {
      @Override
      public void widgetSelected( SelectionEvent e ) {
        FacebookOptions facebookOptions = new FacebookOptions( "Mobile App development with Tabris rocks!" );
        facebookOptions.setUrl( "http://developer.eclipsesource.com/tabris/" );
        appLauncher.open( facebookOptions );
      }
    } );
  }
View Full Code Here

TOP

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

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.