Package com.simonepezzano.hshare.views

Examples of com.simonepezzano.hshare.views.IHShareView


  }
 
  class UpdateConnInfo implements Runnable{
    public void run() {
      try {
        IHShareView hsv = (IHShareView) PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().showView(MainView.ID);
        hsv.updateData();
      } catch (PartInitException e) {
        HLog.facelogger.error("Unable to refresh connection info",e);
      }
    }
View Full Code Here

TOP

Related Classes of com.simonepezzano.hshare.views.IHShareView

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.