Package com.eclipsesource.tabris.internal.ui

Examples of com.eclipsesource.tabris.internal.ui.UIDescriptor


  private RGB background;
  private RGB foreground;
  private byte[] image;

  public UIConfiguration() {
    this.uiDescriptor = new UIDescriptor();
    this.pageConfigurations = new ArrayList<PageConfiguration>();
    this.actionConfigurations = new ArrayList<ActionConfiguration>();
  }
View Full Code Here

TOP

Related Classes of com.eclipsesource.tabris.internal.ui.UIDescriptor

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.