Trial Eclipse RCP integration

Issue #7 new
Ian Mayo repo owner created an issue

In the longer term I look forward to incorporating our viewer into an Eclipse RCP test harness.

Here are a number of articles on the subject: * http://worldwindcentral.com/wiki/WWJava_in_Eclipse * http://code.google.com/p/worldwindrcp/ * http://www.ibm.com/developerworks/library/j-wwj/ * http://forum.worldwindcentral.com/showthread.php?t=32348

The big picture for the requirement is for the component to be placed in an RCP View part. The View will register for ISelectionProvider events, and see if any of them represent a structured selection. If they do, it will load those objects into the model.

A test-harness View part will read in and provide a pair of tracks as a selection.

Comments (2)

  1. Log in to comment