Package tool.action.cdf

Examples of tool.action.cdf.OpenClassComponentAction.run()


            IWorkbenchWindow window=PlatformUI.getWorkbench().getActiveWorkbenchWindow();
            IWorkbenchPage page = window.getActivePage();
            Object element = selection.getFirstElement();
            if (element instanceof IClassComponent){
              OpenClassComponentAction action = new OpenClassComponentAction(page, (IClassComponent)element);
              action.run();
              treeViewer.refresh(element);
            }
          }
        });
        treeViewer.setSorter(new ViewerSorter());
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.