Lines Matching full:localselection
152 private File localSelection = null; // Holds the currently selected local file
1052 + //updateHistory("Downloaded " + localSelection.toString());
1181 localSelection = null;
1221 + // localSelection = currentSelection.getAbsoluteFile();
1223 localSelection = currentSelection.getAbsoluteFile();
1241 + if (localSelection == null) {
1247 + File loc = new File(localSelection.toString());
1248 + TextViewer tv = new TextViewer("Local: " + localSelection.toString(), loc, false);
1311 localSelection = currentSelection.getAbsoluteFile();