| ... |
... |
@@ -86,7 +86,7 @@ |
| 86 |
86 |
1*. //name~://Set Simulation File |
| 87 |
87 |
1*. Click on //defaultHandler// to open a dialog for creation of a new handler class. Name the new class {{code language="none"}}SetFileHandler{{/code}} and put it into some package of that plugin. Remove the suggested interface and set {{code language="none"}}org.eclipse.core.commands.AbstractHandler{{/code}} as superclass instead. |
| 88 |
88 |
1. ((( |
| 89 |
|
-Use the following method stub for SetFileHandler{{code language="none"}}{{/code}} (this requires a plugin dependency to org.eclipse.core.resources): |
|
89 |
+Use the following method stub for SetFileHandler{{code language="none"}}{{/code}}: |
| 90 |
90 |
|
| 91 |
91 |
{{code theme="Eclipse" language="java"}} |
| 92 |
92 |
/** |