Most appropriate diagram for GUI button design?

Posted by JustADude on Programmers See other posts from Programmers or by JustADude
Published on 2014-05-28T15:49:24Z Indexed on 2014/05/28 15:53 UTC
Read the original article Hit count: 205

Filed under:
|

What is the most appropriate diagram for GUI button design?

Specifically, I have numerous buttons that will be changing color based on state information from operator input and input from various subcomponents and sensors. I would like to use UML or some other type of design diagrams to be able to capture the color transition. Some folks have suggested sequence diagrams, but I haven't been able to find any good examples that show how to incorporate this design artifact. I would really like to head in this direction to help developers.

Thanks a ton for feedback and insights.

© Programmers or respective owner

Related posts about design

Related posts about gui