Package com.simonepezzano.hshare.dialogs

Examples of com.simonepezzano.hshare.dialogs.UsersDialog.open()


*/
public class OpenUsersAction extends Action implements IAction {

  public void run(){
    UsersDialog ud = new UsersDialog(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell());
    ud.open();
  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.