|
•
|
For methods corresponding to features in the model (that is, global methods, local methods, and form local methods), the displayed name is the same as in the Method Editor window’s title. For example, method1, form1:method2, and form1:button2:onClick.
|
|
•
|
For methods in utility classes and JAR files, the displayed name is ClassName.methodName.
|
|
•
|
Nested classes are separated with a dot. For example, ClassA.ClassB.ClassC.methodName.
|