Hello, I am trying to use internal TPTP Data in my Plug-in Project. At first I am trying to get all of the profiling projects which have been already processed. Until now I can only handle to get the name of the Java Projects as IProject type. In "AbstractFilteredClass" there exists a function "getElements(Object inputElement)" which gets data type as IWorkspace or IWorkspaceRoot. I have done this in another way by "ResourcesPlugin.getWorkspace().getRoot().getProjects();".So now I have an IProject Array. But I can't use this data for getting the data from "PDContentProvider" 's getChildren function because the projects has to be filtered. And I can't use AbstractFilterClass.filter(Object[ ] elements) function directly since it only returns data for pre-defined ContentProvider. So can you help me how to observe data as TRCNode type which contains the all projects which had been executed and still on process.
Thanks for your help.
_______________________________________________ tptp-tracing-profiling-tools-dev mailing list tptp-tracing-profiling-tools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-dev