Searched refs:fc (Results 1 – 3 of 3) sorted by relevance
369 JFileChooser fc = new JFileChooser(); in getExportActionButton()370 if (fc.showSaveDialog(null) == JFileChooser.APPROVE_OPTION) { in getExportActionButton()372 actionListModel.export(fc.getSelectedFile()); in getExportActionButton()
522 FolderConfiguration fc = (FolderConfiguration)obj; in equals() local525 ResourceQualifier fcQualifier = fc.mQualifiers[i]; in equals()
108 FileChannel fc = dataFile.getChannel(); in mapFile() local109 buffer = fc.map(FileChannel.MapMode.READ_ONLY, offset, file.length() - offset); in mapFile()