WesWedding / NiagaraST-GUI-Query-Assembler

A GUI implementation to allow a NiagraST query to be assembled.
Other
3 stars 2 forks source link

Minus/Collapse Symbols on corners of nodes #12

Closed WesWedding closed 12 years ago

WesWedding commented 12 years ago

Summary

A minus or "collapse" UI element appears on each node element in the graph. This makes the input/outputs appear/disappear.

Suggestions

Disable this element once we figure out what it even is

WesWedding commented 12 years ago

This is the "fold" ui element Jgraph presents. I extended the mxGraph class and set the "isCellFoldable" function to always return false. Don't see value in this functionality at this time.

WesWedding commented 12 years ago

Dustin fixed this already, actually. His method was better. Handled in the draw() method on a GraphNode.