Difference between revisions of "Org.simantics.scenegraph.ui"
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
=== 0.9.0 === | === 0.9.0 === | ||
; New & Noteworthy | ; New & Noteworthy | ||
− | * Show selected scene graph node attributes, browse using reflection APIs. | + | * Show selected scene graph node attributes, browse using reflection APIs. [https://www.simantics.org/redmine/issues/600] |
;SVN tag - [[svn:2d/tags/0.9.0/org.simantics.scenegraph.ui]] | ;SVN tag - [[svn:2d/tags/0.9.0/org.simantics.scenegraph.ui]] |
Latest revision as of 08:44, 23 December 2010
org.simantics.scenegraph.ui (SVN) contains UI components for helping in development using the org.simantics.scenegraph component.
Contents
Dependencies
- org.simantics.scenegraph
- Eclipse Workbench UI
UI Components
Scene Graph Viewer
The scene graph viewer shows the contents of the scene graph as a tree of nodes. For each node, the view shows its name, node class and internal ID. For IG2DNode instances a Z index value that determines child rendering order is also shown.
Attribute dialog
The scene graph viewer also contains a dialog for viewing scene graph node attributes. The dialog can be brought up by double-clicking a node in the viewer.
Releases
0.9.0
- New & Noteworthy
- Show selected scene graph node attributes, browse using reflection APIs. [1]
- SVN tag - svn:2d/tags/0.9.0/org.simantics.scenegraph.ui
- Repository - svn:2d/tags/0.9.0/repository
Development Ideas
- Find a way to link the selection of the active part to the scene graph viewer selection.
- Add a mechanism to listen to the child changes in nodes. Would allow the viewer to refresh automatically.