java - JTextfield UML Class Diagram -


i'm having 2 classes specific purpose in project, doing putting related gui in let's class 1 , functionality , data manipulations in class 2.

class 2 contain member variables such int, string represented on class diagram. class 1, have member variables of type jtextfield, jcombobox, among others used in gui.

my question : show member variables such jtextfield on class diagram?

do show member variables such jtextfield on class diagram?

no

only variables need mentioned in class diagram.

for specifications of variable, create 1 more file (known uispecification) , there mention type of variable like

variable   type  str         text 

usually uispecification file made in xl sheet


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -