Package net.zero.smarttrace.ui.views

Examples of net.zero.smarttrace.ui.views.Events


public class ClearHandler extends AbstractHandler
  {
  @Override
  public Object execute(ExecutionEvent event) throws ExecutionException
    {
    Events eventsView = (Events) PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().findView(Events.VIEW_ID);
    eventsView.clearTable();
    return null;
    }
View Full Code Here

TOP

Related Classes of net.zero.smarttrace.ui.views.Events

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.