Package org.eclipse.jst.jsf.common.ui.internal.guiutils

Examples of org.eclipse.jst.jsf.common.ui.internal.guiutils.Alerts.info()


      getViewer().getControl().setFocus();
      super.drop(event);
      LocalDropEditPolicy.setCheckUpdate(true);
    } else {
      Alerts alert = PDPlugin.getAlerts();
      alert.info("LocalSelectionDropTargetListener.MessageDialog.Title", //$NON-NLS-1$
          "LocalSelectionDropTargetListener.MessageDialog.Message"); //$NON-NLS-1$
    }
  }
}
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.