Package com.confluenity.jaylen.forms

Examples of com.confluenity.jaylen.forms.AboutDialog


public class AboutAction extends Action {

  @Override
  public void widgetSelected(SelectionEvent selectionEvent) {
    AboutDialog dialog = springContext.getBean("aboutDialog", AboutDialog.class);
    dialog.open();
  }
View Full Code Here

TOP

Related Classes of com.confluenity.jaylen.forms.AboutDialog

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.