This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 206774 - Implement XML Fragment Viewer
Summary: Implement XML Fragment Viewer
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Cosmos (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Sheldon Lee-Loy CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-18 11:23 EDT by Sheldon Lee-Loy CLA
Modified: 2012-01-03 13:54 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sheldon Lee-Loy CLA 2007-10-18 11:23:52 EDT
This is a view that understands how to visualize the content returned by an XML fragment. This view is composed of a tree view and a properties view. 

=Widgets=
Tree View - visualizes a set of nodes that is specified by some metadata. When the user clicks on a tree node an event is thrown to the properties widget with the resource id. 
Properties Table - this widget listens to the event bus for an event that contains a resource id. The id is then sent to a REST service that provides the properties for the XML node selected. 

=Published Events=
--Tree View--
Select - The tree view will publish a 'Select' event containing the id of the node.

=Subscribed Events=
--Properties Table--
Select - The properties table will subscribe to the event bus that publish the 'Select' event when the user clicks on a node in the tree view. 


More information can be found at: http://wiki.eclipse.org/CosmosDataReportingComponent10#XML_Viewer
Comment 1 Sheldon Lee-Loy CLA 2007-11-12 09:31:02 EST
Implemented dojo widget and data feeds to visualize an XML structure.
Comment 2 Sheldon Lee-Loy CLA 2007-11-29 16:18:21 EST
Iteration clean up.