MCPcopy Create free account
hub / github.com/Singular/Singular / action

Method action

Singular/LIB/surfex/ConfigFrame.java:167–191  ·  view source on GitHub ↗
(String command)

Source from the content-addressed store, hash-verified

165 };
166
167 public void action(String command) {
168 if (command == "OK") {
169 setVisible(false);
170 }
171 if (command == "povPathButton") {
172 filechooser("POV", ".exe");
173 }
174 if (command == "surfPathButton") {
175 filechooser("surf", ".exe");
176 }
177 if (command == "impsurfPathButton") {
178 filechooser("impsurf", ".exe");
179 }
180 if (command == "iviewPathButton") {
181 filechooser("iview", ".exe");
182 }
183 if (command == "serverPath") {
184 //filechooser("iview", ".exe");
185 }
186 //serverPath
187 /*
188 if(command == "Default"){
189
190 } */
191 }
192
193 ConfigFrame(String pPath, String sPath, String imPath, String ivPath,
194 int iConst, String svPath, UpdateRayframeImmediatlyThread uT,

Callers 1

actionPerformedMethod · 0.95

Calls 2

filechooserMethod · 0.95
setVisibleMethod · 0.80

Tested by

no test coverage detected