Searched defs:readOnly (Results 26 - 29 of 29) sorted by relevance

12

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKFileChooserUI.java125 private boolean readOnly; field in class:GTKFileChooserUI
515 if (!UIManager.getBoolean("FileChooser.readOnly")) {
532 if (readOnly) {
772 readOnly = UIManager.getBoolean("FileChooser.readOnly");
1072 newFolderAction.setEnabled(!readOnly);
1182 if (readOnly) {
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java84 private boolean readOnly = false; field in class:ZipFileSystem
126 this.readOnly = true;
150 return readOnly;
154 if (readOnly)
/openjdk7/jdk/src/share/classes/sun/swing/
H A DFilePane.java270 private boolean readOnly; field in class:FilePane
435 readOnly = UIManager.getBoolean("FileChooser.readOnly");
511 return !readOnly && getFileChooser().isEnabled();
830 return (!readOnly && column == COLUMN_FILENAME && canWrite(currentDirectory));
891 if (!readOnly && columnModel.getColumnCount() > COLUMN_FILENAME) {
1352 if (readOnly || !canWrite(currentDirectory)) {
1451 if (!readOnly && newFolderAction == null) {
1632 if (!readOnly) {
/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java1708 private boolean readOnly = false; field in class:ProxyGenerator.ConstantPool
1806 readOnly = true;
1861 if (readOnly) {
1880 if (readOnly) {

Completed in 46 milliseconds

12