Examples of GOIMWindowCloseDialog


Examples of net.sphene.goim.rcp.ui.dialogs.GOIMWindowCloseDialog

      for(IViewReference viewRef : windowPage.getViewReferences()) {
        if(viewRef.getView(false) != null && viewRef.getView(false) instanceof IContactListView) {

          String [ ] buttonTitle = { "OK" };
          if(!store.getBoolean(PreferenceConstants.P_MAIN_WINDOW_CLOSING_STATUS)){
            new GOIMWindowCloseDialog( window.getShell(), "GOIM minimized to System tray",
                null, null, 0, buttonTitle, 0,
                "Do not show again", true ).open();
          }
          window.getShell().setVisible(false);
          return false;
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.