sort by:
Revision Author Date Message Commit Date
70f9810 Fixing bug 481431 to open proper ICEFormEditor for ICE XML Items This commit modifies the XMLFormContentDescriber to ensure that the correct ICEFormEditor subclass is used when a users double-clicks the ICE Item XML file. It checks that no other subclass of XMLFormContentDescriber is appropriate for describing the incoming text. If not, it returns VALID and the ICEFormEditor is used, otherwise, the correct ICEFormEditor subclass corresponding to the VALID XMLFormContentDescriber is used. Added a ReflectivityXMLFormContentDescriber and tester. Still need one for BatMLFormEditor and ReactorFormEditor Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 09 November 2015, 22:23:25 UTC
750ad04 Merging next into moose_xml_contentdescriber Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 09 November 2015, 20:01:32 UTC
dc9c377 Providing way to rename Item Addressing bug 481426 by providing a cleaner way to rename an Item through the IPersistenceProvider. Also updating the form editor header contents to display the type of the Item plus its Id, and the form editor top tab the item XML file name. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 05 November 2015, 20:47:35 UTC
7d5b12a Fixing Moose widgets unresolved import error Just ran the latest unstable nightly and it fails to load the moose widgets module with the following error Unresolved requirement: Import-Package: org.eclipse.jgit.api; version="3.2.0" Looks like the correct version should be 4.0.0. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 05 November 2015, 15:15:02 UTC
532cf6e Merge branch 'next' of https://github.com/eclipse/ice into next 04 November 2015, 22:54:32 UTC
b27e892 Fixed entry composite duplication Fixed a bug where the Job Profile Editor would have duplicate widgets for the same option by having DataComponentComposites check to see if an Entry is already rendered before attempting to render it. Signed-off-by: Robert Smith <SmithRW@ornl.gov> 04 November 2015, 22:54:04 UTC
4839e5e Reverting bad work of mine... Fixing bug found in Visit preference page Path entry. Reverting it to just be and Undefined Entry (for now), but setting it up to be auto filled with visit.binpath program argument. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 04 November 2015, 22:24:09 UTC
529ac8d Committing first pass at rename persistence support. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 04 November 2015, 21:42:54 UTC
056d3a5 Fixing bug in Install_ICE.py where find_file() method was used when the actual parent directory was needed 04 November 2015, 21:15:11 UTC
057ca64 Adding widgets moose test to the build. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 04 November 2015, 19:04:43 UTC
77827f2 Adding MOOSEFormEditor content describer. Fixing bug 481431 for the MOOSE Item and MOOSE Form Editor by adding a subclass of XMLFormContentDescriber that validates whether a file is both a MOOSE Workflow XML Form. Updated the XMLFormContentDescriber test to be easily extended to new content describers, also adding a long overdue org.eclipse.ice.client.widgets.moose.test bundle and a MooseXMLFormContentDescriberTester. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 04 November 2015, 18:51:10 UTC
58a4a14 Committing potential fix to client/iceformeditor file load bug. This fix introduces extension point schemas for IUpdateEventListener, IProcessEventListener, and ISimpleResourceProvider, with default extension points pointing to the ClientExtensionRegistry for each one. Then ICEFormEditor can get the extension from the interfaces and register appropriately on a file load. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 04 November 2015, 17:14:53 UTC
b0cf7e3 Adding some boilerplate for the ParserGenerator plugins. Signed-off-by: arbennett <bennettar@ornl.gov> 04 November 2015, 00:44:07 UTC
5790acc Cleaned up some documentation. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 03 November 2015, 21:23:10 UTC
682e1b7 Starting work on major ICEFormEditor bug. So the ICEFormEditor.init method gets called when you double click a ICE XML file, and the Client loads the Form for the editor to use. But nothing happens to make sure the Client is updated for form changes, process, and cancel events. Starting work on getting the MOOSE Item to successfully load from file. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 03 November 2015, 21:11:29 UTC
24e2d18 Fixing bug related to saving and marking the ICEFormEditor dirty If the setDirty method was called with false, the ICEFormEditor would still set the message as "unsaved changes on the form yada yada". Fixing that here. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 03 November 2015, 21:04:27 UTC
520cf6a Improving the Add Tree Node Dialog Set up the add node dialog to also contain a text box to input the name of the to-be-created child node. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 03 November 2015, 21:02:17 UTC
029f4a2 Fixed Remote YAML and ICE Updater bug Updated the RemoteYamlSyntaxGenerator to be more robust. Set it up to create a new shell script to execute and generate the yaml/syntax files. Fixed the bug where real time plots failed to appear on form editor. Somehow the javax.ws.rs 2.0.1 bundle got turned on in the launch config that caused a clash with the 1.1.1 bundle. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 02 November 2015, 23:12:01 UTC
388c707 fix conflict fix conflict Signed-off-by: Fangzhou Lin <adamlangwang@gmail.com> 02 November 2015, 01:25:32 UTC
e10aae0 Bug 478471 Created a IFormWidgetBuilder.getFormWidgetBuilders()operation. I made this operation to be a static interface operation on IFormWidgetBuilder for getting list of registered extensions of that interface. Signed-off-by: Menghan Li <menghanli723@gmail.com> 30 October 2015, 19:17:59 UTC
c1a257d Bug 478471 Created a IFormWidgetBuilder.getFormWidgetBuilders()operation. I made this operation to be a static interface operation on IFormWidgetBuilder for getting list of registered extensions of that interface. Signed-off-by: Menghan Li <menghanli723@gmail.com> 30 October 2015, 18:50:04 UTC
e414396 Adding --unstable option to the installer. Signed-off-by: arbennett <bennettar@ornl.gov> 29 October 2015, 13:22:28 UTC
f35abee Reworked the way the default readers and writers are counted. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 29 October 2015, 04:25:24 UTC
39808c9 Fixed build errors due to the Delimited Text Reader refactor. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 29 October 2015, 03:21:08 UTC
b74ea3d Added support for space-based delimited text. Added a base class for delimited text. Added a space-based delimited text file reader. Fixed the reflectivity model to use the IOService and to use space-based delimiters. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 29 October 2015, 02:44:57 UTC
730b6e3 Fixed the remaining build bugs from the matdb service refactor. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 28 October 2015, 21:08:01 UTC
b1f478c Fixed very messed up build.properties for the materials bundle. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 28 October 2015, 20:49:41 UTC
f960426 Bug 480711 Fixed Reflectivity MatDB bug where the add button broke. The recent changes caused, for some unknown reason, the ReflectivityModel Item to no longer receive the IMaterialsDatabase service. This addresses that problem by catching the service in the core and reconfiguring the XMLMaterialsDatabase to register directly with an activator. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 28 October 2015, 20:47:00 UTC
647569a Fixed a bug in the core when unregistering the HTTP service. If ICE was executed from ICE (as in development) and the HTTP services from both instances were configured to use the same port (perhaps the default) then ICE would throw a null pointer exception on close because the Core would try to unget a null service reference. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 28 October 2015, 18:59:34 UTC
8d167aa Fixed some minor documentation issues. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 28 October 2015, 14:56:00 UTC
b315d4f Merge branch 'jay/projectSupport' of https://github.com/wo-amlangwang/ice.git into jay/projectSupport Signed-Off-By: Fangzhou lin <adamlangwang@gmail.com> 27 October 2015, 06:30:15 UTC
a237755 Merge branch 'jay/projectSupport' of https://github.com/wo-amlangwang/ice.git into jay/projectSupport Signed-Off-By: Fangzhou lin <adamlangwang@gmail.com> 27 October 2015, 06:29:24 UTC
1d03ab8 Merge branch 'jay/projectSupport' of https://github.com/wo-amlangwang/ice.git into jay/projectSupport Signed-Off-By: Fangzhou lin <adamlangwang@gmail.com> 27 October 2015, 06:27:01 UTC
aa4970c Merge branch 'jay/projectSupport' of https://github.com/wo-amlangwang/ice.git into jay/projectSupport Signed-Off-By: Fangzhou lin <adamlangwang@gmail.com> 27 October 2015, 06:25:48 UTC
8d04f95 Merge branch 'jay/projectSupport' of https://github.com/wo-amlangwang/ice.git into jay/projectSupport Signed-off-by: Fangzhou lin <adamlangwang@gmail.com> 27 October 2015, 06:12:09 UTC
3356ea2 Merge branch 'jay/projectSupport' of https://github.com/wo-amlangwang/ice.git into jay/projectSupport Signed-off-by: Fangzhou lin <adamlangwang@gmail.com> 27 October 2015, 06:08:27 UTC
9013b29 Fixed some documentation issues. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 26 October 2015, 19:33:48 UTC
f1839d9 Changed SWTBot delay time. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 26 October 2015, 18:06:16 UTC
9875a1f Fixed Java 1.8 build errors. I fixed build errors because of stale settings in the Java Library setting on the build paths for these projects. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 26 October 2015, 15:54:14 UTC
cd61ff1 Merge branch 'jay/projectSupport' into next 26 October 2015, 15:43:13 UTC
f82cd7a Removed version numbers from CDT bundles in the product. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 26 October 2015, 15:42:08 UTC
d700d01 Removed references to old "default" project. Replaced references with "itemDB" since it is the new default. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 26 October 2015, 15:26:01 UTC
d256051 Merge branch 'next' of https://github.com/eclipse/ice into next 26 October 2015, 15:12:26 UTC
1b06179 Fixed Windows launch configuration Updated the Windows launch configuration with the Project Support changes from the Linux one. Signed-off-by: Robert Smith <SmithRW@ornl.gov> 26 October 2015, 15:11:20 UTC
21550af Merge remote-tracking branch 'origin/next' into jay/projectSupport 26 October 2015, 14:36:49 UTC
d1275dd Restored Developer menu to Linux launch The Developer menu for the Linux launch configuration was removed in the latest commit. This re-adds it. Signed-off-by: Robert Smith <SmithRW@ornl.gov> 26 October 2015, 14:31:35 UTC
7ae347c Setting the default project (when no project is selected) to be itemDB This commit sets the Core to import files and items to the itemDB directory when no directory has been specified. This addresses bug 480601 Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 26 October 2015, 13:35:33 UTC
fa743e2 Fixed the product launch configuration. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 25 October 2015, 21:31:23 UTC
27907ad Fixed test failures. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 24 October 2015, 20:32:08 UTC
3451d20 Fixed more bugs related to testing. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 23 October 2015, 19:02:13 UTC
26cf2b1 Merge branch 'jay/projectSupport' of https://github.com/eclipse/ice into jay/projectSupport 23 October 2015, 18:43:31 UTC
f52a051 Committing fix to JobProfileTester. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 23 October 2015, 18:41:29 UTC
ac2d850 Merge branch 'jay/projectSupport' of https://github.com/eclipse/ice into jay/projectSupport 23 October 2015, 17:07:38 UTC
2dcb605 Merge pull request #46 from nickstanish/jay/projectSupport Bug 479184 23 October 2015, 17:05:40 UTC
c3ddf97 Bug 479184 XMLPersistenceExtensionFactory pulls in IJAXBClassProviders from interface. Added static method to ICompositeItemBuilder for getting list of registered extensions of that interface. Signed-off-by: Nick Stanish <nickstanish@gmail.com> 23 October 2015, 16:17:42 UTC
13eeffe Work on IJAXBClassProvider.getProviders() build bug. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 22 October 2015, 19:01:21 UTC
56e9752 Bug 479184 - Fixed settings problem after merger. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 22 October 2015, 13:49:35 UTC
df127e1 Bug 479184 - Fixed bug in the provider id. I fixed the messed up provider id in the IJAXBClassProvider. I also renamed the extension point and added documentation to the schema. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 22 October 2015, 13:36:35 UTC
b7a6c43 Merged the IJAXBClassProvider changes from @menghanli. Menghan's commit included autogenerated make files that are not needed, so I removed them. Here getJAXBProviders() operation has a bug in it too, which I will fix in the next commit. We still need a bug # for this work too. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 22 October 2015, 13:25:19 UTC
2aa50f3 Adding Item rename capability Added ability to rename item XML files. Updated tests accordingly. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 21 October 2015, 14:48:12 UTC
1b9a09a Moved the XMLPersistenceProvider.getJAXBProviders()operation. I moved this operation to be a static interface operation on IJAXBClassProvider, which will remove the requirements for the XMLPersistenceProvider Signed-off-by: Menghan Li <menghanli723@gmail.com> 21 October 2015, 13:42:19 UTC
40a48d5 Updated ICEItemDeleteParticipant to utilize new FormTextContentDescriber Created an extension of the ITextContentDescriber for ICE content describing that provides a method to get Item specific details, such as the Item ID. Updated XMLFormContentDescriber to realize this interface, updated its test to check getItemID. Updated ICEItemDeleteParticipant to use the available FormTextContentDescriber from the extension registry. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 20 October 2015, 20:50:13 UTC
42cec58 Merge branch 'jay/projectSupport' of https://github.com/eclipse/ice into jay/projectSupport 20 October 2015, 20:01:27 UTC
4e9d70c Pushing ICEItemDeleteParticipant for handling item deletion Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 20 October 2015, 20:00:53 UTC
aa3c5e2 Fixed formatting. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 20 October 2015, 19:59:10 UTC
bf08bbb Found some System.err messages and fixed them. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 20 October 2015, 19:55:46 UTC
4573bba Updating Import File (As Item) Wizards to correctly use Projects Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 20 October 2015, 15:34:11 UTC
085b562 Updated IClient and Client import file and file as Item methods Updated these interface to contain methods that import Files into a given project space. Updated ClientTester file import tests. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 20 October 2015, 13:57:12 UTC
bc54259 Adding new importFile and importFileAsItem methods to ICore and Core. Added new methods to import files to specific projects. Tests updated in CoreTester.checkFileImports Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 20 October 2015, 13:31:46 UTC
8b75e0b Fixed ICE Core build path compliance. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 19 October 2015, 16:36:30 UTC
001f87d Cleaned up a print statement. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 18 October 2015, 01:03:42 UTC
a5c0157 Finished first implementation loadItem(IFile) operations and tests. Updated the client, core, the ItemManager and associated tests to support and test the ability to loadItems from IFiles. This has not been tested in the product yet and there are some obvious bugs to work out. This is just the initial cut of the code. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 18 October 2015, 00:48:39 UTC
f98d2f6 Fixed the remaining test failures. Fixed the remaining test errors in the build. Commented out one small check at TableComponentCompositeTester.java:128. Moved IPersistenceProvider to org.eclipse.ice.item to resolve circular dependency issues. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 17 October 2015, 20:07:04 UTC
176e8c1 Fixed test errors. The bug fixes from last week caused several test failures because of the way services were refactored. This commit fixes that and also repairs some extensions. The tests will not yet work in the build because of some class circularity issues. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 17 October 2015, 01:49:56 UTC
80c70c7 Fixing bugs encountered when using MOOSE Item First bug - IReader used by MOOSEModel was null due to the fact that we are switching to extension points for our IReader/IWriter interface realizations. Set up the IOService to add all available IReaders/IWriters from extension points to itself Second bug - Found that when an Item XML file was in the project, and I went to refresh or close the workspace it would hang and throw up a dialog that said waiting on background task forever. Turns out the XMLFormContentDescriber was stuck in an infinite loop reading the XML contents to tell if it was a ICE Item or not. Fixed that and everything works as expected. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 13 October 2015, 16:19:23 UTC
a19fb56 Removing all System.out.println's - changed to logger.info. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 13 October 2015, 13:29:45 UTC
7b337a4 Made progress on loading XML files. Reworked some previous modifications to the Client and the hooked up the ICEFormEditor to load ICE’s XML files. I also fixed the Content Type and default editor bug for ICE XML files. Also cleaned up some things. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 11 October 2015, 02:38:23 UTC
ecd7a37 Merge branch 'jay/projectSupport' of https://github.com/wo-amlangwang/ice.git into jay/projectSupport 10 October 2015, 02:41:53 UTC
f95fdb6 Merge remote-tracking branch 'ICE/jay/projectSupport' into jay/projectSupport Conflicts: ICE Build - Clean and Install.launch Signed-off-by: wo-amlangwang <adamlangwang@gmail.com> 10 October 2015, 02:33:56 UTC
e663c9c Fixed client and core bugs due to Declarative Services issues. Mic drop! Got the Core and Client working smoothly together in such a way that the ItemViewer now works again, the workspace dialog still works, the HttpService still works, neither are set to auto-start in the run configuration and both are registered as services. The primary problem was in the way that Declarative Services are activated by the framework. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 09 October 2015, 21:43:07 UTC
67d65a7 Fixed compilation errors. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 09 October 2015, 19:28:43 UTC
091f985 Merge remote-tracking branch 'ICE/jay/projectSupport' into jay/projectSupport Conflicts: ICE Build - Clean and Install.launch Signed-off-by: wo-amlangwang <adamlangwang@gmail.com> 09 October 2015, 18:21:48 UTC
cb483b0 Merge remote-tracking branch 'ICE/jay/projectSupport' into jay/projectSupport Conflicts: org.eclipse.ice.materials/data/userMatDB.xml org.eclipse.ice.repository/ice.macosx_product.launch Signed-off-by: wo-amlangwang <adamlangwang@gmail.com> 09 October 2015, 18:13:56 UTC
a854cd8 Merge remote-tracking branch 'origin/next' into jay/projectSupport 09 October 2015, 18:05:55 UTC
b4c6ca5 Added SWTBot bundles to the product. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 09 October 2015, 18:05:25 UTC
36e781c Moved the XMLPersistenceProvider.getItemBuilders() operation. I moved this operation to be a static interface operation on ItemBuilder, which will remove the requirements for the XMLPersistenceProvider to call the ExtensionRegistry. To make this work I had to modify a few manifests and preferences to correctly use a Java 1.8 library since static and default interface operations are only available in Java 1.8. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 09 October 2015, 17:13:32 UTC
ca460f9 Fixed messed up build.properties file. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 08 October 2015, 21:24:11 UTC
458a7cd Updated manifest to address start bug. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 08 October 2015, 19:00:51 UTC
06c1f97 Disabled default behavior of the ICE Editor for now. The "default" flag was causing the ICE Editor to open all xml files. I'll have to think about this some more to figure out how to fix it. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 08 October 2015, 15:59:10 UTC
1cd6304 Added ErrorMessagePage for when the Form is empty. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 08 October 2015, 15:57:00 UTC
711ddfa Updated launch configuration. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 08 October 2015, 14:26:05 UTC
b955598 Added schema directories to build.properties files. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 08 October 2015, 02:34:27 UTC
ad42142 Fixed file associations for ICE XML files. ICE XML files will now be filtered through our custom XML content describer and into a new editor that is... dun dun dun... really the ICE client just extending the EditorPart class! The nerve! The audacity! The terribly wonderful style of it all! Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 07 October 2015, 20:36:44 UTC
f3f806b Added ICE XML Content Type. Started refactoring the client to properly load Items. Added an XML content type and describer for loading forms. Cleaned up various and sundry things around the platform. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 07 October 2015, 20:03:49 UTC
a7a1604 Merge pull request #39 from menghanli/jay/projectSupport Transform OSGi services in Reactor into ExtensionPoints 07 October 2015, 18:07:08 UTC
a574bee Merge branch 'jay/projectSupport' of https://github.com/wo-amlangwang/ice.git into jay/projectSupport Conflicts: org.eclipse.ice.viz.service/plugin.xml Signed-off-by: wo-amlangwang <adamlangwang@gmail.com> 07 October 2015, 14:52:48 UTC
8413339 Merge remote-tracking branch 'origin/next' into jay/projectSupport Conflicts: org.eclipse.ice.client.widgets.moose/plugin.xml org.eclipse.ice.repository/ice.product_linux.launch Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 07 October 2015, 14:12:00 UTC
81dc6a0 Bug-479223 Added extension and extension points Added extension points about: IMasterApplicationFactory IVizService IWorkbranch IParaViewProxyBUilder IParaViewProxyFactory Added some extension Signed-off-by: wo-amlangwang <adamlangwang@gmail.com> 07 October 2015, 12:23:38 UTC
f415f29 Revert "Bug-479223 Added extension and extension points" This reverts commit 37689f10db214f42522c279ffad589f3ad567036. 07 October 2015, 11:56:36 UTC
37689f1 Bug-479223 Added extension and extension points Added extension points about: IMasterApplicationFactory IVizService IWorkbranch IParaViewProxyBUilder IParaViewProxyFactory Added some extension Signed-off-by: wo-amlangwang <adamlangwang@gmail.com> 07 October 2015, 11:53:40 UTC
back to top