SYMBOL INDEX (13517 symbols across 1365 files) FILE: jni/ru_trolsoft_jni_NativeFileUtils.c function is_regular_file (line 21) | static bool is_regular_file(const char *path) { function is_directory (line 27) | static bool is_directory(const char *path) { function is_executable_file (line 33) | static bool is_executable_file(const char *path) { function is_hidden_file (line 38) | static bool is_hidden_file(const char *path) { function JNICALL (line 79) | JNICALL Java_ru_trolsoft_jni_NativeFileUtils_getLibraryVersion function JNICALL (line 85) | JNICALL Java_ru_trolsoft_jni_NativeFileUtils_getLocalFileAttributes function JNICALL (line 109) | JNICALL Java_ru_trolsoft_jni_NativeFileUtils_isLocalFileHidden function JNICALL (line 121) | JNICALL Java_ru_trolsoft_jni_NativeFileUtils_isLocalFileExecutable function JNICALL (line 134) | JNICALL Java_ru_trolsoft_jni_NativeFileUtils_isLocalDirectory FILE: src/main/java/com/ibm/icu/text/CharsetDetector.java class CharsetDetector (line 37) | public class CharsetDetector { method CharsetDetector (line 53) | public CharsetDetector() { method setDeclaredEncoding (line 72) | public CharsetDetector setDeclaredEncoding(String encoding) { method setText (line 85) | public CharsetDetector setText(byte [] in) { method setText (line 110) | public CharsetDetector setText(InputStream in) throws IOException { method detect (line 150) | public CharsetMatch detect() { method detectAll (line 178) | public CharsetMatch[] detectAll() { method getReader (line 226) | public Reader getReader(InputStream in, String declaredEncoding) { method getString (line 260) | public String getString(byte[] in, String declaredEncoding) { method getAllDetectableCharsets (line 293) | public static String[] getAllDetectableCharsets() { method inputFilterEnabled (line 309) | public boolean inputFilterEnabled() { method enableInputFilter (line 323) | public boolean enableInputFilter(boolean filter) { method MungeInput (line 335) | private void MungeInput() { class CSRecognizerInfo (line 436) | private static class CSRecognizerInfo { method CSRecognizerInfo (line 440) | CSRecognizerInfo(CharsetRecognizer recognizer, boolean isDefaultEnab... method getDetectableCharsets (line 490) | public String[] getDetectableCharsets() { method setDetectableCharset (line 516) | public CharsetDetector setDetectableCharset(String encoding, boolean e... FILE: src/main/java/com/ibm/icu/text/CharsetMatch.java class CharsetMatch (line 31) | public class CharsetMatch implements Comparable { method getReader (line 46) | public Reader getReader() { method getString (line 70) | public String getString() throws IOException { method getString (line 90) | String getString(int maxLength) throws IOException { method getConfidence (line 130) | public int getConfidence() { method getName (line 148) | public String getName() { method getLanguage (line 158) | public String getLanguage() { method compareTo (line 174) | public int compareTo (@NotNull CharsetMatch other) { method CharsetMatch (line 186) | CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf) { method CharsetMatch (line 206) | CharsetMatch(CharsetDetector det, int conf, String csName, String lang) { FILE: src/main/java/com/ibm/icu/text/CharsetRecog_2022.java class CharsetRecog_2022 (line 14) | abstract class CharsetRecog_2022 extends CharsetRecognizer { method match (line 26) | int match(byte[] text, int textLen, byte[][] escapeSequences) { class CharsetRecog_2022JP (line 79) | static class CharsetRecog_2022JP extends CharsetRecog_2022 { method getName (line 95) | String getName() { method match (line 99) | CharsetMatch match(CharsetDetector det) { class CharsetRecog_2022KR (line 105) | static class CharsetRecog_2022KR extends CharsetRecog_2022 { method getName (line 110) | String getName() { method match (line 114) | CharsetMatch match(CharsetDetector det) { class CharsetRecog_2022CN (line 120) | static class CharsetRecog_2022CN extends CharsetRecog_2022 { method getName (line 135) | String getName() { method match (line 139) | CharsetMatch match(CharsetDetector det) { FILE: src/main/java/com/ibm/icu/text/CharsetRecog_UTF8.java class CharsetRecog_UTF8 (line 12) | class CharsetRecog_UTF8 extends CharsetRecognizer { method getName (line 14) | String getName() { method match (line 21) | CharsetMatch match(CharsetDetector det) { FILE: src/main/java/com/ibm/icu/text/CharsetRecog_Unicode.java class CharsetRecog_Unicode (line 14) | abstract class CharsetRecog_Unicode extends CharsetRecognizer { method getName (line 16) | @Override method match (line 19) | @Override class CharsetRecog_UTF_16_BE (line 22) | static class CharsetRecog_UTF_16_BE extends CharsetRecog_Unicode { method getName (line 23) | String getName() { method match (line 27) | CharsetMatch match(CharsetDetector det) { class CharsetRecog_UTF_16_LE (line 40) | static class CharsetRecog_UTF_16_LE extends CharsetRecog_Unicode { method getName (line 41) | String getName() { method match (line 45) | CharsetMatch match(CharsetDetector det) { class CharsetRecog_UTF_32 (line 62) | static abstract class CharsetRecog_UTF_32 extends CharsetRecog_Unicode { method getChar (line 63) | abstract int getChar(byte[] input, int index); method getName (line 65) | abstract String getName(); method match (line 67) | CharsetMatch match(CharsetDetector det) { class CharsetRecog_UTF_32_BE (line 111) | static class CharsetRecog_UTF_32_BE extends CharsetRecog_UTF_32 { method getChar (line 112) | int getChar(byte[] input, int index) { method getName (line 117) | String getName() { class CharsetRecog_UTF_32_LE (line 123) | static class CharsetRecog_UTF_32_LE extends CharsetRecog_UTF_32 { method getChar (line 124) | int getChar(byte[] input, int index) { method getName (line 129) | String getName() { FILE: src/main/java/com/ibm/icu/text/CharsetRecog_mbcs.java class CharsetRecog_mbcs (line 24) | abstract class CharsetRecog_mbcs extends CharsetRecognizer { method getName (line 30) | abstract String getName() ; method match (line 45) | int match(CharsetDetector det, int [] commonChars) { class iteratedChar (line 140) | static class iteratedChar { method reset (line 147) | void reset() { method nextByte (line 155) | int nextByte(CharsetDetector det) { method nextChar (line 175) | abstract boolean nextChar(iteratedChar it, CharsetDetector det); class CharsetRecog_sjis (line 185) | static class CharsetRecog_sjis extends CharsetRecog_mbcs { method nextChar (line 197) | boolean nextChar(iteratedChar it, CharsetDetector det) { method match (line 222) | CharsetMatch match(CharsetDetector det) { method getName (line 227) | String getName() { method getLanguage (line 231) | public String getLanguage() class CharsetRecog_big5 (line 244) | static class CharsetRecog_big5 extends CharsetRecog_mbcs { method nextChar (line 260) | boolean nextChar(iteratedChar it, CharsetDetector det) { method match (line 288) | CharsetMatch match(CharsetDetector det) { method getName (line 293) | String getName() { method getLanguage (line 298) | public String getLanguage() class CharsetRecog_euc (line 311) | abstract static class CharsetRecog_euc extends CharsetRecog_mbcs { method nextChar (line 319) | boolean nextChar(iteratedChar it, CharsetDetector det) { class CharsetRecog_euc_jp (line 379) | static class CharsetRecog_euc_jp extends CharsetRecog_euc { method getName (line 394) | String getName() { method match (line 398) | CharsetMatch match(CharsetDetector det) { method getLanguage (line 403) | public String getLanguage() class CharsetRecog_euc_kr (line 413) | static class CharsetRecog_euc_kr extends CharsetRecog_euc { method getName (line 429) | String getName() { method match (line 433) | CharsetMatch match(CharsetDetector det) { method getLanguage (line 438) | public String getLanguage() class CharsetRecog_gb_18030 (line 450) | static class CharsetRecog_gb_18030 extends CharsetRecog_mbcs { method nextChar (line 458) | boolean nextChar(iteratedChar it, CharsetDetector det) { method getName (line 527) | String getName() { method match (line 531) | CharsetMatch match(CharsetDetector det) { method getLanguage (line 536) | public String getLanguage() FILE: src/main/java/com/ibm/icu/text/CharsetRecog_sbcs.java class CharsetRecog_sbcs (line 18) | abstract class CharsetRecog_sbcs extends CharsetRecognizer { method getName (line 23) | abstract String getName(); class NGramParser (line 25) | static class NGramParser method NGramParser (line 41) | public NGramParser(int[] theNgramList, byte[] theByteMap) method search (line 54) | private static int search(int[] table, int value) method lookup (line 93) | private void lookup(int thisNgram) method addByte (line 103) | protected void addByte(int b) method nextByte (line 109) | private int nextByte(CharsetDetector det) method parseCharacters (line 118) | protected void parseCharacters(CharsetDetector det) method parse (line 138) | public int parse(CharsetDetector det) method parse (line 142) | public int parse(CharsetDetector det, byte spaceCh) class NGramParser_IBM420 (line 168) | static class NGramParser_IBM420 extends NGramParser method NGramParser_IBM420 (line 193) | public NGramParser_IBM420(int[] theNgramList, byte[] theByteMap) method isLamAlef (line 198) | private byte isLamAlef(byte b) { method nextByte (line 216) | private int nextByte(CharsetDetector det) method parseCharacters (line 234) | protected void parseCharacters(CharsetDetector det) method match (line 268) | int match(CharsetDetector det, int[] ngrams, byte[] byteMap) method match (line 273) | int match(CharsetDetector det, int[] ngrams, byte[] byteMap, byte spa... method matchIBM420 (line 278) | int matchIBM420(CharsetDetector det, int[] ngrams, byte[] byteMap, by... class NGramsPlusLang (line 283) | static class NGramsPlusLang { method NGramsPlusLang (line 286) | NGramsPlusLang(String la, int [] ng) { class CharsetRecog_8859_1 (line 292) | static class CharsetRecog_8859_1 extends CharsetRecog_sbcs method match (line 425) | public CharsetMatch match(CharsetDetector det) method getName (line 441) | public String getName() class CharsetRecog_8859_2 (line 448) | static class CharsetRecog_8859_2 extends CharsetRecog_sbcs method match (line 520) | public CharsetMatch match(CharsetDetector det) method getName (line 535) | public String getName() class CharsetRecog_8859_5 (line 543) | abstract static class CharsetRecog_8859_5 extends CharsetRecog_sbcs method getName (line 580) | public String getName() class CharsetRecog_8859_5_ru (line 586) | static class CharsetRecog_8859_5_ru extends CharsetRecog_8859_5 method getLanguage (line 595) | public String getLanguage() method match (line 600) | public CharsetMatch match(CharsetDetector det) class CharsetRecog_8859_6 (line 607) | abstract static class CharsetRecog_8859_6 extends CharsetRecog_sbcs method getName (line 644) | public String getName() class CharsetRecog_8859_6_ar (line 650) | static class CharsetRecog_8859_6_ar extends CharsetRecog_8859_6 method getLanguage (line 659) | public String getLanguage() method match (line 664) | public CharsetMatch match(CharsetDetector det) class CharsetRecog_8859_7 (line 671) | abstract static class CharsetRecog_8859_7 extends CharsetRecog_sbcs method getName (line 708) | public String getName() class CharsetRecog_8859_7_el (line 714) | static class CharsetRecog_8859_7_el extends CharsetRecog_8859_7 method getLanguage (line 723) | public String getLanguage() method match (line 728) | public CharsetMatch match(CharsetDetector det) class CharsetRecog_8859_8 (line 736) | abstract static class CharsetRecog_8859_8 extends CharsetRecog_sbcs { method getName (line 772) | public String getName() class CharsetRecog_8859_8_I_he (line 778) | static class CharsetRecog_8859_8_I_he extends CharsetRecog_8859_8 method getName (line 787) | public String getName() method getLanguage (line 792) | public String getLanguage() method match (line 797) | public CharsetMatch match(CharsetDetector det) { class CharsetRecog_8859_8_he (line 804) | static class CharsetRecog_8859_8_he extends CharsetRecog_8859_8 method getLanguage (line 813) | public String getLanguage() method match (line 818) | public CharsetMatch match(CharsetDetector det) class CharsetRecog_8859_9 (line 827) | abstract static class CharsetRecog_8859_9 extends CharsetRecog_sbcs method getName (line 864) | public String getName() class CharsetRecog_8859_9_tr (line 870) | static class CharsetRecog_8859_9_tr extends CharsetRecog_8859_9 method getLanguage (line 879) | public String getLanguage() method match (line 884) | public CharsetMatch match(CharsetDetector det) class CharsetRecog_windows_1251 (line 892) | static class CharsetRecog_windows_1251 extends CharsetRecog_sbcs method getName (line 925) | public String getName() method getLanguage (line 930) | public String getLanguage() method match (line 935) | public CharsetMatch match(CharsetDetector det) class CharsetRecog_windows_1256 (line 942) | static class CharsetRecog_windows_1256 extends CharsetRecog_sbcs method getName (line 986) | public String getName() method getLanguage (line 991) | public String getLanguage() method match (line 996) | public CharsetMatch match(CharsetDetector det) class CharsetRecog_KOI8_R (line 1003) | static class CharsetRecog_KOI8_R extends CharsetRecog_sbcs method getName (line 1047) | public String getName() method getLanguage (line 1052) | public String getLanguage() method match (line 1057) | public CharsetMatch match(CharsetDetector det) class CharsetRecog_IBM424_he (line 1064) | abstract static class CharsetRecog_IBM424_he extends CharsetRecog_sbcs method getLanguage (line 1086) | public String getLanguage() class CharsetRecog_IBM424_he_rtl (line 1091) | static class CharsetRecog_IBM424_he_rtl extends CharsetRecog_IBM424_he method getName (line 1093) | public String getName() method match (line 1103) | public CharsetMatch match(CharsetDetector det) class CharsetRecog_IBM424_he_ltr (line 1109) | static class CharsetRecog_IBM424_he_ltr extends CharsetRecog_IBM424_he method getName (line 1111) | public String getName() method match (line 1122) | public CharsetMatch match(CharsetDetector det) class CharsetRecog_IBM420_ar (line 1129) | abstract static class CharsetRecog_IBM420_ar extends CharsetRecog_sbcs method getLanguage (line 1153) | public String getLanguage() class CharsetRecog_IBM420_ar_rtl (line 1159) | static class CharsetRecog_IBM420_ar_rtl extends CharsetRecog_IBM420_ar method getName (line 1168) | public String getName() method match (line 1172) | public CharsetMatch match(CharsetDetector det) class CharsetRecog_IBM420_ar_ltr (line 1179) | static class CharsetRecog_IBM420_ar_ltr extends CharsetRecog_IBM420_ar method getName (line 1188) | public String getName() method match (line 1192) | public CharsetMatch match(CharsetDetector det) class CharsetRecog_cp866 (line 1203) | static class CharsetRecog_cp866 extends CharsetRecog_sbcs method getName (line 1236) | public String getName() method getLanguage (line 1241) | public String getLanguage() method match (line 1246) | public CharsetMatch match(CharsetDetector det) FILE: src/main/java/com/ibm/icu/text/CharsetRecognizer.java class CharsetRecognizer (line 20) | abstract class CharsetRecognizer { method getName (line 25) | abstract String getName(); method getLanguage (line 31) | public String getLanguage() method match (line 45) | abstract CharsetMatch match(CharsetDetector det); FILE: src/main/java/com/mucommander/PlatformManager.java class PlatformManager (line 36) | public class PlatformManager { method getDefaultPreferencesFolder (line 56) | public static AbstractFile getDefaultPreferencesFolder() { method getDefaultPreferencesFolderPath (line 73) | public static String getDefaultPreferencesFolderPath() { method getPreferencesFolder (line 106) | public static AbstractFile getPreferencesFolder() { method setPreferencesFolder (line 126) | public static void setPreferencesFolder(File folder) throws IOException { method setPreferencesFolder (line 145) | public static void setPreferencesFolder(String path) throws IOException { method setPreferencesFolder (line 167) | public static void setPreferencesFolder(AbstractFile folder) throws IO... FILE: src/main/java/com/mucommander/RuntimeConstants.java class RuntimeConstants (line 37) | public class RuntimeConstants { method getManifestAttributes (line 117) | @Nullable method getAttribute (line 137) | private static String getAttribute(Attributes attributes, String name) { method is4KDisplay (line 142) | private static boolean is4KDisplay() { FILE: src/main/java/com/mucommander/StressTester.java class StressTester (line 44) | public class StressTester implements Runnable, ActionListener { method StressTester (line 49) | public StressTester() { method stop (line 56) | public void stop() { method run (line 60) | public void run() { method actionPerformed (line 104) | public void actionPerformed(ActionEvent e) { method main (line 112) | public static void main(String[] args) { FILE: src/main/java/com/mucommander/TrolCommander.java class TrolCommander (line 54) | public class TrolCommander { method TrolCommander (line 66) | private TrolCommander() {} method waitUntilLaunched (line 74) | public static void waitUntilLaunched() { method migrateCommand (line 95) | public static void migrateCommand(String useName, String commandName, ... method main (line 110) | public static void main(String[] args) { method getLogger (line 208) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/adb/AdbUtils.java class AdbUtils (line 40) | public class AdbUtils { method getDevices (line 49) | public static List getDevices() { method checkAdb (line 68) | public static boolean checkAdb() { method getAdbPath (line 88) | private static AbstractFile getAdbPath() { method getDeviceName (line 130) | public static String getDeviceName(String serial) { method getDeviceNames (line 142) | public static Map getDeviceNames() { method parseDevicesList (line 162) | private static void parseDevicesList(Map result, Strin... FILE: src/main/java/com/mucommander/adb/AndroidMenu.java class AndroidMenu (line 41) | public abstract class AndroidMenu extends JMenu implements MenuListener { method AndroidMenu (line 46) | public AndroidMenu() { method getMenuItemAction (line 61) | public abstract TcAction getMenuItemAction(String deviceSerial); method menuSelected (line 64) | @Override method menuDeselected (line 89) | @Override method menuCanceled (line 94) | @Override FILE: src/main/java/com/mucommander/auth/CredentialsConstants.java type CredentialsConstants (line 26) | interface CredentialsConstants { FILE: src/main/java/com/mucommander/auth/CredentialsManager.java class CredentialsManager (line 57) | public class CredentialsManager { method elementsAdded (line 91) | public void elementsAdded(int startIndex, int nbAdded) { method elementsRemoved (line 95) | public void elementsRemoved(int startIndex, int nbRemoved) { method elementChanged (line 99) | public void elementChanged(int index) { method getCredentialsFile (line 112) | private static AbstractFile getCredentialsFile() throws IOException { method setCredentialsFile (line 124) | public static void setCredentialsFile(String path) throws FileNotFound... method setCredentialsFile (line 140) | public static void setCredentialsFile(File file) throws FileNotFoundEx... method setCredentialsFile (line 150) | public static void setCredentialsFile(AbstractFile file) throws FileNo... method loadCredentials (line 162) | public static void loadCredentials() throws Exception { method writeCredentials (line 182) | public static void writeCredentials(boolean forceWrite) throws IOExcep... method getMatchingCredentials (line 229) | public static CredentialsMapping[] getMatchingCredentials(FileURL loca... method getAuthenticator (line 247) | public static Authenticator getAuthenticator() { method getMatchingCredentialsV (line 258) | private static List getMatchingCredentialsV(FileUR... method addCredentials (line 286) | public static void addCredentials(CredentialsMapping credentialsMappin... method authenticate (line 323) | public static void authenticate(FileURL location, CredentialsMapping c... method authenticateImplicit (line 347) | private static void authenticateImplicit(FileURL location) { method findMatches (line 370) | private static void findMatches(FileURL location, List list, ... method getVolatileCredentialMappings (line 478) | public static List getVolatileCredentialMappings() { method getPersistentCredentialMappings (line 491) | public static AlteredVector getPersistentCredentia... class CredentialsManagerAuthenticator (line 506) | private static class CredentialsManagerAuthenticator implements Authen... method authenticate (line 507) | public void authenticate(FileURL fileURL) { method getLogger (line 512) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/auth/CredentialsMapping.java class CredentialsMapping (line 32) | public final class CredentialsMapping { method CredentialsMapping (line 52) | public CredentialsMapping(Credentials credentials, FileURL realm, bool... method getCredentials (line 63) | public Credentials getCredentials() { method getRealm (line 74) | public FileURL getRealm() { method isPersistent (line 83) | public boolean isPersistent() { method equals (line 95) | @Override method toString (line 103) | @Override FILE: src/main/java/com/mucommander/auth/CredentialsParser.java class CredentialsParser (line 44) | class CredentialsParser extends DefaultHandler implements CredentialsCon... method CredentialsParser (line 64) | public CredentialsParser() { method parse (line 71) | void parse(AbstractFile file) throws Exception { method getVersion (line 85) | public String getVersion() { method startElement (line 94) | @Override method endElement (line 120) | @Override method characters (line 162) | @Override method getLogger (line 168) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/auth/CredentialsWriter.java class CredentialsWriter (line 39) | public class CredentialsWriter implements CredentialsConstants { method write (line 45) | static void write(OutputStream stream) throws IOException { FILE: src/main/java/com/mucommander/bonjour/BonjourDirectory.java class BonjourDirectory (line 47) | public class BonjourDirectory implements ServiceListener { method BonjourDirectory (line 72) | private BonjourDirectory() { method setActive (line 83) | public static void setActive(boolean enabled) { method isActive (line 112) | public static boolean isActive() { method getServices (line 122) | public static BonjourService[] getServices() { method createBonjourService (line 136) | private static BonjourService createBonjourService(ServiceInfo service... method serviceAdded (line 157) | public void serviceAdded(final ServiceEvent serviceEvent) { method serviceResolved (line 169) | public void serviceResolved(ServiceEvent serviceEvent) { method serviceRemoved (line 196) | public void serviceRemoved(ServiceEvent serviceEvent) { method getLogger (line 226) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/bonjour/BonjourMenu.java class BonjourMenu (line 40) | public abstract class BonjourMenu extends JMenu implements MenuListener { method BonjourMenu (line 45) | public BonjourMenu() { method getMenuItemAction (line 62) | public abstract TcAction getMenuItemAction(BonjourService bs); method menuSelected (line 68) | @Override method menuDeselected (line 97) | @Override method menuCanceled (line 101) | @Override FILE: src/main/java/com/mucommander/bonjour/BonjourService.java class BonjourService (line 29) | public class BonjourService { method BonjourService (line 56) | public BonjourService(String name, FileURL url, String fullyQualifiedN... method getNameWithProtocol (line 68) | public String getNameWithProtocol() { method getURL (line 77) | public FileURL getURL() { method equals (line 85) | @Override method toString (line 94) | @Override FILE: src/main/java/com/mucommander/bookmark/Bookmark.java class Bookmark (line 35) | public class Bookmark implements Cloneable { method Bookmark (line 47) | public Bookmark(String name, String location, String parent) { method getName (line 60) | public String getName() { method setName (line 71) | public void setName(String newName) { method getLocation (line 90) | public String getLocation() { method setLocation (line 101) | public void setLocation(String newLocation) { method getParent (line 115) | public String getParent() { method setParent (line 119) | public void setParent(String parent) { method clone (line 130) | @Override method toString (line 139) | public String toString() { method equals (line 146) | public boolean equals(Object object) { FILE: src/main/java/com/mucommander/bookmark/BookmarkBuilder.java type BookmarkBuilder (line 25) | public interface BookmarkBuilder { method startBookmarks (line 30) | void startBookmarks() throws BookmarkException; method addBookmark (line 39) | void addBookmark(String name, String location, String parent) throws B... method endBookmarks (line 45) | void endBookmarks() throws BookmarkException; FILE: src/main/java/com/mucommander/bookmark/BookmarkConstants.java type BookmarkConstants (line 25) | interface BookmarkConstants { FILE: src/main/java/com/mucommander/bookmark/BookmarkException.java class BookmarkException (line 25) | public class BookmarkException extends Exception { method BookmarkException (line 30) | public BookmarkException(String message) {super(message);} method BookmarkException (line 36) | public BookmarkException(Throwable cause) {super(cause);} method BookmarkException (line 43) | public BookmarkException(String message, Throwable cause) {super(messa... FILE: src/main/java/com/mucommander/bookmark/BookmarkListener.java type BookmarkListener (line 30) | public interface BookmarkListener { method bookmarksChanged (line 35) | void bookmarksChanged(); FILE: src/main/java/com/mucommander/bookmark/BookmarkManager.java class BookmarkManager (line 44) | public class BookmarkManager implements VectorChangeListener { method BookmarkManager (line 88) | private BookmarkManager() {} method buildBookmarks (line 99) | private static synchronized void buildBookmarks(BookmarkBuilder builde... method getBookmarksFile (line 121) | private static synchronized AbstractFile getBookmarksFile() throws IOE... method setBookmarksFile (line 137) | public static void setBookmarksFile(String path) throws FileNotFoundEx... method setBookmarksFile (line 156) | private static void setBookmarksFile(File file) throws FileNotFoundExc... method setBookmarksFile (line 167) | private static synchronized void setBookmarksFile(AbstractFile file) t... method loadBookmarks (line 182) | public static synchronized void loadBookmarks() throws Exception { method readBookmarks (line 199) | public static void readBookmarks(InputStream in) throws Exception { method readBookmarks (line 209) | public static synchronized void readBookmarks(InputStream in, Bookmark... method getBookmarkWriter (line 223) | public static BookmarkBuilder getBookmarkWriter(OutputStream out) thro... method writeBookmarks (line 234) | public static synchronized void writeBookmarks(boolean forceWrite) thr... method getBookmarks (line 257) | public static synchronized AlteredVector getBookmarks() { method removeBookmark (line 265) | public static synchronized void removeBookmark(Bookmark bookmark) { method getBookmark (line 276) | public static synchronized Bookmark getBookmark(String name) { method getParentBookmarks (line 285) | public static List getParentBookmarks() { method addBookmark (line 300) | public static synchronized void addBookmark(Bookmark b) { method isBookmark (line 311) | public static boolean isBookmark(FileURL fileURL) { method isBookmark (line 321) | public static boolean isBookmark(AbstractFile file) { method addBookmarkListener (line 337) | public static void addBookmarkListener(BookmarkListener listener) { method removeBookmarkListener (line 349) | private static void removeBookmarkListener(BookmarkListener listener) { method fireBookmarksChanged (line 363) | static void fireBookmarksChanged() { method setFireEvents (line 392) | public static synchronized void setFireEvents(boolean b) { method elementsAdded (line 412) | public void elementsAdded(int startIndex, int nbAdded) { method elementsRemoved (line 416) | public void elementsRemoved(int startIndex, int nbRemoved) { method elementChanged (line 420) | public void elementChanged(int index) { class Loader (line 428) | private static class Loader implements BookmarkBuilder { method startBookmarks (line 429) | public void startBookmarks() { method endBookmarks (line 433) | public void endBookmarks() { method addBookmark (line 437) | public void addBookmark(String name, String location, String parent) { FILE: src/main/java/com/mucommander/bookmark/BookmarkParser.java class BookmarkParser (line 36) | class BookmarkParser extends DefaultHandler implements BookmarkConstants { method BookmarkParser (line 56) | BookmarkParser() {} method parse (line 61) | void parse(InputStream in, BookmarkBuilder builder) throws Exception { method getVersion (line 74) | public String getVersion() { method startDocument (line 83) | @Override method endDocument (line 92) | @Override method characters (line 104) | @Override method startElement (line 112) | @Override method endElement (line 129) | @Override method addBookmark (line 168) | private void addBookmark() throws SAXException { method getLogger (line 181) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/bookmark/BookmarkWriter.java class BookmarkWriter (line 34) | class BookmarkWriter implements BookmarkConstants, BookmarkBuilder { method BookmarkWriter (line 37) | BookmarkWriter(OutputStream stream) throws IOException { method startBookmarks (line 41) | public void startBookmarks() throws BookmarkException { method endBookmarks (line 56) | public void endBookmarks() throws BookmarkException { method addBookmark (line 64) | public void addBookmark(String name, String location, String parent) t... method writeElement (line 80) | private void writeElement(String name, String value) throws IOException { FILE: src/main/java/com/mucommander/bookmark/XORCipher.java class XORCipher (line 37) | public class XORCipher { method xor (line 59) | private static byte[] xor(byte[] b) { method encryptXORBase64 (line 78) | public static String encryptXORBase64(String s) { method decryptXORBase64 (line 97) | public static String decryptXORBase64(String s) throws IOException { FILE: src/main/java/com/mucommander/bookmark/file/BookmarkFile.java class BookmarkFile (line 36) | public class BookmarkFile extends ProtocolFile { method BookmarkFile (line 52) | BookmarkFile(Bookmark bookmark) throws IOException { method getUnderlyingFile (line 67) | private synchronized AbstractFile getUnderlyingFile() { method getBookmark (line 80) | public Bookmark getBookmark() { method getName (line 92) | @Override method ls (line 104) | @Override method getParent (line 114) | @Override method getFreeSpace (line 130) | @Override method getTotalSpace (line 142) | @Override method isDirectory (line 151) | @Override method setParent (line 161) | @Override method exists (line 172) | @Override method mkfile (line 177) | @Override method equals (line 182) | public boolean equals(Object o) { method getCanonicalPath (line 200) | @Override method renameTo (line 216) | @Override method delete (line 251) | @Override method copyRemotelyTo (line 271) | @Override method getPermissions (line 293) | @Override method changePermission (line 307) | @Override method getInputStream (line 316) | @Override method getOutputStream (line 345) | @Override method mkdir (line 354) | @Override method getLastModifiedDate (line 357) | @Override method getChangeablePermissions (line 359) | @Override method setLastModifiedDate (line 361) | @Override method getSize (line 364) | @Override method getRandomAccessInputStream (line 366) | @Override method getAppendOutputStream (line 369) | @Override method getRandomAccessOutputStream (line 372) | @Override method getUnderlyingFileObject (line 375) | @Override method isSymlink (line 377) | @Override method isSystem (line 379) | @Override method getOwner (line 381) | @Override method canGetOwner (line 383) | @Override method getGroup (line 385) | @Override method canGetGroup (line 387) | @Override method getReplication (line 389) | @Override method getBlocksize (line 395) | @Override method changeReplication (line 401) | @Override FILE: src/main/java/com/mucommander/bookmark/file/BookmarkOutputStream.java class BookmarkOutputStream (line 33) | class BookmarkOutputStream extends ByteArrayOutputStream implements Book... method close (line 40) | @Override method startBookmarks (line 60) | public void startBookmarks() {} method endBookmarks (line 65) | public void endBookmarks() {} method addBookmark (line 75) | public void addBookmark(String name, String location, String parent) { FILE: src/main/java/com/mucommander/bookmark/file/BookmarkProtocolProvider.java class BookmarkProtocolProvider (line 36) | public class BookmarkProtocolProvider implements ProtocolProvider { method getFile (line 41) | public AbstractFile getFile(FileURL url, Object... instantiationParams... FILE: src/main/java/com/mucommander/bookmark/file/BookmarkRoot.java class BookmarkRoot (line 36) | class BookmarkRoot extends ProtocolFile implements BookmarkListener { method BookmarkRoot (line 41) | BookmarkRoot() throws IOException {this(FileURL.getFileURL(BookmarkPro... method BookmarkRoot (line 43) | BookmarkRoot(FileURL url) { method ls (line 50) | @Override method getName (line 63) | @Override method isDirectory (line 68) | @Override method bookmarksChanged (line 76) | public void bookmarksChanged() { method getLastModifiedDate (line 84) | @Override method getParent (line 92) | @Override method delete (line 94) | @Override method copyRemotelyTo (line 97) | @Override method renameTo (line 100) | @Override method setLastModifiedDate (line 103) | @Override method getSize (line 106) | @Override method setParent (line 108) | @Override method exists (line 110) | @Override method getPermissions (line 112) | @Override method changePermission (line 114) | @Override method getChangeablePermissions (line 117) | @Override method isSymlink (line 119) | @Override method isSystem (line 121) | @Override method mkdir (line 123) | @Override method getInputStream (line 126) | @Override method getOutputStream (line 129) | @Override method getAppendOutputStream (line 132) | @Override method getRandomAccessInputStream (line 135) | @Override method getRandomAccessOutputStream (line 138) | @Override method getFreeSpace (line 141) | @Override method getTotalSpace (line 144) | @Override method getUnderlyingFileObject (line 147) | @Override method getOwner (line 149) | @Override method canGetOwner (line 151) | @Override method getGroup (line 153) | @Override method canGetGroup (line 155) | @Override method getReplication (line 157) | @Override method getBlocksize (line 163) | @Override method changeReplication (line 169) | @Override FILE: src/main/java/com/mucommander/cache/FastLRUCache.java class FastLRUCache (line 40) | public class FastLRUCache extends LRUCache { class Value (line 51) | private static final class Value { method Value (line 55) | public Value(V value, Long expirationDate) { method FastLRUCache (line 62) | public FastLRUCache(int capacity) { method toString (line 77) | public String toString() { method purgeExpiredItems (line 102) | private void purgeExpiredItems() { method get (line 137) | @Override method add (line 171) | @Override method size (line 193) | @Override method clearAll (line 199) | @Override method testCorruption (line 213) | @Override FILE: src/main/java/com/mucommander/cache/LRUCache.java class LRUCache (line 49) | public abstract class LRUCache { method LRUCache (line 70) | public LRUCache(int capacity) { method getCapacity (line 79) | public int getCapacity() { method getHitCount (line 89) | public int getHitCount() { method getMissCount (line 99) | public int getMissCount() { method get (line 118) | public abstract V get(K key); method add (line 134) | public abstract void add(K key, V value, long timeToLive); method add (line 142) | public synchronized void add(K key, V value) { method clearAll (line 150) | public abstract void clearAll(); method size (line 160) | public abstract int size(); method testCorruption (line 166) | protected abstract void testCorruption() throws RuntimeException; method main (line 174) | public static void main(String[] args) { method isEmpty (line 240) | public boolean isEmpty() { method getLogger (line 244) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/cache/TextHistory.java class TextHistory (line 33) | public class TextHistory { type Type (line 37) | public enum Type { method Type (line 45) | Type(String fileName) { method getInstance (line 53) | public static TextHistory getInstance() { method getList (line 63) | public LinkedList getList(Type type) { method add (line 77) | public void add(Type type, String s, boolean save) { method save (line 102) | public void save(Type type) { method load (line 111) | private LinkedList load(AbstractFile file) { method save (line 131) | private void save(AbstractFile file, List list) throws IOExce... method getHistoryFile (line 148) | public static synchronized AbstractFile getHistoryFile(Type type) thro... method clear (line 153) | public void clear() { FILE: src/main/java/com/mucommander/cache/WindowsStorage.java class WindowsStorage (line 32) | public class WindowsStorage { class Record (line 40) | public static class Record { method Record (line 43) | Record(String s) { method Record (line 51) | public Record(int left, int top, int width, int height) { method equals (line 58) | @Override method toString (line 70) | @Override method apply (line 75) | public void apply(Window window) { method applyPos (line 80) | void applyPos(Window window) { method getInstance (line 85) | public static WindowsStorage getInstance() { method get (line 94) | public Record get(String key) { method get (line 98) | public Record get(Window window, String suffix) { method get (line 103) | public Record get(Window frame) { method put (line 107) | public void put(String key, Record rec) { method put (line 118) | public void put(Window window) { method put (line 122) | public void put(Window window, String suffix) { method init (line 128) | public boolean init(Window window, String suffix, boolean storeSizes) { method getKey (line 143) | private String getKey(Window window, String suffix) { method init (line 155) | public boolean init(Window window) { method getRecords (line 160) | private Map getRecords() { method load (line 174) | private void load(AbstractFile file) throws IOException { method loadRecord (line 211) | private void loadRecord(String line) { method save (line 229) | private void save(AbstractFile file) throws IOException { method saveRecord (line 239) | private void saveRecord(Writer writer, String key, Record record) thro... method getHistoryFile (line 254) | private static synchronized AbstractFile getHistoryFile() throws IOExc... method clear (line 259) | public void clear() { FILE: src/main/java/com/mucommander/command/AssociationBuilder.java type AssociationBuilder (line 25) | public interface AssociationBuilder { method startBuilding (line 30) | void startBuilding() throws CommandException; method endBuilding (line 36) | void endBuilding() throws CommandException; method startAssociation (line 43) | void startAssociation(String command) throws CommandException; method endAssociation (line 49) | void endAssociation() throws CommandException; method setMask (line 57) | void setMask(String mask, boolean isCaseSensitive) throws CommandExcep... method setIsSymlink (line 64) | void setIsSymlink(boolean isSymlink) throws CommandException; method setIsHidden (line 71) | void setIsHidden(boolean isHidden) throws CommandException; method setIsReadable (line 78) | void setIsReadable(boolean isReadable) throws CommandException; method setIsWritable (line 85) | void setIsWritable(boolean isWritable) throws CommandException; method setIsExecutable (line 92) | void setIsExecutable(boolean isExecutable) throws CommandException; FILE: src/main/java/com/mucommander/command/AssociationFactory.java class AssociationFactory (line 30) | class AssociationFactory implements AssociationBuilder { method startBuilding (line 34) | public void startBuilding() {} method endBuilding (line 35) | public void endBuilding() {} method startAssociation (line 37) | public void startAssociation(String command) { method endAssociation (line 42) | public void endAssociation() throws CommandException { method setMask (line 49) | public void setMask(String mask, boolean isCaseSensitive) { method setIsDir (line 53) | public void setIsDir(boolean isDir) { method setIsSymlink (line 57) | public void setIsSymlink(boolean isSymlink) { method setIsHidden (line 61) | public void setIsHidden(boolean isHidden) { method setIsReadable (line 65) | public void setIsReadable(boolean isReadable) { method setIsWritable (line 69) | public void setIsWritable(boolean isWritable) { method setIsExecutable (line 73) | public void setIsExecutable(boolean isExecutable) { FILE: src/main/java/com/mucommander/command/AssociationReader.java class AssociationReader (line 44) | public class AssociationReader extends DefaultHandler implements Associa... method AssociationReader (line 55) | private AssociationReader(AssociationBuilder b) { method read (line 79) | public static void read(InputStream in, AssociationBuilder b) throws I... method startElement (line 94) | @Override method endElement (line 163) | @Override FILE: src/main/java/com/mucommander/command/AssociationWriter.java class AssociationWriter (line 35) | public class AssociationWriter implements AssociationsXmlConstants, Asso... method AssociationWriter (line 44) | AssociationWriter(OutputStream stream) throws IOException {out = new X... method startBuilding (line 51) | @Override method endBuilding (line 64) | @Override method startAssociation (line 73) | @Override method endAssociation (line 86) | @Override method setMask (line 95) | @Override method setIsSymlink (line 105) | @Override method setIsHidden (line 112) | @Override method setIsReadable (line 119) | @Override method setIsWritable (line 126) | @Override method setIsExecutable (line 133) | @Override method writeStandaloneElement (line 140) | private void writeStandaloneElement(XmlAttributes attr, String name) t... FILE: src/main/java/com/mucommander/command/AssociationsXmlConstants.java type AssociationsXmlConstants (line 59) | interface AssociationsXmlConstants { FILE: src/main/java/com/mucommander/command/Command.java class Command (line 72) | public class Command implements Comparable { method Command (line 134) | public Command(String alias, String command, CommandType type, String ... method Command (line 154) | public Command(String alias, String command) { method Command (line 168) | public Command(String alias, String command, CommandType type) { method Command (line 173) | public Command(Command cmd) { method getTokens (line 187) | public synchronized String[] getTokens() { method getTokens (line 197) | public synchronized String[] getTokens(AbstractFile file) { method getTokens (line 207) | public synchronized String[] getTokens(FileSet files) { method getTokens (line 217) | public synchronized String[] getTokens(AbstractFile[] files) { method getTokens (line 227) | public static String[] getTokens(String command) { method getTokens (line 238) | public static String[] getTokens(String command, AbstractFile file) { method getTokens (line 249) | public static String[] getTokens(String command, FileSet files) { method getTokens (line 260) | public static String[] getTokens(String command, AbstractFile[] files) { method hasSelectedFileKeyword (line 372) | public synchronized boolean hasSelectedFileKeyword() { method isLegalKeyword (line 393) | private static boolean isLegalKeyword(char keyword) { method getKeywordReplacement (line 405) | private static String getKeywordReplacement(char keyword, AbstractFile... method getCommand (line 429) | public synchronized String getCommand() { method getAlias (line 438) | public synchronized String getAlias() { method getType (line 447) | public synchronized CommandType getType() { method getFileMask (line 451) | public synchronized String getFileMask() { method getDisplayName (line 462) | public synchronized String getDisplayName() { method isDisplayNameSet (line 471) | synchronized boolean isDisplayNameSet() { method hashCode (line 475) | @Override method equals (line 487) | @Override method compareTo (line 496) | @Override method toString (line 510) | @Override FILE: src/main/java/com/mucommander/command/CommandAssociation.java class CommandAssociation (line 28) | class CommandAssociation { method CommandAssociation (line 40) | CommandAssociation(Command command, FileFilter filter) { method accept (line 50) | public boolean accept(AbstractFile file) {return fileFilter.match(file);} method getCommand (line 58) | public Command getCommand() {return command;} method getFilter (line 60) | public FileFilter getFilter() {return fileFilter;} FILE: src/main/java/com/mucommander/command/CommandBuilder.java type CommandBuilder (line 60) | public interface CommandBuilder { method startBuilding (line 65) | void startBuilding() throws CommandException; method endBuilding (line 71) | void endBuilding() throws CommandException; method addCommand (line 78) | void addCommand(Command command) throws CommandException; FILE: src/main/java/com/mucommander/command/CommandException.java class CommandException (line 25) | public class CommandException extends Exception { method CommandException (line 29) | public CommandException() {super();} method CommandException (line 35) | public CommandException(String message) {super(message);} method CommandException (line 41) | public CommandException(Throwable cause) {super(cause);} method CommandException (line 48) | public CommandException(String message, Throwable cause) {super(messag... FILE: src/main/java/com/mucommander/command/CommandManager.java class CommandManager (line 42) | public class CommandManager implements CommandBuilder { method CommandManager (line 107) | private CommandManager() {} method getTokensForFile (line 122) | public static String[] getTokensForFile(AbstractFile file) { method getTokensForFile (line 132) | public static String[] getTokensForFile(AbstractFile file, boolean all... method getCommandForFile (line 146) | public static Command getCommandForFile(AbstractFile file) { method getCommandForFile (line 150) | private static Command getCommandForFile(AbstractFile file, List commands() { method getCommandForAlias (line 208) | public static Command getCommandForAlias(String alias, AbstractFile fi... method checkFileMask (line 235) | public static boolean checkFileMask(Command cmd, AbstractFile file) { method setDefaultCommand (line 255) | private static void setDefaultCommand(Command command) { method registerCommand (line 262) | private static void registerCommand(Command command, boolean mark) { method registerDefaultCommand (line 281) | public static void registerDefaultCommand(Command command) throws Comm... method registerCommand (line 289) | public static void registerCommand(Command command) { method registerAssociation (line 304) | public static void registerAssociation(String command, FileFilter filt... method createAssociation (line 308) | private static CommandAssociation createAssociation(String cmd, FileFi... method registerDefaultAssociation (line 319) | public static void registerDefaultAssociation(String command, FileFilt... method addCommand (line 330) | public void addCommand(Command command) { method buildCommands (line 346) | public static void buildCommands(CommandBuilder builder, CommandType t... method buildFilter (line 365) | private static void buildFilter(FileFilter filter, AssociationBuilder ... method buildAssociations (line 413) | public static void buildAssociations(AssociationBuilder builder) throw... method getAssociationFile (line 459) | public static AbstractFile getAssociationFile() throws IOException { method setAssociationFile (line 477) | public static void setAssociationFile(String path) throws FileNotFound... method setAssociationFile (line 497) | public static void setAssociationFile(File file) throws FileNotFoundEx... method setAssociationFile (line 509) | public static void setAssociationFile(AbstractFile file) throws FileNo... method loadAssociations (line 529) | public static void loadAssociations() throws IOException, CommandExcep... method writeAssociations (line 559) | public static void writeAssociations() throws CommandException, IOExce... method getCommandFile (line 595) | public static AbstractFile getCommandFile() throws IOException { method setCommandFile (line 613) | public static void setCommandFile(String path) throws FileNotFoundExce... method setCommandFile (line 635) | public static void setCommandFile(File file) throws FileNotFoundExcept... method setCommandFile (line 645) | public static void setCommandFile(AbstractFile file) throws FileNotFou... method writeCommands (line 670) | public static void writeCommands() throws IOException, CommandException { method loadCommands (line 696) | public static void loadCommands() throws IOException, CommandException { method startBuilding (line 727) | public void startBuilding() {} method endBuilding (line 732) | public void endBuilding() {} method getCommands (line 735) | public static List getCommands(String type) { method removeAllNormalCommands (line 747) | public static void removeAllNormalCommands() { method getLogger (line 755) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/command/CommandReader.java class CommandReader (line 44) | public class CommandReader extends DefaultHandler implements CommandsXml... method CommandReader (line 53) | private CommandReader(CommandBuilder b) { method read (line 76) | public static void read(InputStream in, CommandBuilder b) throws Comma... method startElement (line 92) | @Override FILE: src/main/java/com/mucommander/command/CommandType.java type CommandType (line 27) | public enum CommandType { method CommandType (line 37) | CommandType() { method CommandType (line 40) | CommandType(String value) { method parseCommandType (line 58) | public static CommandType parseCommandType(String value) { method toString (line 72) | @Override FILE: src/main/java/com/mucommander/command/CommandWriter.java class CommandWriter (line 35) | public class CommandWriter implements CommandsXmlConstants, CommandBuild... method CommandWriter (line 45) | CommandWriter(OutputStream stream) throws IOException { method startBuilding (line 53) | public void startBuilding() throws CommandException { method endBuilding (line 65) | public void endBuilding() throws CommandException { method addCommand (line 78) | public void addCommand(Command command) throws CommandException { FILE: src/main/java/com/mucommander/command/CommandsXmlConstants.java type CommandsXmlConstants (line 49) | interface CommandsXmlConstants { FILE: src/main/java/com/mucommander/command/PermissionsFileFilter.java class PermissionsFileFilter (line 30) | public class PermissionsFileFilter extends AbstractFileFilter implements... method PermissionsFileFilter (line 39) | PermissionsFileFilter(int permission, boolean filter) { method accept (line 44) | public boolean accept(AbstractFile file) { method getPermission (line 52) | public int getPermission() { method getFilter (line 60) | public boolean getFilter() { FILE: src/main/java/com/mucommander/commons/DummyDecoratedFile.java class DummyDecoratedFile (line 31) | public class DummyDecoratedFile extends DummyFile { method DummyDecoratedFile (line 40) | public DummyDecoratedFile(FileURL url) { method toString (line 44) | @Override FILE: src/main/java/com/mucommander/commons/HasProgress.java type HasProgress (line 24) | public interface HasProgress { method getProgress (line 25) | int getProgress(); method hasProgress (line 26) | boolean hasProgress(); FILE: src/main/java/com/mucommander/commons/collections/AlteredVector.java class AlteredVector (line 39) | public class AlteredVector extends Vector { method AlteredVector (line 45) | public AlteredVector() { method AlteredVector (line 49) | public AlteredVector(Collection collection) { method AlteredVector (line 53) | public AlteredVector(int initialCapacity, int capacityIncrement) { method AlteredVector (line 57) | public AlteredVector(int initialCapacity) { method addVectorChangeListener (line 71) | public void addVectorChangeListener(VectorChangeListener listener) { method removeVectorChangeListener (line 81) | public void removeVectorChangeListener(VectorChangeListener listener) { method fireElementsAddedEvent (line 92) | private void fireElementsAddedEvent(int startIndex, int nbAdded) { method fireElementsRemovedEvent (line 104) | private void fireElementsRemovedEvent(int startIndex, int nbRemoved) { method fireElementChangedEvent (line 115) | private void fireElementChangedEvent(int index) { method setElementAt (line 122) | @Override method set (line 129) | @Override method insertElementAt (line 138) | @Override method add (line 145) | @Override method addElement (line 152) | @Override method add (line 159) | @Override method addAll (line 168) | @Override method addAll (line 179) | @Override method removeElementAt (line 190) | @Override method remove (line 197) | @Override method removeElement (line 206) | @Override method remove (line 218) | @Override method removeAllElements (line 223) | @Override method clear (line 232) | @Override FILE: src/main/java/com/mucommander/commons/collections/Enumerator.java class Enumerator (line 29) | public class Enumerator implements Iterator { method Enumerator (line 39) | public Enumerator(Enumeration e) { method hasNext (line 50) | @Override method next (line 60) | @Override method remove (line 69) | @Override FILE: src/main/java/com/mucommander/commons/collections/VectorChangeListener.java type VectorChangeListener (line 29) | public interface VectorChangeListener { method elementsAdded (line 37) | void elementsAdded(int startIndex, int nbAdded); method elementsRemoved (line 45) | void elementsRemoved(int startIndex, int nbRemoved); method elementChanged (line 52) | void elementChanged(int index); FILE: src/main/java/com/mucommander/commons/conf/BufferedConfigurationExplorer.java class BufferedConfigurationExplorer (line 31) | class BufferedConfigurationExplorer extends ConfigurationExplorer { method BufferedConfigurationExplorer (line 40) | BufferedConfigurationExplorer(ConfigurationSection root) { method hasSections (line 50) | boolean hasSections() { method popSection (line 58) | ConfigurationSection popSection() { method moveTo (line 69) | @Override FILE: src/main/java/com/mucommander/commons/conf/Configuration.java class Configuration (line 70) | public class Configuration { method Configuration (line 102) | public Configuration() { method Configuration (line 113) | public Configuration(ConfigurationSource source) { method Configuration (line 126) | public Configuration(ConfigurationReaderFactory reader, ConfigurationW... method Configuration (line 137) | public Configuration(ConfigurationSource source, ConfigurationReaderFa... method setSource (line 149) | public void setSource(ConfigurationSource s) { method getSource (line 160) | public ConfigurationSource getSource() { method setReaderFactory (line 176) | void setReaderFactory(ConfigurationReaderFactory f) { method getReaderFactory (line 191) | private ConfigurationReaderFactory getReaderFactory() { method setWriterFactory (line 210) | void setWriterFactory(ConfigurationWriterFactory f) { method getWriterFactory (line 225) | private ConfigurationWriterFactory getWriterFactory() { method read (line 247) | synchronized void read(Reader in, ConfigurationReader reader) throws I... method read (line 269) | @Deprecated method read (line 290) | public void read(Reader in) throws ConfigurationException, IOException { method read (line 310) | public void read(ConfigurationReader reader) throws IOException, Confi... method read (line 345) | public void read() throws ConfigurationException, IOException { method write (line 362) | public void write(Writer out) throws ConfigurationException { method write (line 380) | public void write() throws IOException, ConfigurationException { method write (line 398) | public void write(ConfigurationBuilder builder) throws ConfigurationEx... method build (line 411) | private synchronized void build(ConfigurationBuilder builder, Configur... method renameVariable (line 453) | public void renameVariable(String fromVar, String toVar) { method setVariable (line 474) | public synchronized boolean setVariable(String name, String value) { method setVariable (line 506) | public boolean setVariable(String name, int value) { method setVariable (line 529) | public boolean setVariable(String name, List value, String sep... method setVariable (line 551) | public boolean setVariable(String name, float value) {return setVariab... method setVariable (line 571) | public boolean setVariable(String name, boolean value) { method setVariable (line 593) | public boolean setVariable(String name, long value) { method setVariable (line 615) | public boolean setVariable(String name, double value) {return setVaria... method getVariable (line 625) | public synchronized String getVariable(String name) { method getListVariable (line 640) | public ValueList getListVariable(String name, String separator) { method getIntegerVariable (line 652) | public int getIntegerVariable(String name) { method getLongVariable (line 664) | public long getLongVariable(String name) { method getFloatVariable (line 676) | public float getFloatVariable(String name) { method getDoubleVariable (line 688) | public double getDoubleVariable(String name) { method getBooleanVariable (line 699) | public boolean getBooleanVariable(String name) { method isVariableSet (line 708) | public boolean isVariableSet(String name) { method prune (line 718) | private void prune(BufferedConfigurationExplorer explorer) { method removeVariable (line 745) | public synchronized String removeVariable(String name) { method removeListVariable (line 772) | public ValueList removeListVariable(String name, String separator) { method removeIntegerVariable (line 785) | public int removeIntegerVariable(String name) { method removeLongVariable (line 798) | public long removeLongVariable(String name) { method removeFloatVariable (line 811) | public float removeFloatVariable(String name) { method removeDoubleVariable (line 824) | public double removeDoubleVariable(String name) { method removeBooleanVariable (line 837) | public boolean removeBooleanVariable(String name) { method clear (line 844) | public void clear() { method getVariable (line 864) | public synchronized String getVariable(String name, String defaultValu... method getVariable (line 895) | public ValueList getVariable(String name, List defaultValue, S... method getVariable (line 913) | public int getVariable(String name, int defaultValue) { method getVariable (line 931) | public long getVariable(String name, long defaultValue) { method getVariable (line 949) | public float getVariable(String name, float defaultValue) { method getVariable (line 966) | public boolean getVariable(String name, boolean defaultValue) { method getVariable (line 984) | public double getVariable(String name, double defaultValue) { method moveToParent (line 999) | private String moveToParent(ConfigurationExplorer root, String name, b... method addConfigurationListener (line 1025) | public void addConfigurationListener(ConfigurationListener listener) { method removeConfigurationListener (line 1033) | public void removeConfigurationListener(ConfigurationListener listener) { method triggerEvent (line 1040) | private void triggerEvent(ConfigurationEvent event) { method getRoot (line 1052) | ConfigurationSection getRoot() { class ConfigurationLoader (line 1062) | private class ConfigurationLoader implements ConfigurationBuilder { method ConfigurationLoader (line 1075) | ConfigurationLoader(ConfigurationSection root) { method startConfiguration (line 1084) | public void startConfiguration() { method endConfiguration (line 1093) | public void endConfiguration() throws ConfigurationException { method startSection (line 1106) | public void startSection(String name) { method endSection (line 1124) | public void endSection(String name) throws ConfigurationException { method addVariable (line 1147) | public void addVariable(String name, String value) { FILE: src/main/java/com/mucommander/commons/conf/ConfigurationBuilder.java type ConfigurationBuilder (line 38) | public interface ConfigurationBuilder { method startConfiguration (line 46) | void startConfiguration() throws ConfigurationException; method endConfiguration (line 56) | void endConfiguration() throws ConfigurationException; method startSection (line 69) | void startSection(String name) throws ConfigurationException; method endSection (line 81) | void endSection(String name) throws ConfigurationException; method addVariable (line 95) | void addVariable(String name, String value) throws ConfigurationExcept... FILE: src/main/java/com/mucommander/commons/conf/ConfigurationEvent.java class ConfigurationEvent (line 32) | public class ConfigurationEvent { method ConfigurationEvent (line 55) | public ConfigurationEvent(Configuration configuration, String name, St... method getConfiguration (line 66) | public Configuration getConfiguration() { method getVariable (line 79) | public String getVariable() { method getValue (line 90) | public String getValue() { method getIntegerValue (line 102) | public int getIntegerValue() throws NumberFormatException { method getFloatValue (line 114) | public float getFloatValue() throws NumberFormatException { method getBooleanValue (line 125) | public boolean getBooleanValue() { method getLongValue (line 137) | public long getLongValue() throws NumberFormatException { method getDoubleValue (line 149) | public double getDoubleValue() { method getListValue (line 161) | public ValueList getListValue(String separator) { FILE: src/main/java/com/mucommander/commons/conf/ConfigurationException.java class ConfigurationException (line 34) | public class ConfigurationException extends Exception { method ConfigurationException (line 39) | public ConfigurationException(String message) {super(message);} method ConfigurationException (line 49) | public ConfigurationException(Throwable cause) {super(cause);} method ConfigurationException (line 59) | public ConfigurationException(String message, Throwable cause) {super(... FILE: src/main/java/com/mucommander/commons/conf/ConfigurationExplorer.java class ConfigurationExplorer (line 25) | class ConfigurationExplorer { method ConfigurationExplorer (line 34) | public ConfigurationExplorer(ConfigurationSection root) { method getSection (line 43) | public ConfigurationSection getSection() { method moveTo (line 53) | public boolean moveTo(String name, boolean create) { FILE: src/main/java/com/mucommander/commons/conf/ConfigurationFormatException.java class ConfigurationFormatException (line 40) | public class ConfigurationFormatException extends ConfigurationException { method ConfigurationFormatException (line 55) | public ConfigurationFormatException(String message) {super(message);} method ConfigurationFormatException (line 68) | public ConfigurationFormatException(String message, int line, int colu... method ConfigurationFormatException (line 81) | public ConfigurationFormatException(Throwable cause) {super(cause == n... method ConfigurationFormatException (line 97) | public ConfigurationFormatException(Throwable cause, int line, int col... method ConfigurationFormatException (line 110) | public ConfigurationFormatException(String message, Throwable cause) { method ConfigurationFormatException (line 128) | public ConfigurationFormatException(String message, Throwable cause, i... method setLocationInformation (line 139) | private void setLocationInformation(int line, int column) { method getLineNumber (line 155) | public int getLineNumber() {return line;} method getColumnNumber (line 168) | public int getColumnNumber() {return column;} FILE: src/main/java/com/mucommander/commons/conf/ConfigurationListener.java type ConfigurationListener (line 30) | public interface ConfigurationListener { method configurationChanged (line 35) | void configurationChanged(ConfigurationEvent event); FILE: src/main/java/com/mucommander/commons/conf/ConfigurationReader.java type ConfigurationReader (line 44) | public interface ConfigurationReader { method read (line 57) | void read(Reader in, ConfigurationBuilder builder) throws Configuratio... FILE: src/main/java/com/mucommander/commons/conf/ConfigurationReaderFactory.java type ConfigurationReaderFactory (line 35) | public interface ConfigurationReaderFactory variableNames() { method hasVariables (line 97) | public boolean hasVariables() { method getIntegerValue (line 111) | public static int getIntegerValue(String value) { method getListValue (line 124) | public static ValueList getListValue(String value, String separator) { method getFloatValue (line 136) | public static float getFloatValue(String value) { method getBooleanValue (line 148) | public static boolean getBooleanValue(String value) { method getLongValue (line 160) | public static long getLongValue(String value) { method getDoubleValue (line 172) | public static double getDoubleValue(String value) { method getValue (line 181) | public static String getValue(int value) { method getValue (line 191) | public static String getValue(List value, String separator) { method getValue (line 200) | public static String getValue(float value) { method getValue (line 209) | public static String getValue(boolean value) { method getValue (line 218) | public static String getValue(long value) { method getValue (line 227) | public static String getValue(double value) { method addSection (line 243) | public ConfigurationSection addSection(String name) { method removeSection (line 261) | public ConfigurationSection removeSection(String name) { method removeSection (line 273) | public boolean removeSection(ConfigurationSection section) { method getSection (line 294) | public ConfigurationSection getSection(String name) { method sectionNames (line 306) | public Set sectionNames() { method hasSections (line 314) | public boolean hasSections() { method isEmpty (line 327) | public boolean isEmpty() { method clear (line 334) | public void clear() { FILE: src/main/java/com/mucommander/commons/conf/ConfigurationSource.java type ConfigurationSource (line 44) | public interface ConfigurationSource { method getReader (line 50) | Reader getReader() throws IOException; method getWriter (line 57) | Writer getWriter() throws IOException; method isExists (line 65) | boolean isExists() throws IOException; FILE: src/main/java/com/mucommander/commons/conf/ConfigurationStructureException.java class ConfigurationStructureException (line 36) | public class ConfigurationStructureException extends ConfigurationExcept... method ConfigurationStructureException (line 41) | public ConfigurationStructureException(String message) {super(message);} method ConfigurationStructureException (line 51) | public ConfigurationStructureException(Throwable cause) {super(cause);} method ConfigurationStructureException (line 61) | public ConfigurationStructureException(String message, Throwable cause... FILE: src/main/java/com/mucommander/commons/conf/ConfigurationWriterFactory.java class ConfigurationWriterFactory (line 36) | public abstract class ConfigurationWriterFactory { method ValueIterator (line 40) | ValueIterator(Iterator iterator) { method hasNext (line 50) | @Override method next (line 60) | @Override method remove (line 68) | @Override method nextValue (line 80) | public String nextValue() { method nextIntegerValue (line 90) | public int nextIntegerValue() { method nextFloatValue (line 100) | public float nextFloatValue() { method nextLongValue (line 110) | public long nextLongValue() { method nextDoubleValue (line 120) | public double nextDoubleValue() { method nextBooleanValue (line 129) | public boolean nextBooleanValue() { method nextListValue (line 139) | public ValueList nextListValue(String separator) { FILE: src/main/java/com/mucommander/commons/conf/ValueList.java class ValueList (line 37) | public class ValueList extends ArrayList { method ValueList (line 43) | public ValueList(String data, String separator) { method valueAt (line 56) | public String valueAt(int index) { method integerValueAt (line 66) | public int integerValueAt(int index) { method floatValueAt (line 76) | public float floatValueAt(int index) { method doubleValueAt (line 86) | public double doubleValueAt(int index) { method longValueAt (line 96) | public long longValueAt(int index) { method booleanValueAt (line 105) | public boolean booleanValueAt(int index) { method listValueAt (line 115) | public ValueList listValueAt(int index, String separator) { method valueIterator (line 123) | public ValueIterator valueIterator() { method toString (line 135) | public static String toString(List data, String separator) { FILE: src/main/java/com/mucommander/commons/conf/WriterConfigurationException.java class WriterConfigurationException (line 31) | public class WriterConfigurationException extends ConfigurationException { method WriterConfigurationException (line 36) | public WriterConfigurationException(String message) { method WriterConfigurationException (line 48) | public WriterConfigurationException(Throwable cause) { method WriterConfigurationException (line 60) | public WriterConfigurationException(String message, Throwable cause) { FILE: src/main/java/com/mucommander/commons/conf/XmlConfigurationReader.java class XmlConfigurationReader (line 71) | public class XmlConfigurationReader extends DefaultHandler implements Co... method XmlConfigurationReader (line 96) | public XmlConfigurationReader() { method read (line 112) | public void read(Reader in, ConfigurationBuilder builder) throws IOExc... method characters (line 133) | @Override method startElement (line 139) | @Override method endElement (line 161) | @Override method startDocument (line 198) | @Override method endDocument (line 210) | @Override method setDocumentLocator (line 222) | @Override FILE: src/main/java/com/mucommander/commons/conf/XmlConfigurationWriter.java class XmlConfigurationWriter (line 40) | public class XmlConfigurationWriter implements ConfigurationBuilder { method getWriterInstance (line 54) | public XmlConfigurationWriter getWriterInstance(Writer out) { method XmlConfigurationWriter (line 65) | protected XmlConfigurationWriter(Writer out, String rootElementName) { method createHandler (line 71) | private static ContentHandler createHandler(Writer out) { method startElement (line 97) | protected void startElement(String name) throws ConfigurationException { method endElement (line 105) | protected void endElement(String name) throws ConfigurationException { method startSection (line 118) | public void startSection(String name) throws ConfigurationException { method endSection (line 127) | public void endSection(String name) throws ConfigurationException { method addVariable (line 137) | public void addVariable(String name, String value) throws Configuratio... method startConfiguration (line 154) | public void startConfiguration() throws ConfigurationException { method endConfiguration (line 167) | public void endConfiguration() throws ConfigurationException { FILE: src/main/java/com/mucommander/commons/file/AbstractArchiveEntryFile.java class AbstractArchiveEntryFile (line 57) | public abstract class AbstractArchiveEntryFile extends AbstractFile { method AbstractArchiveEntryFile (line 76) | protected AbstractArchiveEntryFile(FileURL url, AbstractArchiveFile ar... method getEntry (line 88) | public ArchiveEntry getEntry() { method getArchiveFile (line 97) | AbstractArchiveFile getArchiveFile() { method getRelativeEntryPath (line 109) | private String getRelativeEntryPath() { method getLastModifiedDate (line 127) | @Override method getSize (line 132) | @Override method isDirectory (line 137) | @Override method isArchive (line 142) | @Override method ls (line 148) | @Override method ls (line 153) | @Override method ls (line 158) | @Override method getParent (line 163) | @Override method setParent (line 168) | @Override method exists (line 178) | @Override method getPermissions (line 183) | @Override method changePermission (line 189) | @Override method getOwner (line 194) | @Override method canGetOwner (line 199) | @Override method getGroup (line 204) | @Override method canGetGroup (line 209) | @Override method isSymlink (line 217) | @Override method isSystem (line 225) | @Override method getFreeSpace (line 237) | @Override method getTotalSpace (line 249) | @Override method getInputStream (line 261) | @Override method getAppendOutputStream (line 271) | @Override method getRandomAccessInputStream (line 283) | @Override method getRandomAccessOutputStream (line 295) | @Override method copyRemotelyTo (line 306) | @Override method renameTo (line 318) | @Override method getUnderlyingFileObject (line 328) | @Override method getSeparator (line 344) | @Override method getAbsolutePath (line 352) | @Override method getCanonicalPath (line 361) | @Override method getRoot (line 370) | @Override method isRoot (line 380) | @Override method getVolume (line 388) | @Override method getReplication (line 393) | @Override method getBlocksize (line 399) | @Override method changeReplication (line 405) | @Override FILE: src/main/java/com/mucommander/commons/file/AbstractArchiveFile.java class AbstractArchiveFile (line 80) | public abstract class AbstractArchiveFile extends ProxyFile { method AbstractArchiveFile (line 103) | protected AbstractArchiveFile(AbstractFile file) { method createEntriesTree (line 115) | private void createEntriesTree() throws IOException { method checkEntriesTree (line 150) | private void checkEntriesTree() throws IOException { method declareEntriesTreeUpToDate (line 162) | protected void declareEntriesTreeUpToDate() { method addToEntriesTree (line 175) | protected void addToEntriesTree(ArchiveEntry entry) throws IOException { method removeFromEntriesTree (line 189) | protected void removeFromEntriesTree(ArchiveEntry entry) throws IOExce... method getArchiveEntryTree (line 205) | ArchiveEntryTree getArchiveEntryTree() { method ls (line 215) | protected AbstractFile[] ls(AbstractArchiveEntryFile entryFile, Filena... method ls (line 237) | private AbstractFile[] ls(DefaultMutableTreeNode treeNode, AbstractFil... method getArchiveEntryFile (line 274) | private AbstractFile getArchiveEntryFile(ArchiveEntry entry, AbstractF... method getArchiveEntryFile (line 315) | public AbstractFile getArchiveEntryFile(ArchiveEntry entry) throws IOE... method getArchiveEntryFile (line 335) | public AbstractFile getArchiveEntryFile(String entryPath) throws IOExc... method getArchiveEntryFile (line 376) | private AbstractFile getArchiveEntryFile(DefaultMutableTreeNode entryN... method getEntryIterator (line 399) | public abstract ArchiveEntryIterator getEntryIterator() throws IOExcep... method getEntryInputStream (line 416) | public abstract InputStream getEntryInputStream(ArchiveEntry entry, Ar... method isWritable (line 434) | public abstract boolean isWritable(); method isArchive (line 437) | @Override method ls (line 452) | @Override method ls (line 475) | @Override method ls (line 497) | @Override method getPassword (line 510) | public String getPassword() { method setPassword (line 514) | public void setPassword(String password) { method getLogger (line 521) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/commons/file/AbstractFile.java class AbstractFile (line 56) | public abstract class AbstractFile implements FileAttributes, Permission... method AbstractFile (line 81) | protected AbstractFile(FileURL url) { method getURL (line 91) | public FileURL getURL() { method getJavaNetURL (line 111) | public URL getJavaNetURL() throws MalformedURLException { method getName (line 129) | public String getName() { method getExtension (line 155) | public String getExtension() { method getAbsolutePath (line 177) | public String getAbsolutePath() { method getCanonicalPath (line 190) | public String getCanonicalPath() { method getCanonicalFile (line 203) | public AbstractFile getCanonicalFile() { method getSeparator (line 228) | public String getSeparator() { method isHidden (line 242) | public boolean isHidden() { method isExecutable (line 251) | public boolean isExecutable() { method canRead (line 268) | public boolean canRead() { method getRoot (line 282) | public AbstractFile getRoot() { method isRoot (line 296) | public boolean isRoot() { method getVolume (line 318) | public AbstractFile getVolume() { method getInputStream (line 341) | public InputStream getInputStream(long offset) throws IOException { method copyStream (line 385) | public void copyStream(InputStream in, boolean append, long length) th... method copyTo (line 433) | public final void copyTo(AbstractFile destFile) throws IOException { method moveTo (line 477) | public final void moveTo(AbstractFile destFile) throws IOException { method mkfile (line 512) | public void mkfile() throws IOException { method ls (line 536) | public AbstractFile[] ls(FileFilter filter) throws IOException { method ls (line 555) | public AbstractFile[] ls(FilenameFilter filter) throws IOException { method changePermissions (line 576) | public void changePermissions(int permissions) throws IOException { method getPermissionsString (line 617) | public String getPermissionsString() { method deleteRecursively (line 659) | public void deleteRecursively() throws IOException { method isFileOperationSupported (line 677) | public boolean isFileOperationSupported(FileOperation op) { method isBrowsable (line 690) | public final boolean isBrowsable() { method getNameWithoutExtension (line 707) | public final String getNameWithoutExtension() { method getPath (line 723) | public final String getPath() { method getAbsolutePath (line 734) | public final String getAbsolutePath(boolean appendSeparator) { method getCanonicalPath (line 747) | public final String getCanonicalPath(boolean appendSeparator) { method getChild (line 764) | public final AbstractFile getChild(String relativePath) throws IOExcep... method getChildSilently (line 778) | public final AbstractFile getChildSilently(String relativePath) { method getDirectChild (line 802) | public final AbstractFile getDirectChild(String filename) throws IOExc... method mkdir (line 826) | public final void mkdir(String name) throws IOException { method mkdirs (line 840) | public final void mkdirs() throws IOException { method mkfile (line 860) | public final void mkfile(String name) throws IOException { method getAncestor (line 874) | public final AbstractFile getAncestor() { method getAncestor (line 893) | public final T getAncestor(Class abstractF... method getTopAncestor (line 914) | public final AbstractFile getTopAncestor() { method hasAncestor (line 929) | public final boolean hasAncestor() { method hasAncestor (line 944) | public final boolean hasAncestor(Class abstrac... method isParentOf (line 966) | public final boolean isParentOf(AbstractFile file) { method getParentArchive (line 983) | public final AbstractArchiveFile getParentArchive() { method getIcon (line 1007) | public final Icon getIcon(Dimension preferredResolution) { method getIcon (line 1020) | public final Icon getIcon() { method calculateChecksum (line 1045) | public final String calculateChecksum(String algorithm) throws IOExcep... method calculateChecksum (line 1064) | public final String calculateChecksum(MessageDigest messageDigest) thr... method addTrailingSeparator (line 1078) | public final String addTrailingSeparator(String path) { method removeTrailingSeparator (line 1095) | protected final String removeTrailingSeparator(String path) { method checkCopyPrerequisites (line 1121) | protected final void checkCopyPrerequisites(AbstractFile destFile, boo... method checkCopyRemotelyPrerequisites (line 1172) | protected final void checkCopyRemotelyPrerequisites(AbstractFile destF... method checkRenamePrerequisites (line 1200) | protected final void checkRenamePrerequisites(AbstractFile destFile, b... method copyRecursively (line 1213) | protected final void copyRecursively(AbstractFile sourceFile, Abstract... method deleteRecursively (line 1277) | private void deleteRecursively(AbstractFile file) throws IOException { method changePermissions (line 1297) | public final void changePermissions(FilePermissions permissions) throw... method importPermissions (line 1312) | public final void importPermissions(AbstractFile sourceFile) throws IO... method importPermissions (line 1333) | public final void importPermissions(AbstractFile sourceFile, FilePermi... method isFileOperationSupported (line 1353) | public static boolean isFileOperationSupported(FileOperation op, Class... method getExtension (line 1373) | public static String getExtension(String filename) { method getBaseName (line 1396) | public String getBaseName() { method calculateChecksum (line 1419) | public static String calculateChecksum(InputStream in, MessageDigest m... method equals (line 1448) | public boolean equals(Object o) { method equalsCanonical (line 1471) | public boolean equalsCanonical(Object o) { method hashCode (line 1484) | public int hashCode() { method toString (line 1492) | public String toString() { method getLastModifiedDate (line 1506) | public abstract long getLastModifiedDate(); method getCreationDate (line 1514) | public long getCreationDate() throws IOException { method getLastAccessDate (line 1524) | public long getLastAccessDate() throws IOException { method setLastModifiedDate (line 1542) | public abstract void setLastModifiedDate(long lastModified) throws IOE... method changeReplication (line 1544) | public abstract void changeReplication(short replication) throws IOExc... method getSize (line 1551) | public abstract long getSize(); method getParent (line 1558) | public abstract AbstractFile getParent(); method setParent (line 1565) | public abstract void setParent(AbstractFile parent); method exists (line 1572) | public abstract boolean exists(); method getPermissions (line 1584) | public abstract FilePermissions getPermissions(); method getChangeablePermissions (line 1592) | public abstract PermissionBits getChangeablePermissions(); method changePermission (line 1610) | public abstract void changePermission(int access, int permission, bool... method getOwner (line 1621) | public abstract String getOwner(); method getReplication (line 1635) | public abstract short getReplication() throws UnsupportedFileOperation... method getBlocksize (line 1649) | public abstract long getBlocksize() throws UnsupportedFileOperationExc... method canGetOwner (line 1659) | public abstract boolean canGetOwner(); method getGroup (line 1670) | public abstract String getGroup(); method canGetGroup (line 1680) | public abstract boolean canGetGroup(); method isDirectory (line 1692) | public abstract boolean isDirectory(); method isArchive (line 1702) | public abstract boolean isArchive(); method isSymlink (line 1710) | public abstract boolean isSymlink(); method isSystem (line 1720) | public abstract boolean isSystem(); method ls (line 1736) | public abstract AbstractFile[] ls() throws IOException; method mkdir (line 1751) | public abstract void mkdir() throws IOException; method getInputStream (line 1773) | public abstract InputStream getInputStream() throws IOException; method getOutputStream (line 1796) | public abstract OutputStream getOutputStream() throws IOException; method getAppendOutputStream (line 1819) | public abstract OutputStream getAppendOutputStream() throws IOException; method getRandomAccessInputStream (line 1841) | public abstract RandomAccessInputStream getRandomAccessInputStream() t... method getRandomAccessOutputStream (line 1863) | public abstract RandomAccessOutputStream getRandomAccessOutputStream()... method delete (line 1883) | public abstract void delete() throws IOException; method renameTo (line 1909) | public abstract void renameTo(AbstractFile destFile) throws IOException; method copyRemotelyTo (line 1938) | public abstract void copyRemotelyTo(AbstractFile destFile) throws IOEx... method getFreeSpace (line 1954) | public abstract long getFreeSpace() throws IOException; method getTotalSpace (line 1968) | public abstract long getTotalSpace() throws IOException; method getUnderlyingFileObject (line 1981) | public abstract Object getUnderlyingFileObject(); method getPushBackInputStream (line 1995) | public synchronized PushbackInputStream getPushBackInputStream(final i... method closePushbackInputStream (line 2010) | public void closePushbackInputStream() throws IOException { method isLocalFile (line 2016) | public boolean isLocalFile() { class MuPushbackInputStream (line 2024) | private class MuPushbackInputStream extends PushbackInputStream implem... method MuPushbackInputStream (line 2033) | MuPushbackInputStream(InputStream in, int size) { method close (line 2038) | @Override method getBufferSize (line 2047) | int getBufferSize() { method getProgress (line 2051) | @Override method hasProgress (line 2056) | @Override FILE: src/main/java/com/mucommander/commons/file/AbstractFileClassLoader.java class AbstractFileClassLoader (line 33) | public class AbstractFileClassLoader extends ClassLoader { method AbstractFileClassLoader (line 46) | public AbstractFileClassLoader(ClassLoader parent) { method AbstractFileClassLoader (line 54) | public AbstractFileClassLoader() { method addFile (line 67) | public void addFile(AbstractFile file) { method files (line 82) | public Iterator files() { method contains (line 91) | public boolean contains(AbstractFile file) { method findResourceAsFile (line 104) | private AbstractFile findResourceAsFile(String name) { method getResourceAsStream (line 130) | @Override method findResource (line 160) | @Override method findResources (line 182) | @Override method findLibrary (line 205) | @Override method loadClass (line 222) | private Class loadClass(String name, AbstractFile file) throws IOEx... method findClass (line 242) | @Override FILE: src/main/java/com/mucommander/commons/file/AbstractROArchiveFile.java class AbstractROArchiveFile (line 36) | public abstract class AbstractROArchiveFile extends AbstractArchiveFile { method AbstractROArchiveFile (line 43) | protected AbstractROArchiveFile(AbstractFile file) { method isWritable (line 54) | @Override FILE: src/main/java/com/mucommander/commons/file/AbstractRWArchiveFile.java class AbstractRWArchiveFile (line 38) | public abstract class AbstractRWArchiveFile extends AbstractArchiveFile { method AbstractRWArchiveFile (line 45) | protected AbstractRWArchiveFile(AbstractFile file) { method isWritable (line 60) | @Override method addEntry (line 77) | public abstract OutputStream addEntry(ArchiveEntry entry) throws IOExc... method deleteEntry (line 88) | public abstract void deleteEntry(ArchiveEntry entry) throws IOExceptio... method updateEntry (line 101) | public abstract void updateEntry(ArchiveEntry entry) throws IOExceptio... method optimizeArchive (line 116) | public abstract void optimizeArchive() throws IOException, Unsupported... FILE: src/main/java/com/mucommander/commons/file/ArchiveEntry.java class ArchiveEntry (line 34) | public class ArchiveEntry extends SimpleFileAttributes { method ArchiveEntry (line 49) | public ArchiveEntry() { method ArchiveEntry (line 61) | public ArchiveEntry(String path, boolean directory, long date, long si... method getDepth (line 76) | public int getDepth() { method getDepth (line 87) | static int getDepth(String entryPath) { method getName (line 96) | public String getName() { method getEntryObject (line 114) | public Object getEntryObject() { method setEntryObject (line 124) | public void setEntryObject(Object entryObject) { method getPermissions (line 136) | @Override method setPath (line 151) | @Override method equals (line 166) | public boolean equals(Object o) { method hashCode (line 175) | public int hashCode() { method toString (line 188) | @Override FILE: src/main/java/com/mucommander/commons/file/ArchiveEntryIterator.java type ArchiveEntryIterator (line 39) | public interface ArchiveEntryIterator { method nextEntry (line 48) | ArchiveEntry nextEntry() throws IOException; method close (line 56) | void close() throws IOException; FILE: src/main/java/com/mucommander/commons/file/ArchiveEntryTree.java class ArchiveEntryTree (line 36) | class ArchiveEntryTree extends DefaultMutableTreeNode { method ArchiveEntryTree (line 42) | ArchiveEntryTree() { method addArchiveEntry (line 50) | void addArchiveEntry(ArchiveEntry entry) { method findEntryNode (line 112) | DefaultMutableTreeNode findEntryNode(String entryPath) { method getDefaultMutableTreeNode (line 131) | @Nullable method getLogger (line 146) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/commons/file/ArchiveFormatProvider.java type ArchiveFormatProvider (line 37) | public interface ArchiveFormatProvider { method getFile (line 46) | AbstractArchiveFile getFile(AbstractFile file) throws IOException; method getFilenameFilter (line 54) | FilenameFilter getFilenameFilter(); method getFileExtensions (line 56) | String[] getFileExtensions(); FILE: src/main/java/com/mucommander/commons/file/AuthException.java class AuthException (line 33) | public class AuthException extends IOException { method AuthException (line 43) | public AuthException(FileURL fileURL) { method AuthException (line 53) | public AuthException(FileURL fileURL, String msg) { method getURL (line 68) | public FileURL getURL() { FILE: src/main/java/com/mucommander/commons/file/AuthenticationType.java type AuthenticationType (line 28) | public enum AuthenticationType { FILE: src/main/java/com/mucommander/commons/file/Authenticator.java type Authenticator (line 43) | public interface Authenticator { method authenticate (line 50) | void authenticate(FileURL fileURL); FILE: src/main/java/com/mucommander/commons/file/Credentials.java class Credentials (line 9) | public final class Credentials { method Credentials (line 21) | public Credentials(String login, String password) { method getLogin (line 31) | public String getLogin() { method getPassword (line 40) | public String getPassword() { method getMaskedPassword (line 49) | public String getMaskedPassword() { method isEmpty (line 61) | public boolean isEmpty() { method equals (line 74) | @Override method equals (line 92) | public boolean equals(Object o, boolean passwordSensitive) { method clone (line 110) | @Override method toString (line 120) | public String toString() { method hashCode (line 124) | public int hashCode() { FILE: src/main/java/com/mucommander/commons/file/DefaultPathCanonizer.java class DefaultPathCanonizer (line 8) | public class DefaultPathCanonizer implements PathCanonizer { method DefaultPathCanonizer (line 22) | public DefaultPathCanonizer(String separator) { method DefaultPathCanonizer (line 33) | public DefaultPathCanonizer(String separator, String tildeReplacement) { method canonize (line 46) | @Override FILE: src/main/java/com/mucommander/commons/file/DefaultSchemeHandler.java class DefaultSchemeHandler (line 16) | public class DefaultSchemeHandler implements SchemeHandler { method DefaultSchemeHandler (line 35) | public DefaultSchemeHandler() { method DefaultSchemeHandler (line 48) | public DefaultSchemeHandler(SchemeParser parser, int standardPort, Str... method getParser (line 66) | public SchemeParser getParser() { method getAuthenticationType (line 75) | public AuthenticationType getAuthenticationType() { method getGuestCredentials (line 84) | public Credentials getGuestCredentials() { method getPathSeparator (line 93) | public String getPathSeparator() { method getStandardPort (line 102) | public int getStandardPort() { method getRealm (line 116) | public FileURL getRealm(FileURL location) { FILE: src/main/java/com/mucommander/commons/file/DefaultSchemeParser.java class DefaultSchemeParser (line 66) | @Slf4j method DefaultSchemeParser (line 79) | DefaultSchemeParser() { method DefaultSchemeParser (line 92) | DefaultSchemeParser(boolean parseQuery) { method DefaultSchemeParser (line 105) | DefaultSchemeParser(PathCanonizer pathCanonizer, boolean parseQuery) { method handleLocalFilePath (line 116) | private void handleLocalFilePath(String url, FileURL fileURL) { method getPathCanonizer (line 131) | private PathCanonizer getPathCanonizer() { method parse (line 136) | @Override FILE: src/main/java/com/mucommander/commons/file/DummyFile.java class DummyFile (line 20) | public class DummyFile extends AbstractFile { method DummyFile (line 22) | public DummyFile(FileURL url) { method getLastModifiedDate (line 29) | @Override method setLastModifiedDate (line 39) | @Override method getSize (line 48) | @Override method getParent (line 56) | @Override method setParent (line 64) | @Override method exists (line 71) | @Override method getPermissions (line 79) | @Override method getChangeablePermissions (line 88) | @Override method changePermission (line 96) | @Override method getOwner (line 105) | @Override method canGetOwner (line 113) | @Override method getGroup (line 121) | @Override method canGetGroup (line 129) | @Override method isDirectory (line 137) | @Override method isArchive (line 145) | @Override method isSymlink (line 153) | @Override method isSystem (line 161) | @Override method ls (line 171) | @Override method mkdir (line 182) | @Override method getInputStream (line 193) | @Override method getOutputStream (line 204) | @Override method getAppendOutputStream (line 215) | @Override method getRandomAccessInputStream (line 226) | @Override method getRandomAccessOutputStream (line 237) | @Override method delete (line 248) | @Override method copyRemotelyTo (line 259) | @Override method renameTo (line 270) | @Override method getFreeSpace (line 281) | @Override method getTotalSpace (line 292) | @Override method getUnderlyingFileObject (line 301) | @Override method getReplication (line 306) | @Override method getBlocksize (line 312) | @Override method changeReplication (line 318) | @Override FILE: src/main/java/com/mucommander/commons/file/FileAccessDeniedException.java class FileAccessDeniedException (line 26) | public class FileAccessDeniedException extends IOException { FILE: src/main/java/com/mucommander/commons/file/FileAttributes.java type FileAttributes (line 40) | public interface FileAttributes { method getPath (line 49) | String getPath(); method exists (line 57) | boolean exists(); method getLastModifiedDate (line 64) | long getLastModifiedDate(); method getSize (line 71) | long getSize(); method isDirectory (line 79) | boolean isDirectory(); method getPermissions (line 86) | FilePermissions getPermissions(); method getOwner (line 93) | String getOwner(); method getGroup (line 100) | String getGroup(); FILE: src/main/java/com/mucommander/commons/file/FileFactory.java class FileFactory (line 85) | public class FileFactory { method registerProtocolNetworks (line 115) | public static void registerProtocolNetworks() { method registerProtocolArchives (line 131) | public static void registerProtocolArchives() { method registerProtocolOthers (line 162) | public static void registerProtocolOthers() { method FileFactory (line 189) | private FileFactory() { method registerProtocol (line 215) | public static ProtocolProvider registerProtocol(String protocol, Proto... method unregisterProtocol (line 238) | public static ProtocolProvider unregisterProtocol(String protocol) { method getProtocolProvider (line 261) | public static ProtocolProvider getProtocolProvider(String protocol) { method isRegisteredProtocol (line 271) | public static boolean isRegisteredProtocol(String protocol) { method protocols (line 284) | public static Iterator protocols() { method registerArchiveFormat (line 293) | public static void registerArchiveFormat(ArchiveFormatProvider provide... method unregisterArchiveFormat (line 309) | public static void unregisterArchiveFormat(ArchiveFormatProvider provi... method updateArchiveFormatProviderArray (line 321) | private static void updateArchiveFormatProviderArray() { method getArchiveFormatProvider (line 334) | private static ArchiveFormatProvider getArchiveFormatProvider(String f... method archiveFormats (line 352) | public static Iterator archiveFormats() { method getFile (line 366) | public static AbstractFile getFile(String absPath) { method getFile (line 386) | public static AbstractFile getFile(String absPath, boolean throwExcept... method getFile (line 410) | public static AbstractFile getFile(String absPath, AbstractFile parent... method getFile (line 420) | public static AbstractFile getFile(FileURL fileURL) { method getFile (line 437) | public static AbstractFile getFile(FileURL fileURL, boolean throwExcep... method getFile (line 459) | public static AbstractFile getFile(FileURL fileURL, AbstractFile paren... method getFile (line 478) | public static AbstractFile getFile(FileURL fileURL, AbstractFile paren... method createRawFile (line 579) | private static AbstractFile createRawFile(FileURL fileURL, Authenticat... method getFilenameVariation (line 618) | private static String getFilenameVariation(String filename) { method getTemporaryFile (line 649) | public static AbstractFile getTemporaryFile(String desiredFilename, bo... method getTemporaryFile (line 678) | public static AbstractFile getTemporaryFile(boolean deleteOnExit) thro... method getTemporaryFolder (line 688) | public static AbstractFile getTemporaryFolder() { method isArchiveFilename (line 699) | public static boolean isArchiveFilename(String filename) { method wrapArchive (line 730) | public static AbstractFile wrapArchive(AbstractFile file) throws IOExc... method wrapArchive (line 750) | public static AbstractFile wrapArchive(AbstractFile file, String exten... method getDefaultFileIconProvider (line 766) | public static FileIconProvider getDefaultFileIconProvider() { method setDefaultFileIconProvider (line 778) | public static void setDefaultFileIconProvider(FileIconProvider fip) { method getDefaultAuthenticator (line 790) | public static Authenticator getDefaultAuthenticator() { method setDefaultAuthenticator (line 801) | public static void setDefaultAuthenticator(Authenticator authenticator) { method getLogger (line 805) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/commons/file/FileOperation.java type FileOperation (line 13) | public enum FileOperation { method getCorrespondingMethod (line 125) | public Method getCorrespondingMethod(Class c) { FILE: src/main/java/com/mucommander/commons/file/FilePermissions.java type FilePermissions (line 18) | public interface FilePermissions extends PermissionBits { method getMask (line 41) | PermissionBits getMask(); FILE: src/main/java/com/mucommander/commons/file/FileProtocols.java type FileProtocols (line 8) | public interface FileProtocols { FILE: src/main/java/com/mucommander/commons/file/FileURL.java class FileURL (line 83) | public class FileURL implements Cloneable { method getRealm (line 138) | @Override method FileURL (line 166) | private FileURL(SchemeHandler handler) { method urlModified (line 173) | private void urlModified() { method getFileURL (line 188) | public static FileURL getFileURL(String location) throws MalformedURLE... method getSchemeHandler (line 224) | private static SchemeHandler getSchemeHandler(String scheme) { method getHandler (line 238) | public SchemeHandler getHandler() { method setHandler (line 251) | public void setHandler(SchemeHandler handler) { method registerHandler (line 262) | static void registerHandler(String scheme, SchemeHandler handler) { method unregisterHandler (line 272) | static void unregisterHandler(String scheme) { method getRegisteredHandler (line 282) | public static SchemeHandler getRegisteredHandler(String scheme) { method getDefaultHandler (line 292) | static SchemeHandler getDefaultHandler() { method getFilenameFromPath (line 304) | public static String getFilenameFromPath(String path, String separator) { method getScheme (line 332) | public String getScheme() { method setScheme (line 348) | public void setScheme(String scheme) { method getHost (line 364) | public String getHost() { method setHost (line 374) | public void setHost(String host) { method getPort (line 387) | public int getPort() { method setPort (line 398) | public void setPort(int port) { method getStandardPort (line 416) | public int getStandardPort() { method getLogin (line 427) | public String getLogin() { method getPassword (line 437) | public String getPassword() { method getAuthenticationType (line 449) | public AuthenticationType getAuthenticationType() { method containsCredentials (line 459) | public boolean containsCredentials() { method getCredentials (line 474) | public Credentials getCredentials() { method setCredentials (line 489) | public void setCredentials(Credentials credentials) { method getGuestCredentials (line 507) | public Credentials getGuestCredentials() { method getPath (line 519) | public String getPath() { method setPath (line 531) | public void setPath(String path) { method getPathSeparator (line 555) | public String getPathSeparator() { method getParent (line 571) | public FileURL getParent() { method getRealm (line 618) | public FileURL getRealm() { method getFilename (line 632) | public String getFilename() { method getQuery (line 643) | public String getQuery() { method setQuery (line 653) | public void setQuery(String query) { method getProperty (line 667) | public String getProperty(String name) { method setProperty (line 679) | public void setProperty(String name, String value) { method getPropertyNames (line 700) | public Set getPropertyNames() { method importProperties (line 709) | public void importProperties(FileURL url) { method toString (line 732) | public String toString(boolean includeCredentials, boolean maskPasswor... method toString (line 788) | public String toString(boolean includeCredentials) { method getJavaNetURL (line 808) | public URL getJavaNetURL() throws MalformedURLException { method schemeEquals (line 819) | public boolean schemeEquals(FileURL url) { method hostEquals (line 830) | public boolean hostEquals(FileURL url) { method portEquals (line 844) | public boolean portEquals(FileURL url) { method pathEquals (line 867) | public boolean pathEquals(FileURL url) { method queryEquals (line 900) | public boolean queryEquals(FileURL url) { method credentialsEquals (line 911) | public boolean credentialsEquals(FileURL url) { method propertiesEquals (line 927) | private boolean propertiesEquals(FileURL url) { method toString (line 941) | public String toString() { method clone (line 950) | @Override method equals (line 983) | public boolean equals(Object o) { method equals (line 1015) | public boolean equals(Object o, boolean compareCredentials, boolean co... method hashCode (line 1035) | public int hashCode() { FILE: src/main/java/com/mucommander/commons/file/GroupedPermissionBits.java class GroupedPermissionBits (line 11) | public class GroupedPermissionBits implements PermissionBits { method GroupedPermissionBits (line 23) | public GroupedPermissionBits(int permissions) { method getIntValue (line 27) | @Override method getBitValue (line 32) | @Override FILE: src/main/java/com/mucommander/commons/file/IndividualPermissionBits.java class IndividualPermissionBits (line 11) | public abstract class IndividualPermissionBits implements PermissionBits { method IndividualPermissionBits (line 13) | public IndividualPermissionBits() { method getIntValue (line 17) | @Override FILE: src/main/java/com/mucommander/commons/file/MacOsSystemFolder.java type MacOsSystemFolder (line 17) | public enum MacOsSystemFolder { method MacOsSystemFolder (line 67) | MacOsSystemFolder(String path) { method isSystemFile (line 71) | public static boolean isSystemFile(AbstractFile file) { FILE: src/main/java/com/mucommander/commons/file/MimeTypes.java class MimeTypes (line 16) | public class MimeTypes extends Hashtable { method MimeTypes (line 23) | private MimeTypes() { method getMimeType (line 51) | public static String getMimeType(AbstractFile file) { FILE: src/main/java/com/mucommander/commons/file/MutableFileAttributes.java type MutableFileAttributes (line 12) | public interface MutableFileAttributes extends FileAttributes { method setPath (line 21) | void setPath(String path); method setExists (line 28) | void setExists(boolean exists); method setDate (line 35) | void setDate(long date); method setSize (line 42) | void setSize(long size); method setDirectory (line 49) | void setDirectory(boolean directory); method setPermissions (line 56) | void setPermissions(FilePermissions permissions); method setOwner (line 63) | void setOwner(String owner); method setGroup (line 70) | void setGroup(String group); FILE: src/main/java/com/mucommander/commons/file/PathCanonizer.java type PathCanonizer (line 11) | public interface PathCanonizer { method canonize (line 19) | String canonize(String path); FILE: src/main/java/com/mucommander/commons/file/PermissionAccesses.java type PermissionAccesses (line 14) | public interface PermissionAccesses { FILE: src/main/java/com/mucommander/commons/file/PermissionBits.java type PermissionBits (line 24) | public interface PermissionBits { method getIntValue (line 46) | int getIntValue(); method getBitValue (line 56) | boolean getBitValue(int access, int type); FILE: src/main/java/com/mucommander/commons/file/PermissionTypes.java type PermissionTypes (line 12) | public interface PermissionTypes { FILE: src/main/java/com/mucommander/commons/file/ProtocolFile.java class ProtocolFile (line 10) | public abstract class ProtocolFile extends AbstractFile { method ProtocolFile (line 12) | protected ProtocolFile(FileURL url) { method isArchive (line 22) | @Override FILE: src/main/java/com/mucommander/commons/file/ProtocolProvider.java type ProtocolProvider (line 15) | public interface ProtocolProvider { method getFile (line 25) | AbstractFile getFile(FileURL url, Object... instantiationParams) throw... FILE: src/main/java/com/mucommander/commons/file/ROArchiveEntryFile.java class ROArchiveEntryFile (line 13) | public class ROArchiveEntryFile extends AbstractArchiveEntryFile { method ROArchiveEntryFile (line 15) | protected ROArchiveEntryFile(FileURL url, AbstractArchiveFile archiveF... method setLastModifiedDate (line 24) | @Override method getChangeablePermissions (line 33) | @Override method delete (line 41) | @Override method mkdir (line 50) | @Override method getOutputStream (line 59) | @Override method changePermissions (line 68) | @Override method changePermission (line 77) | @Override method getFreeSpace (line 86) | @Override FILE: src/main/java/com/mucommander/commons/file/RWArchiveEntryFile.java class RWArchiveEntryFile (line 18) | public class RWArchiveEntryFile extends AbstractArchiveEntryFile { method RWArchiveEntryFile (line 20) | RWArchiveEntryFile(FileURL url, AbstractArchiveFile archiveFile, Archi... method updateEntryAttributes (line 29) | private boolean updateEntryAttributes() { method setLastModifiedDate (line 44) | @Override method getChangeablePermissions (line 64) | @Override method delete (line 84) | @Override method mkdir (line 121) | @Override method getOutputStream (line 148) | @Override method changePermissions (line 172) | @Override FILE: src/main/java/com/mucommander/commons/file/SchemeHandler.java type SchemeHandler (line 36) | public interface SchemeHandler { method getParser (line 43) | SchemeParser getParser(); method getRealm (line 56) | FileURL getRealm(FileURL location); method getGuestCredentials (line 68) | Credentials getGuestCredentials(); method getAuthenticationType (line 76) | AuthenticationType getAuthenticationType(); method getPathSeparator (line 84) | String getPathSeparator(); method getStandardPort (line 93) | int getStandardPort(); FILE: src/main/java/com/mucommander/commons/file/SchemeParser.java type SchemeParser (line 13) | public interface SchemeParser { method parse (line 28) | void parse(String url, FileURL fileURL) throws MalformedURLException; FILE: src/main/java/com/mucommander/commons/file/SevenZipArchiveFormatDetector.java class SevenZipArchiveFormatDetector (line 28) | @Slf4j method SevenZipArchiveFormatDetector (line 32) | public SevenZipArchiveFormatDetector(int maxLen) { method detect (line 36) | protected abstract ArchiveFormat detect(byte[] bytes); method detect (line 38) | public ArchiveFormat detect(AbstractFile file) { method readFirst (line 48) | private byte[] readFirst(AbstractFile file) { method checkSignature (line 68) | protected static boolean checkSignature(byte[] data, byte[] signature) { method checkSignature (line 80) | protected static boolean checkSignature(byte[] data, int[] signature) { FILE: src/main/java/com/mucommander/commons/file/SimpleFileAttributes.java class SimpleFileAttributes (line 9) | public class SimpleFileAttributes implements MutableFileAttributes { method SimpleFileAttributes (line 44) | public SimpleFileAttributes() { method SimpleFileAttributes (line 54) | public SimpleFileAttributes(AbstractFile file) { method getPath (line 66) | @Override method setPath (line 71) | @Override method exists (line 76) | @Override method setExists (line 81) | @Override method getLastModifiedDate (line 86) | @Override method setDate (line 91) | @Override method getSize (line 96) | @Override method setSize (line 101) | @Override method isDirectory (line 106) | @Override method setDirectory (line 111) | @Override method getPermissions (line 116) | @Override method setPermissions (line 121) | @Override method getOwner (line 126) | @Override method setOwner (line 131) | @Override method getGroup (line 136) | @Override method setGroup (line 141) | @Override method getReplication (line 146) | public short getReplication() { method setReplication (line 150) | public void setReplication(short replication) { method getBlockSize (line 154) | public long getBlockSize() { method setBlockSize (line 158) | public void setBlockSize(long blockSize) { FILE: src/main/java/com/mucommander/commons/file/SimpleFilePermissions.java class SimpleFilePermissions (line 10) | public class SimpleFilePermissions extends GroupedPermissionBits impleme... method SimpleFilePermissions (line 21) | public SimpleFilePermissions(int permissions) { method SimpleFilePermissions (line 32) | public SimpleFilePermissions(int permissions, int mask) { method SimpleFilePermissions (line 42) | public SimpleFilePermissions(int permissions, PermissionBits mask) { method padPermissions (line 62) | public static FilePermissions padPermissions(FilePermissions permissio... method padPermissions (line 84) | public static int padPermissions(int permissions, int supportedPermiss... method getMask (line 89) | @Override FILE: src/main/java/com/mucommander/commons/file/SingleArchiveEntryIterator.java class SingleArchiveEntryIterator (line 10) | public class SingleArchiveEntryIterator implements ArchiveEntryIterator { method SingleArchiveEntryIterator (line 15) | public SingleArchiveEntryIterator(ArchiveEntry entry) { method nextEntry (line 19) | @Override method close (line 34) | @Override FILE: src/main/java/com/mucommander/commons/file/SyncedFileAttributes.java class SyncedFileAttributes (line 19) | public abstract class SyncedFileAttributes extends SimpleFileAttributes { method SyncedFileAttributes (line 37) | public SyncedFileAttributes(long ttl, boolean updateAttributesNow) { method getTtl (line 51) | public long getTtl() { method setTtl (line 62) | public void setTtl(long ttl) { method getExpirationDate (line 75) | public long getExpirationDate() { method setExpirationDate (line 85) | public void setExpirationDate(long expirationDate) { method updateExpirationDate (line 94) | public void updateExpirationDate() { method hasExpired (line 106) | public boolean hasExpired() { method isUpdating (line 117) | private synchronized boolean isUpdating() { method setUpdating (line 126) | private synchronized void setUpdating(boolean isUpdating) { method checkForExpiration (line 136) | protected void checkForExpiration(boolean forceUpdate) { method getPath (line 162) | @Override method exists (line 172) | @Override method getLastModifiedDate (line 182) | @Override method getSize (line 192) | @Override method isDirectory (line 202) | @Override method getPermissions (line 212) | @Override method getOwner (line 222) | @Override method getGroup (line 232) | @Override method getReplication (line 242) | @Override method getBlockSize (line 252) | @Override method updateAttributes (line 269) | public abstract void updateAttributes(); FILE: src/main/java/com/mucommander/commons/file/UnsupportedFileOperationException.java class UnsupportedFileOperationException (line 23) | public class UnsupportedFileOperationException extends IOException { method UnsupportedFileOperationException (line 33) | public UnsupportedFileOperationException(FileOperation op) { method UnsupportedFileOperationException (line 46) | public UnsupportedFileOperationException(FileOperation op, String mess... method getFileOperation (line 57) | public FileOperation getFileOperation() { FILE: src/main/java/com/mucommander/commons/file/WrapperArchiveEntryIterator.java class WrapperArchiveEntryIterator (line 12) | public class WrapperArchiveEntryIterator implements ArchiveEntryIterator { method WrapperArchiveEntryIterator (line 23) | public WrapperArchiveEntryIterator(Iterator it... method nextEntry (line 28) | @Override method close (line 36) | @Override FILE: src/main/java/com/mucommander/commons/file/archiver/ArchiveFormat.java type ArchiveFormat (line 24) | public enum ArchiveFormat { method ArchiveFormat (line 47) | ArchiveFormat(String name, String ext, boolean supportManyEntries) { FILE: src/main/java/com/mucommander/commons/file/archiver/Archiver.java class Archiver (line 52) | public abstract class Archiver { method Archiver (line 67) | Archiver(OutputStream out) { method getOutputStream (line 77) | public OutputStream getOutputStream() { method getFormat (line 86) | public ArchiveFormat getFormat() { method setFormat (line 93) | private void setFormat(ArchiveFormat format) { method supportsComment (line 102) | public boolean supportsComment() { method supportsStream (line 109) | public boolean supportsStream() { method setComment (line 122) | public void setComment(String comment) { method normalizePath (line 139) | String normalizePath(String entryPath, boolean isDirectory) { method getArchiver (line 170) | public static Archiver getArchiver(AbstractFile file, ArchiveFormat fo... method getArchiver (line 209) | private static Archiver getArchiver(OutputStream out, ArchiveFormat fo... method createBzip2OutputStream (line 251) | private static OutputStream createBzip2OutputStream(OutputStream out) ... method getFormats (line 270) | public static ArchiveFormat[] getFormats(boolean manyEntries) { method formatSupportsComment (line 297) | public static boolean formatSupportsComment(ArchiveFormat format) { method createEntry (line 328) | public abstract OutputStream createEntry(String entryPath, FileAttribu... method getProcessingFile (line 334) | public String getProcessingFile() { method totalWrittenBytes (line 342) | public long totalWrittenBytes() { method writtenBytesCurrentFile (line 351) | public long writtenBytesCurrentFile() { method currentFileLength (line 358) | public long currentFileLength() { method postProcess (line 365) | public abstract void postProcess() throws IOException; method close (line 371) | public abstract void close() throws IOException; FILE: src/main/java/com/mucommander/commons/file/archiver/ISOArchiver.java class ISOArchiver (line 29) | public class ISOArchiver extends Archiver { method ISOArchiver (line 41) | ISOArchiver(AbstractFile file) { method createEntry (line 70) | @Override method getParentDirectory (line 104) | private ISO9660Directory getParentDirectory(String isoPath){ method containsDirectory (line 127) | private ISO9660Directory containsDirectory(ISO9660Directory parentDire... method getProcessingFile (line 136) | @Override method totalWrittenBytes (line 141) | @Override method writtenBytesCurrentFile (line 146) | @Override method currentFileLength (line 151) | @Override method postProcess (line 156) | @Override method close (line 215) | @Override FILE: src/main/java/com/mucommander/commons/file/archiver/SingleFileArchiver.java class SingleFileArchiver (line 14) | class SingleFileArchiver extends Archiver { method SingleFileArchiver (line 19) | SingleFileArchiver(OutputStream outputStream) { method createEntry (line 28) | @Override method close (line 40) | @Override method postProcess (line 45) | @Override FILE: src/main/java/com/mucommander/commons/file/archiver/TarArchiver.java class TarArchiver (line 18) | class TarArchiver extends Archiver { method TarArchiver (line 23) | TarArchiver(OutputStream outputStream) { method createEntry (line 33) | @Override method close (line 67) | @Override method postProcess (line 77) | @Override FILE: src/main/java/com/mucommander/commons/file/archiver/ZipArchiver.java class ZipArchiver (line 17) | class ZipArchiver extends Archiver { method ZipArchiver (line 24) | ZipArchiver(OutputStream outputStream) { method setComment (line 34) | @Override method createEntry (line 41) | @Override method close (line 75) | @Override method postProcess (line 80) | @Override FILE: src/main/java/com/mucommander/commons/file/compat/CompatURLConnection.java class CompatURLConnection (line 15) | class CompatURLConnection extends URLConnection { method CompatURLConnection (line 19) | public CompatURLConnection(URL url) { method CompatURLConnection (line 25) | public CompatURLConnection(URL url, AbstractFile file) { method checkConnected (line 39) | private void checkConnected() throws IOException { method connect (line 51) | @Override method getInputStream (line 60) | @Override method getOutputStream (line 66) | @Override method getLastModified (line 72) | @Override method getDate (line 82) | @Override method getContentLength (line 87) | @Override FILE: src/main/java/com/mucommander/commons/file/compat/CompatURLStreamHandler.java class CompatURLStreamHandler (line 14) | public class CompatURLStreamHandler extends URLStreamHandler { method CompatURLStreamHandler (line 18) | public CompatURLStreamHandler() { method CompatURLStreamHandler (line 21) | public CompatURLStreamHandler(AbstractFile file) { method openConnection (line 26) | @Override FILE: src/main/java/com/mucommander/commons/file/connection/ConnectionHandler.java class ConnectionHandler (line 18) | public abstract class ConnectionHandler { method ConnectionHandler (line 55) | public ConnectionHandler(FileURL serverURL) { method getRealm (line 66) | public FileURL getRealm() { method getCredentials (line 76) | public Credentials getCredentials() { method checkConnection (line 89) | public boolean checkConnection() throws IOException { method acquireLock (line 105) | synchronized boolean acquireLock() { method releaseLock (line 121) | public boolean releaseLock() { method isLocked (line 141) | public synchronized boolean isLocked() { method updateLastActivityTimestamp (line 149) | void updateLastActivityTimestamp() { method getLastActivityTimestamp (line 158) | long getLastActivityTimestamp() { method updateLastKeepAliveTimestamp (line 166) | void updateLastKeepAliveTimestamp() { method getLastKeepAliveTimestamp (line 175) | long getLastKeepAliveTimestamp() { method getCloseOnInactivityPeriod (line 190) | long getCloseOnInactivityPeriod() { method setCloseOnInactivityPeriod (line 203) | public void setCloseOnInactivityPeriod(long nbSeconds) { method getKeepAlivePeriod (line 217) | long getKeepAlivePeriod() { method setKeepAlivePeriod (line 230) | protected void setKeepAlivePeriod(long nbSeconds) { method equals (line 242) | public boolean equals(Object o) { method equals (line 260) | public boolean equals(FileURL realm, Credentials credentials) { method throwAuthException (line 282) | protected void throwAuthException(String message) throws AuthException { method startConnection (line 302) | public abstract void startConnection() throws IOException, AuthException; method isConnected (line 312) | public abstract boolean isConnected(); method closeConnection (line 320) | public abstract void closeConnection(); method keepAlive (line 328) | public abstract void keepAlive(); FILE: src/main/java/com/mucommander/commons/file/connection/ConnectionHandlerFactory.java type ConnectionHandlerFactory (line 14) | public interface ConnectionHandlerFactory { method createConnectionHandler (line 19) | ConnectionHandler createConnectionHandler(FileURL location); FILE: src/main/java/com/mucommander/commons/file/connection/ConnectionPool.java class ConnectionPool (line 19) | public class ConnectionPool implements Runnable { method getConnectionHandler (line 38) | public static ConnectionHandler getConnectionHandler(ConnectionHandler... method getConnectionHandlersSnapshot (line 131) | public static List getConnectionHandlersSnapshot() { method notifyConnectionHandlerLockReleased (line 149) | static void notifyConnectionHandlerLockReleased() { method run (line 163) | public void run() { class CloseConnectionThread (line 242) | private static class CloseConnectionThread extends Thread { method CloseConnectionThread (line 246) | private CloseConnectionThread(ConnectionHandler connHandler) { method run (line 250) | @Override class KeepAliveConnectionThread (line 265) | private static class KeepAliveConnectionThread extends Thread { method KeepAliveConnectionThread (line 269) | private KeepAliveConnectionThread(ConnectionHandler connHandler) { method run (line 273) | @Override FILE: src/main/java/com/mucommander/commons/file/filter/AbstractContainsFilter.java class AbstractContainsFilter (line 27) | public class AbstractContainsFilter extends AbstractStringCriterionFilter { method AbstractContainsFilter (line 41) | public AbstractContainsFilter(CriterionValueGenerator generato... method accept (line 47) | @Override FILE: src/main/java/com/mucommander/commons/file/filter/AbstractCriterionFilter.java class AbstractCriterionFilter (line 33) | public abstract class AbstractCriterionFilter extends AbstractFileFil... method AbstractCriterionFilter (line 43) | public AbstractCriterionFilter(CriterionValueGenerator generator) { method AbstractCriterionFilter (line 54) | AbstractCriterionFilter(CriterionValueGenerator generator, boolean ... method match (line 73) | public boolean match(C value) { method reject (line 85) | public boolean reject(C value) { method filter (line 96) | public C[] filter(C[] values) { method match (line 116) | public boolean match(C[] values) { method accept (line 132) | public boolean accept(C[] values) { method reject (line 148) | public boolean reject(C[] values) { method accept (line 158) | @Override FILE: src/main/java/com/mucommander/commons/file/filter/AbstractEndsWithFilter.java class AbstractEndsWithFilter (line 28) | public class AbstractEndsWithFilter extends AbstractStringCriterionFilter { method AbstractEndsWithFilter (line 42) | public AbstractEndsWithFilter(CriterionValueGenerator generato... method accept (line 48) | @Override FILE: src/main/java/com/mucommander/commons/file/filter/AbstractEqualsFilter.java class AbstractEqualsFilter (line 26) | public class AbstractEqualsFilter extends AbstractStringCriterionFilter { method AbstractEqualsFilter (line 40) | public AbstractEqualsFilter(CriterionValueGenerator generator,... method accept (line 47) | @Override FILE: src/main/java/com/mucommander/commons/file/filter/AbstractExtensionFilter.java class AbstractExtensionFilter (line 31) | public class AbstractExtensionFilter extends AbstractStringCriterionFilt... method AbstractExtensionFilter (line 45) | AbstractExtensionFilter(CriterionValueGenerator generator, Str... method accept (line 55) | @Override method containsIgnoreCase (line 60) | private boolean containsIgnoreCase(String value) { method containsCaseSensitive (line 70) | private boolean containsCaseSensitive(String value) { FILE: src/main/java/com/mucommander/commons/file/filter/AbstractFileFilter.java class AbstractFileFilter (line 35) | public abstract class AbstractFileFilter implements FileFilter { method AbstractFileFilter (line 43) | public AbstractFileFilter() { method AbstractFileFilter (line 52) | public AbstractFileFilter(boolean inverted) { method isInverted (line 61) | public boolean isInverted() { method setInverted (line 65) | public void setInverted(boolean inverted) { method match (line 69) | public boolean match(AbstractFile file) { method reject (line 73) | public boolean reject(AbstractFile file) { method filter (line 77) | public AbstractFile[] filter(AbstractFile[] files) { method filter (line 90) | public void filter(FileSet files) { method match (line 100) | public boolean match(AbstractFile[] files) { method match (line 109) | public boolean match(FileSet files) { method accept (line 119) | public boolean accept(AbstractFile[] files) { method accept (line 128) | public boolean accept(FileSet files) { method reject (line 138) | public boolean reject(AbstractFile[] files) { method reject (line 147) | public boolean reject(FileSet files) { FILE: src/main/java/com/mucommander/commons/file/filter/AbstractFilenameFilter.java class AbstractFilenameFilter (line 28) | public abstract class AbstractFilenameFilter extends AbstractStringCrite... method AbstractFilenameFilter (line 33) | public AbstractFilenameFilter() { method AbstractFilenameFilter (line 42) | public AbstractFilenameFilter(boolean caseSensitive) { method AbstractFilenameFilter (line 52) | public AbstractFilenameFilter(boolean caseSensitive, boolean inverted) { FILE: src/main/java/com/mucommander/commons/file/filter/AbstractPathFilter.java class AbstractPathFilter (line 28) | public abstract class AbstractPathFilter extends AbstractStringCriterion... method AbstractPathFilter (line 33) | public AbstractPathFilter() { method AbstractPathFilter (line 42) | public AbstractPathFilter(boolean caseSensitive) { method AbstractPathFilter (line 52) | public AbstractPathFilter(boolean caseSensitive, boolean inverted) { FILE: src/main/java/com/mucommander/commons/file/filter/AbstractRegexpFilter.java class AbstractRegexpFilter (line 30) | public abstract class AbstractRegexpFilter extends AbstractStringCriteri... method AbstractRegexpFilter (line 45) | public AbstractRegexpFilter(CriterionValueGenerator generator,... method getRegularExpression (line 56) | public String getRegularExpression() { method accept (line 68) | @Override FILE: src/main/java/com/mucommander/commons/file/filter/AbstractStartsWithFilter.java class AbstractStartsWithFilter (line 28) | public class AbstractStartsWithFilter extends AbstractStringCriterionFil... method AbstractStartsWithFilter (line 42) | public AbstractStartsWithFilter(CriterionValueGenerator genera... method accept (line 49) | @Override FILE: src/main/java/com/mucommander/commons/file/filter/AbstractStringCriterionFilter.java class AbstractStringCriterionFilter (line 31) | public abstract class AbstractStringCriterionFilter extends AbstractCrit... method AbstractStringCriterionFilter (line 41) | public AbstractStringCriterionFilter(CriterionValueGenerator g... method AbstractStringCriterionFilter (line 51) | public AbstractStringCriterionFilter(CriterionValueGenerator g... method AbstractStringCriterionFilter (line 62) | public AbstractStringCriterionFilter(CriterionValueGenerator g... method isCaseSensitive (line 68) | @Override method setCaseSensitive (line 73) | @Override FILE: src/main/java/com/mucommander/commons/file/filter/AndFileFilter.java class AndFileFilter (line 28) | public class AndFileFilter extends ChainedFileFilter { method AndFileFilter (line 36) | public AndFileFilter(FileFilter... filters) { method AndFileFilter (line 47) | public AndFileFilter(boolean inverted, FileFilter... filters) { method accept (line 62) | @Override FILE: src/main/java/com/mucommander/commons/file/filter/AttributeFileFilter.java class AttributeFileFilter (line 41) | public class AttributeFileFilter extends AbstractFileFilter { type FileAttribute (line 43) | public enum FileAttribute { method AttributeFileFilter (line 72) | public AttributeFileFilter(FileAttribute attribute) { method AttributeFileFilter (line 83) | public AttributeFileFilter(FileAttribute attribute, boolean inverted) { method getAttribute (line 94) | public FileAttribute getAttribute() { method setAttribute (line 103) | public void setAttribute(FileAttribute attribute) { method accept (line 108) | @Override FILE: src/main/java/com/mucommander/commons/file/filter/ChainedFileFilter.java class ChainedFileFilter (line 20) | public abstract class ChainedFileFilter extends AbstractFileFilter { method ChainedFileFilter (line 31) | public ChainedFileFilter(FileFilter... filters) { method ChainedFileFilter (line 42) | public ChainedFileFilter(boolean inverted, FileFilter... filters) { method addFileFilter (line 54) | public void addFileFilter(FileFilter filter) { method removeFileFilter (line 64) | public void removeFileFilter(FileFilter filter) { method getFileFilterIterator (line 73) | public Iterator getFileFilterIterator() { method isEmpty (line 82) | public boolean isEmpty() { FILE: src/main/java/com/mucommander/commons/file/filter/ContainsFilenameFilter.java class ContainsFilenameFilter (line 9) | public class ContainsFilenameFilter extends AbstractContainsFilter imple... method ContainsFilenameFilter (line 16) | public ContainsFilenameFilter(String s) { method ContainsFilenameFilter (line 26) | public ContainsFilenameFilter(String s, boolean caseSensitive) { method ContainsFilenameFilter (line 37) | public ContainsFilenameFilter(String s, boolean caseSensitive, boolean... FILE: src/main/java/com/mucommander/commons/file/filter/ContainsPathFilter.java class ContainsPathFilter (line 9) | public class ContainsPathFilter extends AbstractContainsFilter implement... method ContainsPathFilter (line 16) | public ContainsPathFilter(String s) { method ContainsPathFilter (line 26) | public ContainsPathFilter(String s, boolean caseSensitive) { method ContainsPathFilter (line 37) | public ContainsPathFilter(String s, boolean caseSensitive, boolean inv... FILE: src/main/java/com/mucommander/commons/file/filter/CriterionFilter.java type CriterionFilter (line 16) | public interface CriterionFilter extends FileFilter { method match (line 29) | boolean match(C value); method reject (line 39) | boolean reject(C value); method filter (line 48) | C[] filter(C[] value); method match (line 57) | boolean match(C[] value); method accept (line 66) | boolean accept(C[] value); method reject (line 75) | boolean reject(C[] value); method accept (line 83) | boolean accept(C value); FILE: src/main/java/com/mucommander/commons/file/filter/CriterionValueGenerator.java type CriterionValueGenerator (line 13) | public interface CriterionValueGenerator { method getCriterionValue (line 15) | C getCriterionValue(AbstractFile file); FILE: src/main/java/com/mucommander/commons/file/filter/EmptyFileFilter.java class EmptyFileFilter (line 22) | public class EmptyFileFilter extends AbstractFileFilter { method accept (line 23) | @Override FILE: src/main/java/com/mucommander/commons/file/filter/EndsWithFilenameFilter.java class EndsWithFilenameFilter (line 8) | public class EndsWithFilenameFilter extends AbstractEndsWithFilter imple... method EndsWithFilenameFilter (line 15) | public EndsWithFilenameFilter(String s) { method EndsWithFilenameFilter (line 25) | public EndsWithFilenameFilter(String s, boolean caseSensitive) { method EndsWithFilenameFilter (line 36) | public EndsWithFilenameFilter(String s, boolean caseSensitive, boolean... FILE: src/main/java/com/mucommander/commons/file/filter/EndsWithPathFilter.java class EndsWithPathFilter (line 8) | public class EndsWithPathFilter extends AbstractEndsWithFilter implement... method EndsWithPathFilter (line 15) | public EndsWithPathFilter(String s) { method EndsWithPathFilter (line 25) | public EndsWithPathFilter(String s, boolean caseSensitive) { method EndsWithPathFilter (line 36) | public EndsWithPathFilter(String s, boolean caseSensitive, boolean inv... FILE: src/main/java/com/mucommander/commons/file/filter/EqualsFilenameFilter.java class EqualsFilenameFilter (line 8) | public class EqualsFilenameFilter extends AbstractEqualsFilter implement... method EqualsFilenameFilter (line 15) | public EqualsFilenameFilter(String s) { method EqualsFilenameFilter (line 25) | public EqualsFilenameFilter(String s, boolean caseSensitive) { method EqualsFilenameFilter (line 36) | public EqualsFilenameFilter(String s, boolean caseSensitive, boolean i... FILE: src/main/java/com/mucommander/commons/file/filter/EqualsPathFilter.java class EqualsPathFilter (line 8) | public class EqualsPathFilter extends AbstractEqualsFilter implements Pa... method EqualsPathFilter (line 15) | public EqualsPathFilter(String s) { method EqualsPathFilter (line 25) | public EqualsPathFilter(String s, boolean caseSensitive) { method EqualsPathFilter (line 36) | public EqualsPathFilter(String s, boolean caseSensitive, boolean inver... FILE: src/main/java/com/mucommander/commons/file/filter/ExtensionFilenameFilter.java class ExtensionFilenameFilter (line 11) | public class ExtensionFilenameFilter extends AbstractExtensionFilter imp... method ExtensionFilenameFilter (line 19) | public ExtensionFilenameFilter(String extension) { method ExtensionFilenameFilter (line 31) | public ExtensionFilenameFilter(String extension, boolean caseSensitive... method ExtensionFilenameFilter (line 41) | public ExtensionFilenameFilter(String[] ext) { method ExtensionFilenameFilter (line 53) | public ExtensionFilenameFilter(String[] ext, boolean caseSensitive, bo... FILE: src/main/java/com/mucommander/commons/file/filter/ExtensionPathFilter.java class ExtensionPathFilter (line 29) | public class ExtensionPathFilter extends AbstractExtensionFilter impleme... method ExtensionPathFilter (line 37) | public ExtensionPathFilter(String extension) { method ExtensionPathFilter (line 49) | private ExtensionPathFilter(String extension, boolean caseSensitive, b... method ExtensionPathFilter (line 59) | public ExtensionPathFilter(String[] ext) { method ExtensionPathFilter (line 71) | public ExtensionPathFilter(String[] ext, boolean caseSensitive, boolea... FILE: src/main/java/com/mucommander/commons/file/filter/FileFilter.java type FileFilter (line 25) | public interface FileFilter { method isInverted (line 32) | boolean isInverted(); method setInverted (line 43) | void setInverted(boolean inverted); method match (line 56) | boolean match(AbstractFile file); method reject (line 66) | boolean reject(AbstractFile file); method filter (line 75) | AbstractFile[] filter(AbstractFile files[]); method filter (line 83) | void filter(FileSet files); method match (line 92) | boolean match(AbstractFile files[]); method match (line 101) | boolean match(FileSet files); method accept (line 110) | boolean accept(AbstractFile files[]); method accept (line 119) | boolean accept(FileSet files); method reject (line 128) | boolean reject(AbstractFile files[]); method reject (line 137) | boolean reject(FileSet files); method accept (line 147) | boolean accept(AbstractFile file); FILE: src/main/java/com/mucommander/commons/file/filter/FileOperationFilter.java class FileOperationFilter (line 15) | public class FileOperationFilter extends AbstractFileFilter { method FileOperationFilter (line 21) | public FileOperationFilter(FileOperation op) { method FileOperationFilter (line 25) | public FileOperationFilter(FileOperation op, boolean inverted) { method getFileOperation (line 35) | public FileOperation getFileOperation() { method setFileOperation (line 44) | public void setFileOperation(FileOperation op) { method accept (line 49) | @Override FILE: src/main/java/com/mucommander/commons/file/filter/FilenameFilter.java type FilenameFilter (line 14) | public interface FilenameFilter extends StringCriterionFilter { FILE: src/main/java/com/mucommander/commons/file/filter/FilenameGenerator.java class FilenameGenerator (line 11) | public class FilenameGenerator implements CriterionValueGenerator { method getCriterionValue (line 14) | public String getCriterionValue(AbstractFile file) { FILE: src/main/java/com/mucommander/commons/file/filter/MountedDriveFilter.java class MountedDriveFilter (line 28) | public class MountedDriveFilter extends AbstractFileFilter { method accept (line 29) | @Override FILE: src/main/java/com/mucommander/commons/file/filter/OrFileFilter.java class OrFileFilter (line 11) | public class OrFileFilter extends ChainedFileFilter { method OrFileFilter (line 19) | public OrFileFilter(FileFilter... filters) { method OrFileFilter (line 30) | public OrFileFilter(boolean inverted, FileFilter... filters) { method accept (line 45) | @Override FILE: src/main/java/com/mucommander/commons/file/filter/PassThroughFileFilter.java class PassThroughFileFilter (line 11) | public class PassThroughFileFilter extends AbstractFileFilter { method PassThroughFileFilter (line 16) | public PassThroughFileFilter() { method PassThroughFileFilter (line 25) | public PassThroughFileFilter(boolean inverted) { method accept (line 30) | @Override FILE: src/main/java/com/mucommander/commons/file/filter/PathFilter.java type PathFilter (line 9) | public interface PathFilter extends StringCriterionFilter { FILE: src/main/java/com/mucommander/commons/file/filter/PathGenerator.java class PathGenerator (line 11) | public class PathGenerator implements CriterionValueGenerator { method getCriterionValue (line 13) | @Override FILE: src/main/java/com/mucommander/commons/file/filter/RegexpFilenameFilter.java class RegexpFilenameFilter (line 10) | public class RegexpFilenameFilter extends AbstractRegexpFilter implement... method RegexpFilenameFilter (line 20) | public RegexpFilenameFilter(String regexp, boolean caseSensitive) thro... method RegexpFilenameFilter (line 33) | public RegexpFilenameFilter(String regexp, boolean caseSensitive, bool... FILE: src/main/java/com/mucommander/commons/file/filter/RegexpPathFilter.java class RegexpPathFilter (line 10) | public class RegexpPathFilter extends AbstractRegexpFilter implements Pa... method RegexpPathFilter (line 20) | public RegexpPathFilter(String regexp, boolean caseSensitive) throws P... method RegexpPathFilter (line 33) | public RegexpPathFilter(String regexp, boolean caseSensitive, boolean ... FILE: src/main/java/com/mucommander/commons/file/filter/StartsWithFilenameFilter.java class StartsWithFilenameFilter (line 8) | public class StartsWithFilenameFilter extends AbstractStartsWithFilter i... method StartsWithFilenameFilter (line 16) | public StartsWithFilenameFilter(String s) { method StartsWithFilenameFilter (line 27) | public StartsWithFilenameFilter(String s, boolean caseSensitive) { method StartsWithFilenameFilter (line 39) | public StartsWithFilenameFilter(String s, boolean caseSensitive, boole... FILE: src/main/java/com/mucommander/commons/file/filter/StartsWithPathFilter.java class StartsWithPathFilter (line 8) | public class StartsWithPathFilter extends AbstractStartsWithFilter imple... method StartsWithPathFilter (line 16) | public StartsWithPathFilter(String s) { method StartsWithPathFilter (line 27) | public StartsWithPathFilter(String s, boolean caseSensitive) { method StartsWithPathFilter (line 39) | public StartsWithPathFilter(String s, boolean caseSensitive, boolean i... FILE: src/main/java/com/mucommander/commons/file/filter/StringCriterionFilter.java type StringCriterionFilter (line 6) | public interface StringCriterionFilter extends CriterionFilter { method isCaseSensitive (line 13) | boolean isCaseSensitive(); method setCaseSensitive (line 20) | void setCaseSensitive(boolean caseSensitive); FILE: src/main/java/com/mucommander/commons/file/filter/WildcardFileFilter.java class WildcardFileFilter (line 29) | public class WildcardFileFilter extends AbstractStringCriterionFilter { method WildcardFileFilter (line 37) | public WildcardFileFilter(String s) { method WildcardFileFilter (line 47) | public WildcardFileFilter(String s, boolean caseSensitive) { method WildcardFileFilter (line 58) | public WildcardFileFilter(String s, boolean caseSensitive, boolean inv... method accept (line 64) | @Override FILE: src/main/java/com/mucommander/commons/file/icon/CacheableFileIconProvider.java type CacheableFileIconProvider (line 15) | public interface CacheableFileIconProvider extends FileIconProvider { method isCacheable (line 33) | boolean isCacheable(AbstractFile file, Dimension preferredResolution); method lookupCache (line 51) | Icon lookupCache(AbstractFile file, Dimension preferredResolution); method addToCache (line 68) | void addToCache(AbstractFile file, Icon icon, Dimension preferredResol... method cleanCache (line 70) | void cleanCache(); FILE: src/main/java/com/mucommander/commons/file/icon/CachedFileIconProvider.java class CachedFileIconProvider (line 23) | public class CachedFileIconProvider implements FileIconProvider { method CachedFileIconProvider (line 35) | public CachedFileIconProvider(CacheableFileIconProvider cacheableFip) { method createCache (line 44) | public static IconCache createCache() { method getFileIcon (line 62) | @Override FILE: src/main/java/com/mucommander/commons/file/icon/FileIconProvider.java type FileIconProvider (line 19) | public interface FileIconProvider { method getFileIcon (line 38) | Icon getFileIcon(AbstractFile file, Dimension preferredResolution); FILE: src/main/java/com/mucommander/commons/file/icon/IconCache.java class IconCache (line 39) | public class IconCache { method IconCache (line 47) | IconCache() { method put (line 59) | public synchronized Icon put(Object key, Icon value) { method get (line 71) | public synchronized Icon get(Object key) { method containsKey (line 83) | public synchronized boolean containsKey(Object key) { method containsValue (line 95) | public synchronized boolean containsValue(Icon icon) { method clear (line 103) | public synchronized void clear() { method size (line 112) | public synchronized int size() { FILE: src/main/java/com/mucommander/commons/file/icon/LocalFileIconProvider.java class LocalFileIconProvider (line 23) | public abstract class LocalFileIconProvider implements FileIconProvider { method createTempLocalFile (line 33) | private LocalFile createTempLocalFile(AbstractFile nonLocalFile) { method getFileIcon (line 58) | public Icon getFileIcon(AbstractFile originalFile, Dimension preferred... method getLocalFileIcon (line 115) | public abstract Icon getLocalFileIcon(LocalFile localFile, AbstractFil... FILE: src/main/java/com/mucommander/commons/file/icon/impl/SwingFileIconProvider.java class SwingFileIconProvider (line 25) | public class SwingFileIconProvider extends CachedFileIconProvider { method SwingFileIconProvider (line 27) | public SwingFileIconProvider() { method forceInit (line 38) | public static void forceInit() { FILE: src/main/java/com/mucommander/commons/file/icon/impl/SwingFileIconProviderImpl.java class SwingFileIconProviderImpl (line 52) | @Slf4j method prepareQuaquaLibraries (line 80) | private static void prepareQuaquaLibraries() { method checkInit (line 100) | synchronized static void checkInit() { method getSwingIcon (line 139) | private static Icon getSwingIcon(File javaIoFile, int preferredSize) { method getSymlinkIcon (line 184) | private static ImageIcon getSymlinkIcon(Icon targetFileIcon) { method getCheckedExtension (line 202) | private static String getCheckedExtension(AbstractFile file) { method isCacheable (line 217) | @Override method lookupCache (line 222) | @Override method addToCache (line 232) | @Override method getLocalFileIcon (line 242) | @Override method cleanCache (line 266) | public void cleanCache() { FILE: src/main/java/com/mucommander/commons/file/impl/CachedFile.java class CachedFile (line 36) | @Slf4j method CachedFile (line 200) | public CachedFile(AbstractFile file, boolean recursiveInstances) { method createCachedFiles (line 211) | private AbstractFile[] createCachedFiles(AbstractFile[] files) { method getFileAttributes (line 227) | private void getFileAttributes(AbstractFile file) { method initAttributesReflectionCall (line 239) | private void initAttributesReflectionCall(AbstractFile file) { method initAttributesNativeCall (line 264) | private void initAttributesNativeCall(AbstractFile file) { method getSize (line 289) | @Override method getLastModifiedDate (line 298) | @Override method getCreationDate (line 307) | @Override method getLastAccessDate (line 316) | @Override method isSymlink (line 325) | @Override method isDirectory (line 338) | @Override method isFileAttributesSupported (line 357) | private boolean isFileAttributesSupported() { method isArchive (line 361) | @Override method isHidden (line 374) | @Override method isExecutable (line 393) | @Override method getAbsolutePath (line 406) | @Override method getCanonicalPath (line 415) | @Override method getExtension (line 424) | @Override method getName (line 433) | @Override method getFreeSpace (line 442) | @Override method getTotalSpace (line 451) | @Override method exists (line 460) | @Override method getPermissions (line 479) | @Override method getPermissionsString (line 488) | @Override method getOwner (line 497) | @Override method getGroup (line 506) | @Override method isRoot (line 515) | @Override method getParent (line 529) | @Override method getRoot (line 542) | @Override method getCanonicalFile (line 555) | @Override method ls (line 575) | @Override method ls (line 587) | @Override method ls (line 599) | @Override method isFileOperationSupported (line 612) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/DebugFile.java class DebugFile (line 17) | public class DebugFile extends ProxyFile { method DebugFile (line 32) | public DebugFile(AbstractFile file) { method DebugFile (line 43) | public DebugFile(AbstractFile file, int maxLatency) { method setMaxLatency (line 58) | public void setMaxLatency(int maxLatency) { method lag (line 66) | private void lag() { method getDebugString (line 77) | private String getDebugString() { method getLastModifiedDate (line 82) | @Override method getSize (line 90) | @Override method exists (line 98) | @Override method isDirectory (line 106) | @Override method isSymlink (line 114) | @Override method getFreeSpace (line 122) | @Override method getTotalSpace (line 130) | @Override method getName (line 138) | @Override method getExtension (line 146) | @Override method getAbsolutePath (line 154) | @Override method getCanonicalPath (line 162) | @Override method getCanonicalFile (line 170) | @Override method isArchive (line 178) | @Override method isHidden (line 186) | @Override method getPermissions (line 194) | @Override method getOwner (line 202) | @Override method getGroup (line 210) | @Override method getRoot (line 218) | @Override method isRoot (line 226) | @Override method equalsCanonical (line 234) | @Override method toString (line 242) | public String toString() { method getParent (line 249) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/ProxyFile.java class ProxyFile (line 39) | public abstract class ProxyFile extends AbstractFile { method ProxyFile (line 51) | public ProxyFile(AbstractFile file) { method getProxiedFile (line 61) | public AbstractFile getProxiedFile() { method getLastModifiedDate (line 66) | @Override method setLastModifiedDate (line 71) | @Override method getSize (line 76) | @Override method getParent (line 81) | @Override method setParent (line 86) | @Override method exists (line 91) | @Override method changePermission (line 96) | @Override method getOwner (line 101) | @Override method canGetOwner (line 106) | @Override method getGroup (line 111) | @Override method canGetGroup (line 116) | @Override method isDirectory (line 121) | @Override method isSymlink (line 126) | @Override method isSystem (line 131) | @Override method ls (line 136) | @Override method mkdir (line 141) | @Override method getInputStream (line 146) | @Override method getOutputStream (line 151) | @Override method getAppendOutputStream (line 156) | @Override method getRandomAccessInputStream (line 161) | @Override method getRandomAccessOutputStream (line 166) | @Override method delete (line 171) | @Override method copyRemotelyTo (line 176) | @Override method renameTo (line 181) | @Override method getFreeSpace (line 186) | @Override method getTotalSpace (line 191) | @Override method getUnderlyingFileObject (line 196) | @Override method isFileOperationSupported (line 206) | @Override method getURL (line 225) | @Override method getJavaNetURL (line 230) | @Override method getName (line 235) | @Override method getExtension (line 240) | @Override method getBaseName (line 245) | @Override method getAbsolutePath (line 250) | @Override method getCanonicalPath (line 255) | @Override method getCanonicalFile (line 260) | @Override method getSeparator (line 265) | @Override method isArchive (line 270) | @Override method isHidden (line 275) | @Override method getPermissions (line 280) | @Override method changePermissions (line 285) | @Override method getChangeablePermissions (line 290) | @Override method getPermissionsString (line 295) | @Override method getRoot (line 300) | @Override method isRoot (line 305) | @Override method getVolume (line 310) | @Override method getInputStream (line 315) | @Override method copyStream (line 320) | @Override method ls (line 325) | @Override method ls (line 330) | @Override method mkfile (line 335) | @Override method deleteRecursively (line 340) | @Override method equals (line 345) | @Override method equalsCanonical (line 350) | @Override method hashCode (line 355) | public int hashCode() { method toString (line 359) | public String toString() { method getReplication (line 363) | @Override method getBlocksize (line 368) | @Override method changeReplication (line 373) | @Override method isExecutable (line 378) | @Override method getPushBackInputStream (line 383) | @Override method closePushbackInputStream (line 388) | @Override method isLocalFile (line 393) | @Override method getCreationDate (line 398) | @Override method getLastAccessDate (line 403) | @Override method canRead (line 408) | @Override method getLogger (line 413) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/commons/file/impl/SevenZipJBindingROArchiveFile.java class SevenZipJBindingROArchiveFile (line 24) | public class SevenZipJBindingROArchiveFile extends AbstractROArchiveFile { method SevenZipJBindingROArchiveFile (line 46) | public SevenZipJBindingROArchiveFile(AbstractFile file, ArchiveFormat ... method SevenZipJBindingROArchiveFile (line 54) | public SevenZipJBindingROArchiveFile(AbstractFile file, SevenZipArchiv... method initSevenZipBindings (line 63) | private static void initSevenZipBindings() { method check (line 103) | public SevenZipJBindingROArchiveFile check() throws IOException { method openInArchive (line 108) | private IInArchive openInArchive() throws IOException { method isEnc (line 142) | private boolean isEnc(IInArchive archive) { method getEntryIterator (line 159) | @Override method getEntryInputStream (line 183) | @Override method createArchiveEntry (line 222) | private ArchiveEntry createArchiveEntry(int i) throws IOException { FILE: src/main/java/com/mucommander/commons/file/impl/adb/AdbFile.java class AdbFile (line 38) | public class AdbFile extends ProtocolFile { method AdbFile (line 53) | private AdbFile(FileURL url, RemoteFile remoteFile) throws IOException { method tryLs (line 91) | private RemoteFile tryLs(JadbDevice device, String path) throws IOExce... method rebuildChildrenList (line 109) | private void rebuildChildrenList(FileURL url) throws IOException { method getDevice (line 125) | JadbDevice getDevice(FileURL url) throws IOException { method closeConnection (line 144) | private void closeConnection() { method AdbFile (line 151) | AdbFile(FileURL url) throws IOException { method getLastModifiedDate (line 156) | @Override method setLastModifiedDate (line 164) | @Override method changeReplication (line 168) | @Override method getSize (line 173) | @Override method getParent (line 181) | @Override method setParent (line 193) | @Override method exists (line 198) | @Override method getPermissions (line 213) | @Override method getChangeablePermissions (line 219) | @Override method changePermission (line 224) | @Override method getOwner (line 229) | @Override method getReplication (line 234) | @Override method getBlocksize (line 239) | @Override method canGetOwner (line 244) | @Override method getGroup (line 249) | @Override method canGetGroup (line 254) | @Override method isDirectory (line 259) | @Override method isSymlink (line 264) | @Override method isSystem (line 269) | @Override method ls (line 274) | @Override method mkdir (line 298) | @Override method getInputStream (line 324) | @Override method getOutputStream (line 329) | @Override method getAppendOutputStream (line 334) | @Override method getRandomAccessInputStream (line 339) | @Override method getRandomAccessOutputStream (line 344) | @Override method finishFileOperation (line 349) | private void finishFileOperation() throws IOException { method delete (line 365) | @Override method renameTo (line 386) | @Override method copyRemotelyTo (line 401) | @Override method getFreeSpace (line 406) | @Override method getTotalSpace (line 411) | @Override method getUnderlyingFileObject (line 416) | @Override method isFileOperationSupported (line 422) | @Override method pushTo (line 427) | public void pushTo(AbstractFile destFile) throws IOException { method pullFrom (line 441) | public void pullFrom(AbstractFile sourceFile) throws IOException { FILE: src/main/java/com/mucommander/commons/file/impl/adb/AdbInputStream.java class AdbInputStream (line 31) | public class AdbInputStream extends InputStream { method AdbInputStream (line 39) | AdbInputStream(AdbFile file) throws IOException { method read (line 64) | @Override method reset (line 72) | @Override method close (line 80) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/adb/AdbProtocolProvider.java class AdbProtocolProvider (line 30) | public class AdbProtocolProvider implements ProtocolProvider { method getFile (line 31) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/ar/ArArchiveEntryIterator.java class ArArchiveEntryIterator (line 35) | class ArArchiveEntryIterator implements ArchiveEntryIterator { method ArArchiveEntryIterator (line 55) | ArArchiveEntryIterator(InputStream in) throws IOException { method getNextEntry (line 69) | ArchiveEntry getNextEntry() throws IOException { method nextEntry (line 148) | public ArchiveEntry nextEntry() throws IOException { method close (line 161) | public void close() throws IOException { FILE: src/main/java/com/mucommander/commons/file/impl/ar/ArArchiveFile.java class ArArchiveFile (line 37) | public class ArArchiveFile extends AbstractROArchiveFile { method ArArchiveFile (line 45) | public ArArchiveFile(AbstractFile file) { method getEntryIterator (line 54) | @Override method getEntryInputStream (line 59) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/ar/ArFormatProvider.java class ArFormatProvider (line 36) | public class ArFormatProvider implements ArchiveFormatProvider { method getFile (line 45) | @Override method getFilenameFilter (line 50) | @Override method getFileExtensions (line 55) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/arj/ArjFormatProvider.java class ArjFormatProvider (line 14) | public class ArjFormatProvider implements ArchiveFormatProvider { method getFile (line 25) | @Override method getFilenameFilter (line 30) | @Override method getFileExtensions (line 35) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/avrdude/AvrConfigFileUtils.java class AvrConfigFileUtils (line 28) | public class AvrConfigFileUtils { method load (line 44) | public static AvrdudeConfiguration load(String filePath) throws IOExce... method load (line 54) | public static AvrdudeConfiguration load(InputStream is) throws IOExcep... method load (line 63) | private static AvrdudeConfiguration load(Properties properties) { method getPropertyInt (line 85) | private static Integer getPropertyInt(Properties properties, String ke... method getPropertyBool (line 94) | private static boolean getPropertyBool(Properties properties, String k... method save (line 108) | public static void save(AvrdudeConfiguration config, String filePath) ... method build (line 115) | private static String build(AvrdudeConfiguration config) { method addRequiredParam (line 160) | private static void addRequiredParam(StringBuilder sb, String name, Ob... method addOptionalParam (line 167) | private static void addOptionalParam(StringBuilder sb, String name, Ob... FILE: src/main/java/com/mucommander/commons/file/impl/avrdude/AvrDudeInputStream.java class AvrDudeInputStream (line 30) | public class AvrDudeInputStream extends InputStream implements HasProgre... method AvrDudeInputStream (line 39) | public AvrDudeInputStream(StreamType type, AvrdudeConfiguration config... method read (line 47) | @Override method available (line 55) | @Override method reset (line 60) | @Override method markSupported (line 65) | @Override method mark (line 70) | @Override method getProgress (line 75) | @Override method hasProgress (line 80) | @Override method readAll (line 85) | void readAll() throws IOException { FILE: src/main/java/com/mucommander/commons/file/impl/avrdude/Avrdude.java class Avrdude (line 34) | public class Avrdude { type Status (line 36) | enum Status { type Operation (line 42) | public enum Operation { method Operation (line 55) | Operation(boolean isWriteOperation) { method Avrdude (line 67) | public Avrdude() { method Avrdude (line 72) | public Avrdude(InputStream inputStream) { method buildCommandLine (line 77) | private static String buildCommandLine(AvrdudeConfiguration config, Op... method execute (line 153) | public void execute(AvrdudeConfiguration config, Operation operation, ... method waitFor (line 236) | public void waitFor() throws IOException, InterruptedException { method getHexOutput (line 244) | public String getHexOutput() { method getProgress (line 260) | public int getProgress() { method getStatus (line 264) | public Status getStatus() { method main (line 270) | public static void main(String args[]) throws IOException { FILE: src/main/java/com/mucommander/commons/file/impl/avrdude/AvrdudeConfiguration.java class AvrdudeConfiguration (line 24) | public class AvrdudeConfiguration { method AvrdudeConfiguration (line 83) | public AvrdudeConfiguration(String deviceName, Integer baudrate, Integ... method AvrdudeConfiguration (line 100) | public AvrdudeConfiguration() { method isValid (line 115) | public boolean isValid() { FILE: src/main/java/com/mucommander/commons/file/impl/avrdude/AvrdudeDevice.java class AvrdudeDevice (line 33) | public class AvrdudeDevice { method AvrdudeDevice (line 43) | private AvrdudeDevice(String id, String name, int signature, Map getDevices() { method load (line 65) | private static Map load() { FILE: src/main/java/com/mucommander/commons/file/impl/avrdude/AvrdudeOutputStream.java class AvrdudeOutputStream (line 31) | public class AvrdudeOutputStream extends OutputStream implements HasProg... method AvrdudeOutputStream (line 39) | public AvrdudeOutputStream(StreamType type, AvrdudeConfiguration confi... method write (line 46) | @Override method close (line 54) | @Override method writeToDevice (line 64) | private void writeToDevice() throws IOException { method getProgress (line 75) | @Override method hasProgress (line 80) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/avrdude/AvrdudeProtocolProvider.java class AvrdudeProtocolProvider (line 31) | public class AvrdudeProtocolProvider implements ProtocolProvider { method getFile (line 35) | @Override method getUrlPath (line 51) | private static String getUrlPath(FileURL url) { method isRootUrl (line 63) | private static boolean isRootUrl(FileURL url) { FILE: src/main/java/com/mucommander/commons/file/impl/avrdude/StreamType.java type StreamType (line 7) | public enum StreamType { method StreamType (line 13) | StreamType(char avrdudeName) { method getAvrdudeName (line 17) | public char getAvrdudeName() { FILE: src/main/java/com/mucommander/commons/file/impl/avrdude/files/AvrConfigFile.java class AvrConfigFile (line 33) | public class AvrConfigFile extends AvrdudeFile { class ConfigInputStream (line 37) | private static class ConfigInputStream extends ByteArrayInputStream { method ConfigInputStream (line 39) | public ConfigInputStream(String s) { class ConfigOutputStream (line 44) | private class ConfigOutputStream extends ByteArrayOutputStream { method close (line 45) | @Override method AvrConfigFile (line 61) | public AvrConfigFile(FileURL url) throws IOException { method extractPathFromUrl (line 65) | private static String extractPathFromUrl(FileURL url) { method getPermissions (line 69) | @Override method isDirectory (line 74) | @Override method ls (line 79) | @Override method mkdir (line 84) | @Override method exists (line 89) | @Override method getInputStream (line 94) | @Override method getSize (line 100) | @Override method getOutputStream (line 110) | @Override method copyRemotelyTo (line 116) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/avrdude/files/AvrDeviceDir.java class AvrDeviceDir (line 34) | public class AvrDeviceDir extends AvrdudeFile { method AvrDeviceDir (line 39) | public AvrDeviceDir(FileURL url) throws IOException { method getPermissions (line 43) | @Override method isDirectory (line 48) | @Override method ls (line 53) | @Override method mkdir (line 85) | @Override method exists (line 95) | @Override method getParent (line 111) | @Override method delete (line 124) | @Override method renameTo (line 129) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/avrdude/files/AvrMemoryDir.java class AvrMemoryDir (line 30) | public class AvrMemoryDir extends AvrdudeFile { method AvrMemoryDir (line 34) | public AvrMemoryDir(FileURL url) throws IOException { method getPermissions (line 39) | @Override method isDirectory (line 44) | @Override method ls (line 49) | @Override method mkdir (line 57) | @Override method exists (line 62) | @Override method getParent (line 67) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/avrdude/files/AvrMemoryFile.java class AvrMemoryFile (line 33) | public class AvrMemoryFile extends AvrdudeFile { type Type (line 35) | public enum Type { method Type (line 43) | Type(String name) { method fromFileName (line 47) | static Type fromFileName(String fileName) { method AvrMemoryFile (line 61) | public AvrMemoryFile(FileURL url) throws IOException { method getPermissions (line 66) | @Override method isDirectory (line 71) | @Override method ls (line 76) | @Override method mkdir (line 81) | @Override method exists (line 86) | @Override method getSize (line 92) | @Override method getInputStream (line 113) | @Override method getOutputStream (line 136) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/avrdude/files/AvrRootDir.java class AvrRootDir (line 30) | public class AvrRootDir extends AvrdudeFile { method AvrRootDir (line 32) | public AvrRootDir(FileURL url, String path) throws IOException { method isDirectory (line 36) | @Override method ls (line 41) | @Override method mkdir (line 51) | @Override method exists (line 56) | @Override method getPermissions (line 61) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/avrdude/files/AvrdudeFile.java class AvrdudeFile (line 51) | public abstract class AvrdudeFile extends ProtocolFile { method AvrdudeFile (line 60) | AvrdudeFile(FileURL url) throws IOException { method getBaseFolder (line 73) | static AbstractFile getBaseFolder() throws IOException { method getConfigFiles (line 81) | static AbstractFile[] getConfigFiles() throws IOException { method getLocalConfigFile (line 86) | AbstractFile getLocalConfigFile() throws IOException { method getDevice (line 95) | public AvrdudeDevice getDevice() { method getConfiguration (line 107) | public AvrdudeConfiguration getConfiguration() throws IOException { method isFileOperationSupported (line 114) | @Override method getLastModifiedDate (line 122) | @Override method setLastModifiedDate (line 133) | @Override method changeReplication (line 138) | @Override method getSize (line 143) | @Override method getParent (line 148) | @Override method setParent (line 153) | @Override method exists (line 158) | @Override method getChangeablePermissions (line 164) | @Override method changePermission (line 169) | @Override method getOwner (line 174) | @Override method getReplication (line 179) | @Override method getBlocksize (line 184) | @Override method canGetOwner (line 189) | @Override method getGroup (line 194) | @Override method canGetGroup (line 199) | @Override method isSymlink (line 209) | @Override method isSystem (line 214) | @Override method getInputStream (line 220) | @Override method getOutputStream (line 225) | @Override method getAppendOutputStream (line 230) | @Override method getRandomAccessInputStream (line 235) | @Override method getRandomAccessOutputStream (line 240) | @Override method delete (line 245) | @Override method renameTo (line 250) | @Override method copyRemotelyTo (line 255) | @Override method getFreeSpace (line 260) | @Override method getTotalSpace (line 265) | @Override method getUnderlyingFileObject (line 270) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/bzip2/Bzip2FormatProvider.java class Bzip2FormatProvider (line 18) | public class Bzip2FormatProvider implements ArchiveFormatProvider { method getFile (line 29) | @Override method getFilenameFilter (line 35) | @Override method getFileExtensions (line 40) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/cab/CabFormatProvider.java class CabFormatProvider (line 14) | public class CabFormatProvider implements ArchiveFormatProvider { method getFile (line 21) | @Override method getFilenameFilter (line 26) | @Override method getFileExtensions (line 31) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/cpio/CpioFormatProvider.java class CpioFormatProvider (line 14) | public class CpioFormatProvider implements ArchiveFormatProvider { method getFile (line 23) | @Override method getFilenameFilter (line 28) | @Override method getFileExtensions (line 33) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/deb/DebFormatProvider.java class DebFormatProvider (line 14) | public class DebFormatProvider implements ArchiveFormatProvider { method getFile (line 21) | @Override method getFilenameFilter (line 26) | @Override method getFileExtensions (line 31) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/ftp/FTPFile.java class FTPFile (line 62) | public class FTPFile extends ProtocolFile implements ConnectionHandlerFa... method FTPFile (line 106) | FTPFile(FileURL fileURL) throws IOException { method FTPFile (line 110) | FTPFile(FileURL fileURL, org.apache.commons.net.ftp.FTPFile file) thro... method getFTPFile (line 133) | private org.apache.commons.net.ftp.FTPFile getFTPFile(FileURL fileURL)... method createFTPFile (line 178) | private org.apache.commons.net.ftp.FTPFile createFTPFile(String name, ... method listFiles (line 200) | private static org.apache.commons.net.ftp.FTPFile[] listFiles(FTPConne... method createConnectionHandler (line 250) | public ConnectionHandler createConnectionHandler(FileURL location) { method isSymlink (line 259) | @Override method isSystem (line 264) | @Override method getLastModifiedDate (line 269) | @Override method setLastModifiedDate (line 283) | @Override method getSize (line 338) | @Override method getParent (line 347) | @Override method setParent (line 366) | @Override method exists (line 373) | @Override method getPermissions (line 378) | @Override method changePermission (line 388) | @Override method getChangeablePermissions (line 400) | @Override method getOwner (line 413) | @Override method canGetOwner (line 418) | @Override method getGroup (line 423) | @Override method canGetGroup (line 428) | @Override method isDirectory (line 433) | @Override method getInputStream (line 454) | @Override method getOutputStream (line 459) | @Override method getAppendOutputStream (line 464) | @Override method getRandomAccessInputStream (line 474) | @Override method getRandomAccessOutputStream (line 489) | @Override method delete (line 495) | @Override method ls (line 525) | @Override method mkdir (line 586) | @Override method getFreeSpace (line 616) | @Override method getTotalSpace (line 627) | @Override method getUnderlyingFileObject (line 636) | @Override method getReplication (line 641) | @Override method getBlocksize (line 647) | @Override method changeReplication (line 653) | @Override method changePermissions (line 668) | @Override method copyRemotelyTo (line 721) | @Override method renameTo (line 731) | @Override method getInputStream (line 760) | @Override method getCanonicalFile (line 765) | @Override method getLink (line 797) | public String getLink() { class FTPInputStream (line 901) | private class FTPInputStream extends FilterInputStream { method FTPInputStream (line 906) | private FTPInputStream(long skipBytes) throws IOException { method close (line 939) | @Override class FTPRandomAccessInputStream (line 983) | private class FTPRandomAccessInputStream extends RandomAccessInputStre... method FTPRandomAccessInputStream (line 988) | private FTPRandomAccessInputStream() throws IOException { method read (line 992) | @Override method read (line 1003) | @Override method getOffset (line 1014) | public long getOffset() { method getLength (line 1018) | public long getLength() { method seek (line 1022) | public void seek(final long offset) throws IOException { method close (line 1031) | @Override class FTPOutputStream (line 1038) | private class FTPOutputStream extends FilteredOutputStream { method FTPOutputStream (line 1043) | private FTPOutputStream(boolean append) throws IOException { method close (line 1075) | @Override class FTPConnectionHandler (line 1120) | private static class FTPConnectionHandler extends ConnectionHandler { method FTPConnectionHandler (line 1157) | private FTPConnectionHandler(FileURL location) { method checkServerReply (line 1214) | private void checkServerReply() throws IOException { method checkSocketException (line 1240) | private void checkSocketException(IOException e) { method startConnection (line 1252) | @Override method isConnected (line 1368) | @Override method closeConnection (line 1389) | @Override method keepAlive (line 1411) | @Override class FTPFilePermissions (line 1429) | private static class FTPFilePermissions extends IndividualPermissionBi... method FTPFilePermissions (line 1433) | FTPFilePermissions(org.apache.commons.net.ftp.FTPFile file) { method getBitValue (line 1437) | public boolean getBitValue(int access, int type) { method getMask (line 1463) | public PermissionBits getMask() { FILE: src/main/java/com/mucommander/commons/file/impl/ftp/FTPProtocolProvider.java class FTPProtocolProvider (line 15) | public class FTPProtocolProvider implements ProtocolProvider { method setForceHiddenFilesListing (line 34) | public static void setForceHiddenFilesListing(boolean value) { method getForceHiddenFilesListing (line 46) | public static boolean getForceHiddenFilesListing() { method getFile (line 50) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/gzip/GzipArchiveFile.java class GzipArchiveFile (line 17) | public class GzipArchiveFile extends AbstractROArchiveFile { method GzipArchiveFile (line 24) | public GzipArchiveFile(AbstractFile file) { method getEntryIterator (line 33) | @Override method getEntryInputStream (line 53) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/gzip/GzipFormatProvider.java class GzipFormatProvider (line 19) | public class GzipFormatProvider implements ArchiveFormatProvider { method getFile (line 28) | @Override method getFilenameFilter (line 33) | @Override method getFileExtensions (line 38) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/hadoop/HDFSFile.java class HDFSFile (line 18) | public class HDFSFile extends HadoopFile { method HDFSFile (line 51) | protected HDFSFile(FileURL url) throws IOException { method HDFSFile (line 55) | protected HDFSFile(FileURL url, FileSystem fs, FileStatus fileStatus) ... method getDefaultUsername (line 59) | public static String getDefaultUsername() { method getDefaultGroup (line 63) | public static String getDefaultGroup() { method getUsername (line 67) | private static String getUsername(FileURL url) { method getGroup (line 76) | private static String getGroup(FileURL url) { method getHadoopFileSystem (line 89) | @Override method setDefaultFileAttributes (line 111) | @Override method getFreeSpace (line 118) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/hadoop/HDFSProtocolProvider.java class HDFSProtocolProvider (line 16) | public class HDFSProtocolProvider implements ProtocolProvider { method getFile (line 18) | public AbstractFile getFile(FileURL url, Object... instantiationParams... FILE: src/main/java/com/mucommander/commons/file/impl/hadoop/HadoopFile.java class HadoopFile (line 26) | public abstract class HadoopFile extends ProtocolFile { method HadoopFile (line 49) | HadoopFile(FileURL url) throws IOException { method HadoopFile (line 53) | HadoopFile(FileURL url, FileSystem fs, FileStatus fileStatus) throws I... method getOutputStream (line 80) | private OutputStream getOutputStream(boolean append) throws IOException { method getParent (line 113) | @Override method setParent (line 126) | @Override method getUnderlyingFileObject (line 132) | @Override method exists (line 139) | @Override method isDirectory (line 144) | @Override method isSymlink (line 154) | @Override method isSystem (line 160) | @Override method getLastModifiedDate (line 165) | @Override method getSize (line 170) | @Override method getChangeablePermissions (line 175) | @Override method getPermissions (line 180) | @Override method getOwner (line 185) | @Override method canGetOwner (line 190) | @Override method getGroup (line 195) | @Override method canGetGroup (line 200) | @Override method getReplication (line 205) | @Override method getBlocksize (line 210) | @Override method mkdir (line 217) | @Override method delete (line 229) | @Override method renameTo (line 240) | @Override method setLastModifiedDate (line 262) | @Override method changeReplication (line 271) | @Override method changePermission (line 280) | @Override method getInputStream (line 285) | @Override method getOutputStream (line 290) | @Override method getRandomAccessInputStream (line 295) | @Override method ls (line 300) | @Override method getAppendOutputStream (line 308) | @Override method getRandomAccessOutputStream (line 315) | @Override method copyRemotelyTo (line 326) | @Override method getFreeSpace (line 338) | @Override method getTotalSpace (line 348) | @Override method ls (line 355) | @Override method changePermissions (line 386) | @Override method getHadoopFileSystem (line 406) | protected abstract FileSystem getHadoopFileSystem(FileURL realm) throw... method setDefaultFileAttributes (line 415) | protected abstract void setDefaultFileAttributes(FileURL url, HadoopFi... class HadoopFileAttributes (line 423) | class HadoopFileAttributes extends SyncedFileAttributes { method HadoopFileAttributes (line 428) | private HadoopFileAttributes() throws AuthException { method HadoopFileAttributes (line 436) | private HadoopFileAttributes(FileStatus fileStatus) { method fetchAttributes (line 445) | private void fetchAttributes() throws AuthException { method setAttributes (line 471) | private void setAttributes(FileStatus fileStatus) { method addToSize (line 489) | private void addToSize(long increment) { method updateAttributes (line 498) | @Override class HadoopRandomAccessInputStream (line 511) | private static class HadoopRandomAccessInputStream extends RandomAcces... method HadoopRandomAccessInputStream (line 516) | private HadoopRandomAccessInputStream(FSDataInputStream in, long len... method getOffset (line 521) | public long getOffset() throws IOException { method getLength (line 525) | public long getLength() { method seek (line 529) | public void seek(long offset) throws IOException { method read (line 533) | @Override method read (line 538) | @Override method close (line 543) | @Override class HadoopFilenameFilter (line 551) | private static class HadoopFilenameFilter implements PathFilter { method HadoopFilenameFilter (line 555) | private HadoopFilenameFilter(FilenameFilter filenameFilter) { method accept (line 564) | public boolean accept(Path path) { FILE: src/main/java/com/mucommander/commons/file/impl/hadoop/S3File.java class S3File (line 23) | public class S3File extends HadoopFile { method S3File (line 25) | protected S3File(FileURL url) throws IOException { method S3File (line 29) | protected S3File(FileURL url, FileSystem fs, FileStatus fileStatus) th... method getHadoopFileSystem (line 34) | @Override method setDefaultFileAttributes (line 55) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/hadoop/S3ProtocolProvider.java class S3ProtocolProvider (line 20) | public class S3ProtocolProvider implements ProtocolProvider { method getFile (line 22) | public AbstractFile getFile(FileURL url, Object... instantiationParams... FILE: src/main/java/com/mucommander/commons/file/impl/http/HTTPFile.java class HTTPFile (line 57) | public class HTTPFile extends ProtocolFile { method HTTPFile (line 92) | HTTPFile(FileURL fileURL) throws IOException { method HTTPFile (line 98) | HTTPFile(FileURL fileURL, URL url) throws IOException { method getDefaultAttributes (line 126) | private static SimpleFileAttributes getDefaultAttributes() { method isParsableMimeType (line 145) | private boolean isParsableMimeType(String mimeType) { method resolveFile (line 157) | private void resolveFile() throws IOException { method getHttpURLConnection (line 212) | private HttpURLConnection getHttpURLConnection(URL url) throws IOExcep... method checkHTTPResponse (line 242) | private void checkHTTPResponse(HttpURLConnection conn) throws IOExcept... method checkResolveFile (line 256) | private void checkResolveFile() { method getLastModifiedDate (line 272) | @Override method setLastModifiedDate (line 284) | @Override method getSize (line 290) | @Override method getParent (line 297) | @Override method setParent (line 309) | @Override method exists (line 315) | @Override method getPermissions (line 327) | @Override method getChangeablePermissions (line 332) | @Override method changePermission (line 337) | @Override method getOwner (line 343) | @Override method canGetOwner (line 348) | @Override method getGroup (line 353) | @Override method canGetGroup (line 358) | @Override method getReplication (line 363) | @Override method getBlocksize (line 369) | @Override method changeReplication (line 375) | @Override method isDirectory (line 381) | @Override method isSymlink (line 388) | @Override method isSystem (line 393) | @Override method getInputStream (line 398) | @Override method getOutputStream (line 416) | @Override method getAppendOutputStream (line 427) | @Override method getRandomAccessInputStream (line 433) | @Override method getRandomAccessOutputStream (line 443) | @Override method delete (line 454) | @Override method copyRemotelyTo (line 465) | @Override method renameTo (line 476) | @Override method mkdir (line 487) | @Override method getFreeSpace (line 498) | @Override method getTotalSpace (line 509) | @Override method getUnderlyingFileObject (line 518) | @Override method ls (line 523) | @Override method resolveAndConnect (line 544) | private HttpURLConnection resolveAndConnect(URL url) throws IOException { method findChildren (line 578) | private AbstractFile[] findChildren(BufferedReader br, URL contextURL)... method linkCanBeDownloaded (line 646) | private boolean linkCanBeDownloaded(String link) { method getContentEncoding (line 651) | private String getContentEncoding(HttpURLConnection conn) throws IOExc... method createReader (line 667) | private BufferedReader createReader(HttpURLConnection conn) throws IOE... method isHidden (line 687) | @Override method getName (line 692) | @Override method getInputStream (line 705) | @Override class HTTPRandomAccessInputStream (line 732) | private class HTTPRandomAccessInputStream extends BlockRandomInputStre... method HTTPRandomAccessInputStream (line 741) | private HTTPRandomAccessInputStream() throws IOException { method readBlock (line 759) | @Override method getLength (line 785) | public long getLength() { method close (line 789) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/http/HTTPProtocolProvider.java class HTTPProtocolProvider (line 21) | public class HTTPProtocolProvider implements ProtocolProvider { method disableCertificateVerifications (line 48) | private static void disableCertificateVerifications() throws Exception { method getFile (line 73) | public AbstractFile getFile(FileURL url, Object... instantiationParams... FILE: src/main/java/com/mucommander/commons/file/impl/iso/IsoArchiveEntry.java class IsoArchiveEntry (line 10) | class IsoArchiveEntry extends ArchiveEntry { method IsoArchiveEntry (line 17) | IsoArchiveEntry(String path, boolean directory, long date, long size, ... method getIndex (line 26) | long getIndex() { method getSectSize (line 30) | public int getSectSize() { method getShiftOffset (line 34) | public long getShiftOffset() { method getAudio (line 38) | public boolean getAudio() { FILE: src/main/java/com/mucommander/commons/file/impl/iso/IsoArchiveFile.java class IsoArchiveFile (line 16) | public class IsoArchiveFile extends AbstractROArchiveFile { method IsoArchiveFile (line 18) | public IsoArchiveFile(AbstractFile file) { method getEntryIterator (line 23) | @Override method getEntryInputStream (line 30) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/iso/IsoEntryInputStream.java class IsoEntryInputStream (line 14) | class IsoEntryInputStream extends InputStream { method IsoEntryInputStream (line 22) | IsoEntryInputStream(RandomAccessInputStream rais, IsoArchiveEntry entr... method read (line 36) | @Override method read (line 46) | @Override method read (line 51) | @Override method available (line 129) | @Override method close (line 135) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/iso/IsoEntryIterator.java class IsoEntryIterator (line 17) | class IsoEntryIterator extends WrapperArchiveEntryIterator { method IsoEntryIterator (line 24) | public IsoEntryIterator(Iterator iterator, Ran... method getRandomAccessInputStream (line 35) | RandomAccessInputStream getRandomAccessInputStream() { method close (line 44) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/iso/IsoFormatProvider.java class IsoFormatProvider (line 20) | public class IsoFormatProvider implements ArchiveFormatProvider { method detect (line 35) | @Override method getFile (line 44) | @Override method getFilenameFilter (line 52) | @Override method getFileExtensions (line 57) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/iso/IsoParser.java class IsoParser (line 30) | class IsoParser { method getEntries (line 32) | public static List getEntries(byte[] buffer, RandomAc... method getEntries (line 81) | static List getEntries(AbstractFile file, RandomAcces... method newString (line 127) | private static void newString(byte[] b, int len, int level, StringBuff... method parse_dir (line 131) | public static todo parse_dir(todo todo_idr, String rootname, int exten... method ISODCL (line 226) | private static int ISODCL(int start, int end) { method isonum_731 (line 230) | private static int isonum_731(byte[] p) { method isonum_733 (line 234) | public static int isonum_733(byte[] p) { method S_ISDIR (line 238) | private static boolean S_ISDIR(int m) { class stat (line 246) | private static class stat { class todo (line 251) | public static class todo { class isoDr (line 258) | public static class isoDr { method isoDr (line 277) | public isoDr(byte[] src, int pos) { class isoPvd (line 288) | public static class isoPvd { method isoPvd (line 333) | public isoPvd(byte[] pvd, RandomAccessInputStream rais, int start, i... method load (line 341) | void load(byte[] src) { FILE: src/main/java/com/mucommander/commons/file/impl/iso/IsoUtil.java class IsoUtil (line 8) | class IsoUtil { method guessSectorSize (line 20) | public static int guessSectorSize(AbstractFile file) { method toDwordBE (line 33) | public static int toDwordBE(byte[] p, int offset) { method toDword (line 40) | public static int toDword(byte[] p, int offset) { method toArray (line 47) | public static void toArray(int value, byte[] b, int offset) { method offsetInSector (line 54) | public static long offsetInSector(long index, int sectSize, boolean au... FILE: src/main/java/com/mucommander/commons/file/impl/iso/MuCreateISO.java class MuCreateISO (line 40) | public class MuCreateISO { method MuCreateISO (line 46) | public MuCreateISO(StreamHandler streamHandler, ISO9660RootDirectory r... method process (line 51) | public void process(ISO9660Config iso9660Config, RockRidgeConfig rrCon... method getProcessingFile (line 105) | public String getProcessingFile(){ method totalWrittenBytes (line 113) | public long totalWrittenBytes(){ method writtenBytesCurrentFile (line 122) | public long writtenBytesCurrentFile() { method currentFileLength (line 129) | public long currentFileLength(){ FILE: src/main/java/com/mucommander/commons/file/impl/iso/MuFileHandler.java class MuFileHandler (line 41) | public class MuFileHandler extends ChainingStreamHandler { method MuFileHandler (line 48) | public MuFileHandler(StreamHandler streamHandler, ISO9660RootDirectory... method startElement (line 53) | public void startElement(Element element) throws HandlerException { method process (line 61) | private void process(String id) throws HandlerException { method doFCA (line 67) | private void doFCA() throws HandlerException { method doFCADirs (line 77) | private void doFCADirs(ISO9660Directory dir) throws HandlerException { method doFile (line 83) | private void doFile(ISO9660File file) throws HandlerException { method getProcessingFile (line 98) | public String getProcessingFile() { method totalWrittenBytes (line 106) | public long totalWrittenBytes(){ method currentFileLength (line 113) | public long currentFileLength(){ method writtenBytesCurrentFile (line 122) | public long writtenBytesCurrentFile() { class DataReferenceProgress (line 129) | private static class DataReferenceProgress implements DataReference{ method DataReferenceProgress (line 133) | DataReferenceProgress(DataReference dr){ method getLength (line 137) | @Override method available (line 142) | public int available(){ method getWrittenBytes (line 149) | public long getWrittenBytes(){ method createInputStream (line 153) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/iso/NrgParser.java class NrgParser (line 14) | class NrgParser extends IsoParser { method getEntries (line 16) | static List getEntries(byte[] buffer, AbstractFile fi... FILE: src/main/java/com/mucommander/commons/file/impl/local/LocalFile.java class LocalFile (line 82) | public class LocalFile extends ProtocolFile { method LocalFile (line 158) | protected LocalFile(FileURL fileURL) throws IOException { method LocalFile (line 169) | protected LocalFile(FileURL fileURL, File file) throws IOException { method getUserHome (line 214) | public static AbstractFile getUserHome() { method getVolumeInfo (line 229) | public long[] getVolumeInfo() throws IOException { method guessRemovableDrive (line 418) | public boolean guessRemovableDrive() { method hasRootDrives (line 445) | public static boolean hasRootDrives() { method getVolumes (line 464) | public static AbstractFile[] getVolumes() { method addJavaIoFileRoots (line 499) | private static void addJavaIoFileRoots(List v) { method addMountEntries (line 522) | private static void addMountEntries(List list) { method streamMountPoints (line 548) | private static InputStream streamMountPoints() throws IOException { method isKnownFileSystem (line 554) | private static boolean isKnownFileSystem(String fsType) { method addMacOSXVolumes (line 569) | private static void addMacOSXVolumes(List v) { method getUnderlyingFileObject (line 600) | @Override method isSymlink (line 605) | @Override method isSystem (line 634) | @Override method getLastModifiedDate (line 671) | @Override method getCreationDate (line 676) | @Override method getLastAccessDate (line 681) | @Override method setLastModifiedDate (line 686) | @Override method getSize (line 699) | @Override method getParent (line 704) | @Override method setParent (line 719) | @Override method exists (line 725) | @Override method getPermissions (line 730) | @Override method getChangeablePermissions (line 735) | @Override method changePermission (line 740) | @Override method getOwner (line 770) | @Override method canGetOwner (line 793) | @Override method getGroup (line 799) | @Override method canGetGroup (line 830) | @Override method isDirectory (line 835) | @Override method getInputStream (line 856) | @Override method getOutputStream (line 866) | @Override method getAppendOutputStream (line 876) | @Override method getRandomAccessInputStream (line 886) | @Override method getRandomAccessOutputStream (line 896) | @Override method delete (line 901) | @Override method ls (line 909) | @Override method mkdir (line 914) | @Override method renameTo (line 928) | @Override method getFreeSpace (line 992) | @Override method getTotalSpace (line 997) | @Override method copyRemotelyTo (line 1009) | @Override method getReplication (line 1015) | @Override method getBlocksize (line 1021) | @Override method changeReplication (line 1027) | @Override method getName (line 1033) | @Override method getAbsolutePath (line 1045) | @Override method getCanonicalPath (line 1056) | @Override method getSeparator (line 1083) | @Override method ls (line 1089) | @Override method isHidden (line 1115) | @Override method isExecutable (line 1123) | @Override method canRead (line 1133) | @Override method getRoot (line 1142) | @Override method isRoot (line 1166) | @Override method getVolume (line 1178) | @Override class LocalRandomAccessInputStream (line 1223) | public static class LocalRandomAccessInputStream extends RandomAccessI... method LocalRandomAccessInputStream (line 1236) | LocalRandomAccessInputStream(FileChannel channel) { method read (line 1241) | @Override method read (line 1256) | @Override method close (line 1274) | @Override method getOffset (line 1280) | public long getOffset() throws IOException { method getLength (line 1284) | public long getLength() throws IOException { method seek (line 1288) | public void seek(long offset) throws IOException { class LocalInputStream (line 1304) | static class LocalInputStream extends FilterInputStream { method LocalInputStream (line 1305) | LocalInputStream(FileChannel channel) { class LocalOutputStream (line 1321) | static class LocalOutputStream extends FilteredOutputStream { method LocalOutputStream (line 1322) | LocalOutputStream(FileChannel channel) { class LocalRandomAccessOutputStream (line 1333) | public static class LocalRandomAccessOutputStream extends RandomAccess... method LocalRandomAccessOutputStream (line 1342) | LocalRandomAccessOutputStream(FileChannel channel) { method write (line 1347) | @Override method write (line 1360) | @Override method write (line 1365) | @Override method setLength (line 1384) | @Override method close (line 1410) | @Override method getOffset (line 1416) | public long getOffset() throws IOException { method getLength (line 1420) | public long getLength() throws IOException { method seek (line 1424) | public void seek(long offset) throws IOException { class LocalFilePermissions (line 1433) | private static class LocalFilePermissions extends IndividualPermission... method LocalFilePermissions (line 1445) | private LocalFilePermissions(java.io.File file) { method getBitValue (line 1449) | public boolean getBitValue(int access, int type) { method getIntValue (line 1477) | @Override method getMask (line 1493) | public PermissionBits getMask() { class LocalFilenameFilter (line 1502) | private static class LocalFilenameFilter implements java.io.FilenameFi... method LocalFilenameFilter (line 1506) | private LocalFilenameFilter(FilenameFilter filter) { method accept (line 1510) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/local/LocalProtocolProvider.java class LocalProtocolProvider (line 18) | public class LocalProtocolProvider implements ProtocolProvider { method getFile (line 23) | public AbstractFile getFile(FileURL url, Object... instantiationParams... method isUncFile (line 35) | private static boolean isUncFile(FileURL fileURL) { FILE: src/main/java/com/mucommander/commons/file/impl/local/SpecialWindowsLocation.java class SpecialWindowsLocation (line 18) | public class SpecialWindowsLocation extends DummyFile { method createLocation (line 42) | private static SpecialWindowsLocation createLocation(String clsid) { method SpecialWindowsLocation (line 62) | public SpecialWindowsLocation(String clsid) throws MalformedURLExcepti... method getName (line 71) | @Override method getAbsolutePath (line 79) | @Override method isDirectory (line 87) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/local/UNCFile.java class UNCFile (line 47) | public class UNCFile extends ProtocolFile { method UNCFile (line 85) | protected UNCFile(FileURL fileURL) throws IOException { method UNCFile (line 95) | protected UNCFile(FileURL fileURL, File file) throws IOException { method getUnderlyingFileObject (line 124) | @Override method isSymlink (line 129) | @Override method isSystem (line 138) | @Override method getLastModifiedDate (line 143) | @Override method setLastModifiedDate (line 148) | @Override method getSize (line 159) | @Override method getParent (line 164) | @Override method setParent (line 180) | @Override method exists (line 186) | @Override method getPermissions (line 191) | @Override method getChangeablePermissions (line 196) | @Override method changePermission (line 201) | @Override method getOwner (line 222) | @Override method canGetOwner (line 230) | @Override method getGroup (line 238) | @Override method canGetGroup (line 246) | @Override method isDirectory (line 251) | @Override method getInputStream (line 271) | @Override method getOutputStream (line 283) | @Override method getAppendOutputStream (line 295) | @Override method getRandomAccessInputStream (line 307) | @Override method getRandomAccessOutputStream (line 319) | @Override method delete (line 324) | @Override method ls (line 332) | @Override method mkdir (line 337) | @Override method renameTo (line 343) | @Override method getFreeSpace (line 401) | @Override method getTotalSpace (line 406) | @Override method copyRemotelyTo (line 418) | @Override method getReplication (line 424) | @Override method getBlocksize (line 430) | @Override method changeReplication (line 436) | @Override method getName (line 448) | @Override method getAbsolutePath (line 459) | @Override method getCanonicalPath (line 469) | @Override method getSeparator (line 494) | @Override method ls (line 499) | @Override method isHidden (line 524) | @Override method getRoot (line 532) | @Override method isRoot (line 541) | @Override method countIndexOf (line 546) | private int countIndexOf(String text, String search) { method getVolume (line 554) | @Override method getVolumeInfo (line 600) | public long[] getVolumeInfo() throws IOException { method getNativeVolumeInfo (line 611) | protected long[] getNativeVolumeInfo() throws IOException { class UNCFilePermissions (line 691) | private static class UNCFilePermissions extends IndividualPermissionBi... method UNCFilePermissions (line 705) | private UNCFilePermissions(java.io.File file) { method getBitValue (line 709) | public boolean getBitValue(int access, int type) { method getIntValue (line 728) | @Override method getMask (line 744) | public PermissionBits getMask() { class UNCFilenameFilter (line 752) | private static class UNCFilenameFilter implements java.io.FilenameFilt... method UNCFilenameFilter (line 756) | private UNCFilenameFilter(FilenameFilter filter) { method accept (line 760) | public boolean accept(File dir, String name) { FILE: src/main/java/com/mucommander/commons/file/impl/lst/LstArchiveEntry.java class LstArchiveEntry (line 12) | public class LstArchiveEntry extends ArchiveEntry { method LstArchiveEntry (line 18) | LstArchiveEntry(String path, boolean directory, long date, long size, ... method getBaseFolder (line 30) | protected String getBaseFolder() { FILE: src/main/java/com/mucommander/commons/file/impl/lst/LstArchiveEntryIterator.java class LstArchiveEntryIterator (line 20) | class LstArchiveEntryIterator implements ArchiveEntryIterator { method LstArchiveEntryIterator (line 46) | LstArchiveEntryIterator(InputStream in) throws IOException { method getNextEntry (line 61) | ArchiveEntry getNextEntry() throws IOException { method nextEntry (line 100) | public ArchiveEntry nextEntry() throws IOException { method close (line 105) | public void close() throws IOException { FILE: src/main/java/com/mucommander/commons/file/impl/lst/LstArchiveFile.java class LstArchiveFile (line 51) | public class LstArchiveFile extends AbstractROArchiveFile { method LstArchiveFile (line 53) | LstArchiveFile(AbstractFile file) { method getEntryIterator (line 58) | @Override method getEntryInputStream (line 63) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/lst/LstFormatProvider.java class LstFormatProvider (line 17) | public class LstFormatProvider implements ArchiveFormatProvider { method getFile (line 27) | @Override method getFilenameFilter (line 32) | @Override method getFileExtensions (line 37) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/lzh/LzhFormatProvider.java class LzhFormatProvider (line 14) | public class LzhFormatProvider implements ArchiveFormatProvider { method getFile (line 23) | @Override method getFilenameFilter (line 28) | @Override method getFileExtensions (line 33) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/lzma/LzmaFormatProvider.java class LzmaFormatProvider (line 14) | public class LzmaFormatProvider implements ArchiveFormatProvider { method getFile (line 22) | @Override method getFilenameFilter (line 27) | @Override method getFileExtensions (line 32) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/nfs/NFSFile.java class NFSFile (line 35) | public class NFSFile extends ProtocolFile { method NFSFile (line 84) | NFSFile(FileURL fileURL) { method getLastModifiedDate (line 136) | @Override method setLastModifiedDate (line 146) | @Override method getSize (line 153) | @Override method getParent (line 158) | @Override method setParent (line 172) | @Override method exists (line 178) | @Override method getPermissions (line 183) | @Override method getChangeablePermissions (line 188) | @Override method changePermission (line 194) | @Override method getOwner (line 204) | @Override method canGetOwner (line 212) | @Override method getGroup (line 220) | @Override method canGetGroup (line 228) | @Override method isDirectory (line 233) | @Override method isSymlink (line 241) | @Override method isSystem (line 247) | @Override method ls (line 252) | @Override method mkdir (line 257) | @Override method getInputStream (line 263) | @Override method getOutputStream (line 268) | @Override method getAppendOutputStream (line 273) | @Override method getRandomAccessInputStream (line 278) | @Override method getRandomAccessOutputStream (line 291) | @Override method delete (line 297) | @Override method renameTo (line 310) | @Override method getUnderlyingFileObject (line 324) | @Override method copyRemotelyTo (line 337) | @Override method getFreeSpace (line 348) | @Override method getTotalSpace (line 360) | @Override method ls (line 368) | @Override class NFSRandomAccessInputStream (line 403) | public static class NFSRandomAccessInputStream extends RandomAccessInp... method NFSRandomAccessInputStream (line 407) | NFSRandomAccessInputStream(XRandomAccessFile raf) { method read (line 411) | @Override method read (line 416) | @Override method close (line 421) | @Override method getOffset (line 426) | public long getOffset() throws IOException { method getLength (line 430) | public long getLength() throws IOException { method seek (line 434) | public void seek(long offset) throws IOException { class NFSRandomAccessOutputStream (line 445) | public static class NFSRandomAccessOutputStream extends RandomAccessOu... method NFSRandomAccessOutputStream (line 449) | NFSRandomAccessOutputStream(XRandomAccessFile raf) { method write (line 453) | @Override method write (line 458) | @Override method write (line 463) | @Override method close (line 468) | @Override method getOffset (line 473) | public long getOffset() throws IOException { method getLength (line 477) | public long getLength() throws IOException { method seek (line 481) | public void seek(long offset) throws IOException { method setLength (line 493) | @Override class NFSFilePermissions (line 515) | private static class NFSFilePermissions extends IndividualPermissionBi... method NFSFilePermissions (line 521) | NFSFilePermissions(XFile file) { method getBitValue (line 525) | public boolean getBitValue(int access, int type) { method getMask (line 538) | public PermissionBits getMask() { method getReplication (line 543) | @Override method getBlocksize (line 549) | @Override method changeReplication (line 555) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/nfs/NFSProtocolProvider.java class NFSProtocolProvider (line 15) | public class NFSProtocolProvider implements ProtocolProvider { method getFile (line 17) | public AbstractFile getFile(FileURL url, Object... instantiationParams... FILE: src/main/java/com/mucommander/commons/file/impl/rar/RarFormatProvider.java class RarFormatProvider (line 20) | public class RarFormatProvider implements ArchiveFormatProvider { method detect (line 33) | @Override method getFile (line 45) | @Override method getFilenameFilter (line 50) | @Override method getFileExtensions (line 55) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/rpm/RpmFormatProvider.java class RpmFormatProvider (line 30) | public class RpmFormatProvider implements ArchiveFormatProvider { method getFile (line 38) | @Override method getFilenameFilter (line 43) | @Override method getFileExtensions (line 48) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/s3/S3Bucket.java class S3Bucket (line 19) | public class S3Bucket extends S3File { method S3Bucket (line 30) | protected S3Bucket(FileURL url, S3Service service, String bucketName) ... method S3Bucket (line 37) | protected S3Bucket(FileURL url, S3Service service, org.jets3t.service.... method getFileAttributes (line 46) | @Override method getOwner (line 52) | @Override method canGetOwner (line 57) | @Override method ls (line 62) | @Override method delete (line 67) | @Override method mkdir (line 76) | @Override method copyRemotelyTo (line 88) | @Override method renameTo (line 94) | @Override method getInputStream (line 103) | @Override method getOutputStream (line 112) | @Override method getRandomAccessInputStream (line 121) | @Override method getReplication (line 127) | @Override method getBlocksize (line 133) | @Override method changeReplication (line 139) | @Override class S3BucketFileAttributes (line 153) | private class S3BucketFileAttributes extends SyncedFileAttributes { method S3BucketFileAttributes (line 157) | private S3BucketFileAttributes() throws AuthException { method S3BucketFileAttributes (line 164) | private S3BucketFileAttributes(org.jets3t.service.model.S3Bucket buc... method setAttributes (line 173) | private void setAttributes(org.jets3t.service.model.S3Bucket bucket) { method fetchAttributes (line 180) | private void fetchAttributes() throws AuthException { method updateAttributes (line 212) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/s3/S3File.java class S3File (line 19) | public abstract class S3File extends ProtocolFile { method S3File (line 26) | protected S3File(FileURL url, S3Service service) { method getIOException (line 32) | protected IOException getIOException(S3ServiceException e) throws IOEx... method getIOException (line 36) | protected static IOException getIOException(S3ServiceException e, File... method handleAuthException (line 46) | protected static void handleAuthException(S3ServiceException e, FileUR... method listObjects (line 52) | protected AbstractFile[] listObjects(String bucketName, String prefix,... method getFileAttributes (line 111) | public abstract FileAttributes getFileAttributes(); method getParent (line 115) | @Override method setParent (line 133) | @Override method getLastModifiedDate (line 142) | @Override method getSize (line 147) | @Override method exists (line 152) | @Override method isDirectory (line 157) | @Override method getPermissions (line 162) | @Override method getUnderlyingFileObject (line 167) | @Override method isSymlink (line 175) | @Override method isSystem (line 180) | @Override method getChangeablePermissions (line 185) | @Override method changePermission (line 190) | @Override method getGroup (line 196) | @Override method canGetGroup (line 201) | @Override method getAppendOutputStream (line 206) | @Override method getRandomAccessOutputStream (line 212) | @Override method getFreeSpace (line 218) | @Override method getTotalSpace (line 224) | @Override method setLastModifiedDate (line 230) | @Override method getOutputStream (line 236) | @Override method getBlocksize (line 242) | @Override method getReplication (line 248) | @Override method changeReplication (line 254) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/s3/S3Object.java class S3Object (line 23) | public class S3Object extends S3File { method S3Object (line 37) | protected S3Object(FileURL url, S3Service service, String bucketName) ... method S3Object (line 44) | protected S3Object(FileURL url, S3Service service, String bucketName, ... method getObjectKey (line 51) | private String getObjectKey() { method getObjectKey (line 57) | private String getObjectKey(boolean wantTrailingSeparator) { method putObject (line 70) | private void putObject(InputStream in, long objectLength) throws FileT... method getFileAttributes (line 96) | @Override method getOwner (line 102) | @Override method canGetOwner (line 107) | @Override method ls (line 112) | @Override method mkdir (line 117) | @Override method delete (line 132) | @Override method renameTo (line 157) | @Override method copyRemotelyTo (line 163) | @Override method getInputStream (line 196) | @Override method getInputStream (line 201) | @Override method getRandomAccessInputStream (line 213) | @Override method getOutputStream (line 221) | @Override method getReplication (line 280) | @Override method getBlocksize (line 286) | @Override method changeReplication (line 292) | @Override method copyStream (line 298) | @Override class S3ObjectRandomAccessInputStream (line 371) | private class S3ObjectRandomAccessInputStream extends RandomAccessInpu... method S3ObjectRandomAccessInputStream (line 387) | protected S3ObjectRandomAccessInputStream() { method openStream (line 398) | private synchronized void openStream(long offset) throws IOException { method read (line 439) | @Override method read (line 453) | @Override method getLength (line 465) | public long getLength() { method getOffset (line 469) | public synchronized long getOffset() { method seek (line 473) | public synchronized void seek(long offset) throws IOException { method close (line 477) | @Override class S3ObjectFileAttributes (line 564) | private class S3ObjectFileAttributes extends SyncedFileAttributes { method S3ObjectFileAttributes (line 568) | private S3ObjectFileAttributes() throws AuthException { method S3ObjectFileAttributes (line 575) | private S3ObjectFileAttributes(org.jets3t.service.model.S3Object obj... method setAttributes (line 584) | private void setAttributes(org.jets3t.service.model.S3Object object) { method fetchAttributes (line 594) | private void fetchAttributes() throws AuthException { method updateAttributes (line 615) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/s3/S3ProtocolProvider.java class S3ProtocolProvider (line 18) | public class S3ProtocolProvider implements ProtocolProvider { method S3ProtocolProvider (line 19) | public S3ProtocolProvider() { method getFile (line 22) | public AbstractFile getFile(FileURL url, Object... instantiationParams... FILE: src/main/java/com/mucommander/commons/file/impl/s3/S3Root.java class S3Root (line 17) | public class S3Root extends S3File { method S3Root (line 24) | protected S3Root(FileURL url, S3Service service) { method getFileAttributes (line 43) | @Override method getOwner (line 53) | @Override method canGetOwner (line 58) | @Override method ls (line 63) | @Override method mkdir (line 90) | @Override method getInputStream (line 99) | @Override method getOutputStream (line 108) | @Override method getRandomAccessInputStream (line 117) | @Override method delete (line 126) | @Override method copyRemotelyTo (line 132) | @Override method renameTo (line 138) | @Override method getReplication (line 143) | @Override method getBlocksize (line 149) | @Override method changeReplication (line 155) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/SevenZipArchiveFile.java class SevenZipArchiveFile (line 47) | public class SevenZipArchiveFile extends SevenZipJBindingROArchiveFile { method SevenZipArchiveFile (line 50) | public SevenZipArchiveFile(AbstractFile file, ArchiveFormat sevenZipJB... class ArchiveOpenVolumeCallback (line 55) | private static class ArchiveOpenVolumeCallback implements IArchiveOpen... method getProperty (line 69) | public Object getProperty(PropID propID) { method getStream (line 86) | public IInStream getStream(String filename) { method close (line 121) | void close() throws IOException { class ExtractCallback (line 130) | public static class ExtractCallback implements IArchiveExtractCallback { method ExtractCallback (line 138) | public ExtractCallback(IInArchive inArchive, OutputStream os) { method getStream (line 143) | public ISequentialOutStream getStream(int index, ExtractAskMode extr... method prepareOperation (line 161) | public void prepareOperation(ExtractAskMode extractAskMode) { method setOperationResult (line 165) | public void setOperationResult(ExtractOperationResult extractOperati... method setCompleted (line 178) | public void setCompleted(long completeValue) { method setTotal (line 182) | public void setTotal(long total) { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/SevenZipFormatProvider.java class SevenZipFormatProvider (line 16) | public class SevenZipFormatProvider implements ArchiveFormatProvider { method getFile (line 26) | @Override method getFilenameFilter (line 31) | public FilenameFilter getFilenameFilter() { method getFileExtensions (line 35) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/SignatureCheckedRandomAccessFile.java class SignatureCheckedRandomAccessFile (line 40) | public class SignatureCheckedRandomAccessFile implements IInStream, ISeq... method SignatureCheckedRandomAccessFile (line 50) | public SignatureCheckedRandomAccessFile(AbstractFile file, byte[] sign... method seek (line 64) | @Override method seekOnRandomAccessFile (line 78) | private void seekOnRandomAccessFile(long offset, int seekOrigin) throw... method seekOnSequentialFile (line 99) | private void seekOnSequentialFile(long offset, int seekOrigin) throws ... method skip (line 133) | private void skip(long skip) throws IOException { method read (line 155) | @Override method openStreamAndCheckSignature (line 172) | private InputStream openStreamAndCheckSignature(AbstractFile file, byt... method checkSignature (line 214) | private static boolean checkSignature(byte[] data, byte[] signature) { method close (line 223) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/multivolume/InArchiveWrapper.java class InArchiveWrapper (line 42) | public class InArchiveWrapper implements IInArchive { method InArchiveWrapper (line 50) | public InArchiveWrapper(IInArchive archive, Closeable... closeables) { method getNumberOfItems (line 55) | @Override method getProperty (line 60) | @Override method getStringProperty (line 65) | @Override method extract (line 70) | @Override method extractSlow (line 75) | @Override method extractSlow (line 80) | @Override method getArchiveProperty (line 85) | @Override method getStringArchiveProperty (line 90) | @Override method getNumberOfProperties (line 95) | @Override method getPropertyInfo (line 100) | @Override method getNumberOfArchiveProperties (line 105) | @Override method getArchivePropertyInfo (line 110) | @Override method getSimpleInterface (line 115) | @Override method getArchiveFormat (line 120) | @Override method getConnectedOutArchive (line 125) | @Override method getConnectedOutArchive7z (line 130) | @Override method getConnectedOutArchiveZip (line 135) | @Override method getConnectedOutArchiveTar (line 140) | @Override method getConnectedOutArchiveGZip (line 145) | @Override method getConnectedOutArchiveBZip2 (line 150) | @Override method close (line 155) | @Override method getMainArchive (line 170) | private IInArchive getMainArchive() { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/multivolume/SevenZipMultiVolumeCallbackHandler.java class SevenZipMultiVolumeCallbackHandler (line 42) | public class SevenZipMultiVolumeCallbackHandler implements IArchiveOpenV... method SevenZipMultiVolumeCallbackHandler (line 56) | public SevenZipMultiVolumeCallbackHandler(byte[] signature, AbstractFi... method getProperty (line 62) | @Override method getStream (line 71) | @Override method close (line 99) | @Override method cryptoGetTextPassword (line 110) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/multivolume/SevenZipRarMultiVolumeCallbackHandler.java class SevenZipRarMultiVolumeCallbackHandler (line 40) | public class SevenZipRarMultiVolumeCallbackHandler implements method SevenZipRarMultiVolumeCallbackHandler (line 53) | public SevenZipRarMultiVolumeCallbackHandler(byte[] signature, String ... method setTotal (line 58) | @Override method setCompleted (line 63) | @Override method getProperty (line 68) | @Override method getStream (line 77) | @Override method cryptoGetTextPassword (line 96) | @Override method close (line 104) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/Common/BoolVector.java class BoolVector (line 3) | public class BoolVector { method BoolVector (line 9) | public BoolVector() { method size (line 12) | public int size() { method ensureCapacity (line 16) | private void ensureCapacity(int minCapacity) { method get (line 29) | public boolean get(int index) { method Reserve (line 36) | public void Reserve(int s) { method add (line 40) | public void add(boolean b) { method clear (line 45) | public void clear() { method isEmpty (line 49) | public boolean isEmpty() { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/Common/ByteBuffer.java class ByteBuffer (line 3) | public class ByteBuffer { method ByteBuffer (line 7) | public ByteBuffer() { method data (line 12) | public byte [] data() { return _items; } method GetCapacity (line 14) | public int GetCapacity() { return _capacity; } method SetCapacity (line 16) | public void SetCapacity(int newCapacity) { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/Common/CRC.java class CRC (line 3) | public class CRC { method Init (line 20) | public void Init() { method updateByte (line 24) | public void updateByte(int b) { method updateUInt32 (line 28) | public void updateUInt32(int v) { method updateUInt64 (line 33) | public void updateUInt64(long v) { method getDigest (line 38) | public int getDigest() { method Update (line 42) | public void Update(byte[] data, int size) { method Update (line 47) | public void Update(byte[] data) { method Update (line 51) | public void Update(byte[] data, int offset, int size) { method calculateDigest (line 56) | public static int calculateDigest(byte[] data, int size) { method verifyDigest (line 62) | static public boolean verifyDigest(int digest, byte[] data, int size) { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/Common/IntVector.java class IntVector (line 4) | public class IntVector { method IntVector (line 9) | public IntVector() { method size (line 12) | public int size() { method ensureCapacity (line 16) | private void ensureCapacity(int minCapacity) { method get (line 29) | public int get(int index) { method Reserve (line 36) | public void Reserve(int s) { method add (line 40) | public void add(int b) { method clear (line 45) | public void clear() { method isEmpty (line 49) | public boolean isEmpty() { method remove (line 53) | public int remove(int index) { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/Common/LimitedSequentialInStream.java class LimitedSequentialInStream (line 3) | public class LimitedSequentialInStream extends java.io.InputStream { method LimitedSequentialInStream (line 9) | public LimitedSequentialInStream() { method SetStream (line 12) | public void SetStream(java.io.InputStream stream) { // ISequentialInSt... method Init (line 16) | public void Init(long streamSize) { method read (line 22) | public int read() throws java.io.IOException { method read (line 28) | public int read(byte [] data,int off, int size) throws java.io.IOExcep... FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/Common/LockedInStream.java class LockedInStream (line 5) | public class LockedInStream { method LockedInStream (line 8) | public LockedInStream() { method Init (line 11) | public void Init(IInStream stream) { method read (line 24) | public synchronized int read(long startPos, byte [] data, int size) t... method read (line 30) | public synchronized int read(long startPos, byte [] data, int off, in... FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/Common/LockedSequentialInStreamImp.java class LockedSequentialInStreamImp (line 3) | public class LockedSequentialInStreamImp extends java.io.InputStream { method LockedSequentialInStreamImp (line 7) | public LockedSequentialInStreamImp() { method Init (line 10) | public void Init(LockedInStream lockedInStream, long startPos) { method read (line 15) | public int read() throws java.io.IOException { method read (line 27) | public int read(byte [] data, int off, int size) throws java.io.IOExce... FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/Common/LongVector.java class LongVector (line 3) | public class LongVector { method LongVector (line 8) | public LongVector() { method size (line 11) | public int size() { method ensureCapacity (line 15) | private void ensureCapacity(int minCapacity) { method get (line 28) | public long get(int index) { method Reserve (line 35) | public void Reserve(int s) { method add (line 39) | public void add(long b) { method clear (line 44) | public void clear() { method isEmpty (line 48) | public boolean isEmpty() { method Back (line 52) | public long Back() { method Front (line 59) | public long Front() { method DeleteBack (line 66) | public void DeleteBack() { method remove (line 71) | public long remove(int index) { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/Common/ObjectVector.java class ObjectVector (line 3) | public class ObjectVector extends java.util.Vector method ObjectVector (line 5) | public ObjectVector() { method Reserve (line 9) | public void Reserve(int s) { method Back (line 13) | public E Back() { method Front (line 17) | public E Front() { method DeleteBack (line 21) | public void DeleteBack() { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/Common/RecordVector.java class RecordVector (line 3) | public class RecordVector extends java.util.Vector method RecordVector (line 5) | public RecordVector() { method Reserve (line 9) | public void Reserve(int s) { method Back (line 13) | public E Back() { method Front (line 17) | public E Front() { method DeleteBack (line 21) | public void DeleteBack() { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/Common/BindInfo.java class BindInfo (line 6) | public class BindInfo { method Clear (line 12) | public void Clear() { method FindBinderForInStream (line 19) | public int FindBinderForInStream(int inStream) // const method FindBinderForOutStream (line 27) | public int FindBinderForOutStream(int outStream) // const method GetCoderInStreamIndex (line 35) | public int GetCoderInStreamIndex(int coderIndex) // const method GetCoderOutStreamIndex (line 43) | public int GetCoderOutStreamIndex(int coderIndex) // const method FindInStream (line 51) | public void FindInStream(int streamIndex, method FindOutStream (line 68) | public void FindOutStream(int streamIndex, FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/Common/BindPair.java class BindPair (line 3) | public class BindPair { method BindPair (line 7) | public BindPair() { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/Common/CoderInfo.java class CoderInfo (line 9) | public class CoderInfo { method CoderInfo (line 20) | public CoderInfo(int numInStreams, int numOutStreams) { method SetSizes (line 29) | static public void SetSizes( method SetCoderInfo (line 48) | public void SetCoderInfo( FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/Common/CoderMixer2.java type CoderMixer2 (line 5) | public interface CoderMixer2 { method ReInit (line 7) | void ReInit(); method SetBindInfo (line 9) | void SetBindInfo(BindInfo bindInfo); method SetCoderInfo (line 11) | void SetCoderInfo(int coderIndex,LongVector inSizes, LongVector outSiz... FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/Common/CoderMixer2ST.java class CoderMixer2ST (line 21) | public class CoderMixer2ST implements ICompressCoder2 , CoderMixer2 { method CoderMixer2ST (line 27) | public CoderMixer2ST() { method SetBindInfo (line 31) | public void SetBindInfo(BindInfo bindInfo) { method AddCoderCommon (line 35) | public void AddCoderCommon(boolean isMain) { method AddCoder2 (line 40) | public void AddCoder2(ICompressCoder2 coder, boolean isMain) { method AddCoder (line 45) | public void AddCoder(ICompressCoder coder, boolean isMain) { method ReInit (line 50) | public void ReInit() { method SetCoderInfo (line 53) | public void SetCoderInfo(int coderIndex,LongVector inSizes, LongVector... method GetInStream (line 58) | public int GetInStream( method GetOutStream (line 112) | public int GetOutStream( method Code (line 171) | public int Code( method close (line 272) | public void close() { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/Common/CoderStreamsInfo.java class CoderStreamsInfo (line 3) | public class CoderStreamsInfo { method CoderStreamsInfo (line 7) | public CoderStreamsInfo() { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/Common/FilterCoder.java class FilterCoder (line 19) | public class FilterCoder extends java.io.OutputStream implements ICompre... method Init (line 30) | int Init() // HRESULT method Code (line 38) | public int Code( method write (line 46) | public void write(int b) { method write (line 50) | public void write(byte b[], int off, int size) throws IOException { method WriteWithLimit (line 95) | void WriteWithLimit(java.io.OutputStream outStream, int size) throws I... method FilterCoder (line 110) | public FilterCoder() { method SetOutStream (line 116) | public int SetOutStream(java.io.OutputStream outStream) { method ReleaseOutStream (line 122) | public int ReleaseOutStream() throws IOException { method flush (line 128) | public void flush() throws IOException { method close (line 143) | public void close() throws IOException { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/Common/OutStreamWithCRC.java class OutStreamWithCRC (line 6) | public class OutStreamWithCRC extends java.io.OutputStream { method write (line 13) | public void write(int b) throws java.io.IOException { method write (line 17) | public void write(byte [] data,int off, int size) throws java.io.IOEx... method SetStream (line 31) | public void SetStream(java.io.OutputStream stream) { _stream = stream; } method Init (line 33) | public void Init() { method Init (line 36) | public void Init(boolean calculateCrc) { method ReleaseStream (line 41) | public void ReleaseStream() throws java.io.IOException { method GetSize (line 46) | public long GetSize() { method GetCRC (line 49) | public int GetCRC() { method InitCRC (line 52) | public void InitCRC() { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/Common/STCoderInfo.java class STCoderInfo (line 3) | public class STCoderInfo extends CoderInfo { method STCoderInfo (line 6) | public STCoderInfo(int numInStreams, int numOutStreams, boolean isMai... FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/IArchiveExtractCallback.java type IArchiveExtractCallback (line 3) | public interface IArchiveExtractCallback extends com.mucommander.commons... method GetStream (line 6) | int GetStream(int index, java.io.OutputStream [] outStream, int askEx... method PrepareOperation (line 8) | int PrepareOperation(int askExtractMode); method SetOperationResult (line 9) | int SetOperationResult(int resultEOperationResult) throws java.io.IOEx... FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/IInArchive.java type IInArchive (line 7) | public interface IInArchive { method getEntry (line 20) | SevenZipEntry getEntry(int index); method size (line 22) | int size(); method close (line 24) | int close() throws IOException ; method Extract (line 26) | int Extract(int [] indices, int numItems, method Open (line 29) | int Open(IInStream stream) throws IOException; method Open (line 31) | int Open( FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/SevenZip/AltCoderInfo.java class AltCoderInfo (line 5) | class AltCoderInfo { method AltCoderInfo (line 9) | public AltCoderInfo() { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/SevenZip/ArchiveDatabase.java class ArchiveDatabase (line 8) | class ArchiveDatabase { method Clear (line 16) | void Clear() { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/SevenZip/ArchiveDatabaseEx.java class ArchiveDatabaseEx (line 6) | public class ArchiveDatabaseEx extends ArchiveDatabase { method Clear (line 14) | void Clear() { method FillFolderStartPackStream (line 23) | void FillFolderStartPackStream() { method FillStartPos (line 33) | void FillStartPos() { method Fill (line 43) | public void Fill() throws java.io.IOException { method GetFolderFullPackSize (line 49) | public long GetFolderFullPackSize(int folderIndex) { method FillFolderStartFileIndex (line 59) | void FillFolderStartFileIndex() throws java.io.IOException { method GetFolderStreamPos (line 97) | public long GetFolderStreamPos(int folderIndex, int indexInFolder) { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/SevenZip/BindInfoEx.java class BindInfoEx (line 7) | class BindInfoEx extends BindInfo { method Clear (line 11) | public void Clear() { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/SevenZip/CoderInfo.java class CoderInfo (line 5) | class CoderInfo { method IsSimpleCoder (line 11) | boolean IsSimpleCoder() { return (NumInStreams == 1) && (NumOutStreams... method CoderInfo (line 13) | public CoderInfo() { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/SevenZip/Decoder.java class Decoder (line 29) | class Decoder { method Decoder (line 43) | public Decoder(boolean multiThread) { method ConvertFolderItemInfoToBindInfo (line 54) | static void ConvertFolderItemInfoToBindInfo(Folder folder,BindInfoEx b... method AreCodersEqual (line 79) | static boolean AreCodersEqual(CoderStreamsInfo a1, CoderStreamsInfo a2) { method AreBindPairsEqual (line 84) | static boolean AreBindPairsEqual(BindPair a1, BindPair a2) { method AreBindInfoExEqual (line 89) | static boolean AreBindInfoExEqual(BindInfoEx a1, BindInfoEx a2) { method Decode (line 107) | int Decode(com.mucommander.commons.file.impl.sevenzip.provider.SevenZi... FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/SevenZip/ExtractFolderInfo.java class ExtractFolderInfo (line 6) | class ExtractFolderInfo { method ExtractFolderInfo (line 14) | public ExtractFolderInfo( FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/SevenZip/FileItem.java class FileItem (line 3) | public class FileItem { method FileItem (line 25) | public FileItem() { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/SevenZip/Folder.java class Folder (line 12) | class Folder { method Folder (line 19) | Folder() { method GetUnPackSize (line 23) | long GetUnPackSize() throws IOException { method FindBindPairForInStream (line 32) | int FindBindPairForInStream(int inStreamIndex) { method FindBindPairForOutStream (line 39) | int FindBindPairForOutStream(int outStreamIndex) { method FindPackStreamArrayIndex (line 46) | int FindPackStreamArrayIndex(int inStreamIndex) { method GetNumOutStreams (line 53) | int GetNumOutStreams() { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/SevenZip/FolderOutStream.java class FolderOutStream (line 11) | class FolderOutStream extends java.io.OutputStream { method FolderOutStream (line 26) | public FolderOutStream() { method Init (line 31) | public int Init( method OpenFile (line 51) | int OpenFile() throws java.io.IOException { method WriteEmptyFiles (line 81) | int WriteEmptyFiles() throws java.io.IOException { method write (line 98) | public void write(int b) throws java.io.IOException { method write (line 102) | public void write(byte [] data,int off, int size) throws java.io.IOEx... method FlushCorrupted (line 157) | public int FlushCorrupted(int resultEOperationResult) throws java.io.I... method WasWritingFinished (line 175) | public int WasWritingFinished() { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/SevenZip/Handler.java class Handler (line 16) | public class Handler implements com.mucommander.commons.file.impl.sevenz... method Handler (line 26) | public Handler() { method Open (line 33) | public int Open(IInStream stream) throws IOException { method Open (line 38) | public int Open( method Extract (line 73) | public int Extract(int [] indices, int numItems, method close (line 275) | public int close() throws IOException { method size (line 292) | public int size() { method getPackSize (line 296) | long getPackSize(int index2) { method GetUInt32FromMemLE (line 306) | static int GetUInt32FromMemLE(byte [] p , int off) { method GetStringForSizeValue (line 310) | static String GetStringForSizeValue(int value) { method getMethods (line 330) | String getMethods(int index2) { method getMethodName (line 403) | private String getMethodName(AltCoderInfo altCoderInfo) { method getEntry (line 427) | public SevenZipEntry getEntry(int index) { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/SevenZip/Header.java class Header (line 3) | class Header class NID (line 9) | public class NID FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/SevenZip/InArchive.java class InArchive (line 15) | class InArchive extends Header { method InArchive (line 30) | public InArchive() { method AddByteStream (line 35) | public void AddByteStream(byte [] buffer, int size) { method DeleteByteStream (line 41) | void DeleteByteStream() { method TestSignatureCandidate (line 47) | static boolean TestSignatureCandidate(byte [] testBytes, int off) { method ReadDirect (line 55) | int ReadDirect(IInStream stream, // IInStream *stream, method ReadDirect (line 64) | int ReadDirect(byte [] data, int size) throws IOException { method SafeReadDirectUInt32 (line 68) | int SafeReadDirectUInt32() throws IOException { method ReadUInt32 (line 82) | int ReadUInt32() throws IOException { method ReadUInt64 (line 91) | long ReadUInt64() throws IOException { method ReadBytes (line 100) | int ReadBytes(byte data[], int size) { method ReadByte (line 106) | int ReadByte() throws IOException { method SafeReadDirectUInt64 (line 110) | long SafeReadDirectUInt64() throws IOException { method ReadWideCharLE (line 124) | char ReadWideCharLE() throws IOException { method ReadNumber (line 131) | long ReadNumber() throws IOException { method ReadNum (line 152) | int ReadNum() throws IOException { // CNum method ReadID (line 160) | long ReadID() throws IOException { method FindAndReadSignature (line 164) | int FindAndReadSignature( method SkeepData (line 220) | int SkeepData(long size) throws IOException { method SkeepData (line 227) | int SkeepData() throws IOException { method ReadArchiveProperties (line 233) | int ReadArchiveProperties(InArchiveInfo archiveInfo) throws IOExcepti... method GetNextFolderItem (line 243) | int GetNextFolderItem(Folder folder) throws IOException { method WaitAttribute (line 310) | int WaitAttribute(long attribute) throws IOException { method Open (line 322) | int Open( method Close (line 339) | void Close() throws IOException { method ReadStreamsInfo (line 344) | int ReadStreamsInfo( method ReadFileNames (line 385) | int ReadFileNames(ObjectVector files) throws IOException { method ReadBoolVector (line 399) | int ReadBoolVector(int numItems, BoolVector v) throws IOException { method ReadBoolVector2 (line 415) | int ReadBoolVector2(int numItems, BoolVector v) throws IOException { ... method ReadHashDigests (line 426) | int ReadHashDigests(int numItems, method ReadPackInfo (line 443) | int ReadPackInfo( method ReadUnPackInfo (line 489) | int ReadUnPackInfo( method ReadSubStreamsInfo (line 548) | int ReadSubStreamsInfo( method FileTimeToLong (line 649) | static long FileTimeToLong(int dwHighDateTime, int dwLowDateTime) { method ReadTime (line 657) | int ReadTime(ObjectVector dataVector, method ReadAndDecodePackedStreams (line 701) | int ReadAndDecodePackedStreams(long baseOffset, method ReadDatabase (line 763) | int ReadDatabase(ArchiveDatabaseEx database) throws IOException { method ReadHeader (line 852) | int ReadHeader(ArchiveDatabaseEx database) throws IOException { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/SevenZip/InArchiveInfo.java class InArchiveInfo (line 5) | class InArchiveInfo method Clear (line 16) | void Clear() FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/SevenZip/InByte2.java class InByte2 (line 4) | class InByte2 { method Init (line 9) | public void Init(byte [] buffer, int size) { method ReadByte (line 14) | public int ReadByte() throws IOException { method ReadBytes2 (line 20) | int ReadBytes2(byte [] data, int size) { method ReadBytes (line 27) | boolean ReadBytes(byte [] data, int size) { method GetProcessedSize (line 32) | int GetProcessedSize() { return _pos; } method InByte2 (line 34) | InByte2() { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/SevenZip/MethodID.java class MethodID (line 3) | class MethodID { method MethodID (line 20) | public MethodID() { method MethodID (line 25) | public MethodID(int a) { method MethodID (line 32) | public MethodID(int a, int b ,int c) { method MethodID (line 41) | public MethodID(int a, int b ,int c, int d) { method equals (line 51) | public boolean equals(MethodID anObject) { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/SevenZip/StreamSwitch.java class StreamSwitch (line 8) | class StreamSwitch { method StreamSwitch (line 12) | public StreamSwitch() { method close (line 16) | public void close() { method Remove (line 20) | void Remove() { method Set (line 27) | void Set(InArchive archive, ByteBuffer byteBuffer) { method Set (line 31) | void Set(InArchive archive, byte [] data, int size) { method Set (line 38) | int Set(InArchive archive, ObjectVector dataVector) thro... FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Archive/SevenZipEntry.java class SevenZipEntry (line 3) | public class SevenZipEntry { method SevenZipEntry (line 20) | public SevenZipEntry( method getCompressedSize (line 42) | public long getCompressedSize() { method getSize (line 46) | public long getSize() { method getCrc (line 50) | public long getCrc() { method getName (line 54) | public String getName() { method getTime (line 58) | public long getTime() { method getPosition (line 62) | public long getPosition() { method isDirectory (line 66) | public boolean isDirectory() { method getAttributesString (line 82) | public String getAttributesString() { method getMethods (line 97) | public String getMethods() { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/ArchiveExtractCallback.java class ArchiveExtractCallback (line 12) | public class ArchiveExtractCallback implements IArchiveExtractCallback /... class OutputStream (line 15) | static class OutputStream extends java.io.OutputStream { method OutputStream (line 18) | public OutputStream(java.io.RandomAccessFile f) { method close (line 22) | public void close() throws java.io.IOException { method write (line 31) | public void write(byte[] b) throws java.io.IOException { method write (line 35) | public void write(byte[] b, int off, int len) throws java.io.IOExce... method write (line 39) | public void write(int b) throws java.io.IOException { method SetTotal (line 44) | public int SetTotal(long size) { method SetCompleted (line 48) | public int SetCompleted(long completeValue) { method PrintString (line 52) | public void PrintString(String str) { method PrintNewLine (line 56) | public void PrintNewLine() { method PrepareOperation (line 59) | public int PrepareOperation(int askExtractMode) { method SetOperationResult (line 83) | public int SetOperationResult(int operationResult) throws java.io.IOEx... method GetStream (line 121) | public int GetStream(int index, method ArchiveExtractCallback (line 196) | public ArchiveExtractCallback() { PasswordIsDefined = false; } method Init (line 199) | public void Init(com.mucommander.commons.file.impl.sevenzip.provider.S... FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Common/InBuffer.java class InBuffer (line 3) | public class InBuffer { method InBuffer (line 12) | public InBuffer() { method Create (line 17) | public void Create(int bufferSize) { method Free (line 27) | void Free() { method SetStream (line 31) | public void SetStream(java.io.InputStream stream) { // ISequentialInSt... method Init (line 34) | public void Init() { method ReleaseStream (line 40) | public void ReleaseStream() throws java.io.IOException { method read (line 45) | public int read() throws java.io.IOException { method ReadBlock (line 51) | public boolean ReadBlock() throws java.io.IOException { method ReadBlock2 (line 65) | public int ReadBlock2() throws java.io.IOException { method GetProcessedSize (line 71) | public long GetProcessedSize() { return _processedSize + (_bufferPos); } method WasFinished (line 72) | public boolean WasFinished() { return _wasFinished; } FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Common/LocalCompressProgressInfo.java class LocalCompressProgressInfo (line 6) | public class LocalCompressProgressInfo implements ICompressProgressInfo { method Init (line 14) | public void Init(ICompressProgressInfo progress, long inStartValue, lo... method SetRatioInfo (line 26) | public int SetRatioInfo(long inSize, long outSize) { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Common/LocalProgress.java class LocalProgress (line 7) | public class LocalProgress implements ICompressProgressInfo { method Init (line 11) | public void Init(IProgress progress, boolean inSizeIsMain) { method SetRatioInfo (line 16) | public int SetRatioInfo(long inSize, long outSize) { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Common/SequentialOutStreamImp2.java class SequentialOutStreamImp2 (line 3) | public class SequentialOutStreamImp2 extends java.io.OutputStream { method Init (line 7) | public void Init(byte [] buffer, int size) { method write (line 13) | public void write(int b) throws java.io.IOException { method write (line 17) | public void write(byte [] data,int off, int size) throws java.io.IOExc... FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Common/StreamUtils.java class StreamUtils (line 5) | public class StreamUtils method ReadStream (line 7) | static public int ReadStream(java.io.InputStream stream, byte [] data... FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Compression/Branch/BCJ2_x86_Decoder.java class BCJ2_x86_Decoder (line 12) | public class BCJ2_x86_Decoder implements ICompressCoder2 { method CodeReal (line 32) | int CodeReal( method Flush (line 149) | public int Flush() throws java.io.IOException { method Code (line 154) | public int Code( method ReleaseStreams (line 173) | void ReleaseStreams() throws java.io.IOException { method close (line 181) | public void close() throws java.io.IOException { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Compression/Branch/BCJ_x86_Decoder.java class BCJ_x86_Decoder (line 6) | public class BCJ_x86_Decoder implements ICompressFilter { method x86Init (line 11) | void x86Init() { method Test86MSByte (line 21) | static boolean Test86MSByte(int b) { return ((b) == 0 || (b) == 0xFF); } method x86_Convert (line 23) | static int x86_Convert(byte [] buffer, int endPos, int nowPos, method SubFilter (line 92) | public int SubFilter(byte [] data, int size) { method SubInit (line 96) | public void SubInit() { method Init (line 103) | public int Init() { method Filter (line 109) | public int Filter(byte [] data, int size) { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Compression/Copy/Decoder.java class Decoder (line 9) | public class Decoder implements ICompressCoder { method Code (line 13) | public int Code( FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Compression/LZ/BinTree.java class BinTree (line 7) | public class BinTree extends InWindow { method setType (line 33) | public void setType(int numHashBytes) { method Init (line 52) | public void Init() throws IOException method movePos (line 61) | public void movePos() throws IOException method Create (line 77) | public boolean Create(int historySize, int keepAddBufferBefore, method GetMatches (line 116) | public int GetMatches(int[] distances) throws IOException method Skip (line 250) | public void Skip(int num) throws IOException method NormalizeLinks (line 342) | void NormalizeLinks(int[] items, int numItems, int subValue) method Normalize (line 355) | void Normalize() method SetCutValue (line 363) | public void SetCutValue(int cutValue) { _cutValue = cutValue; } FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Compression/LZ/InWindow.java class InWindow (line 7) | public class InWindow { method moveBlock (line 23) | public void moveBlock() { method readBlock (line 37) | public void readBlock() throws IOException method free (line 63) | void free() { _bufferBase = null; } method create (line 65) | public void create(int keepSizeBefore, int keepSizeAfter, int keepSize... method SetStream (line 79) | public void SetStream(java.io.InputStream stream) { _stream = stream; } method ReleaseStream (line 80) | public void ReleaseStream() { _stream = null; } method Init (line 82) | public void Init() throws IOException method movePos (line 91) | public void movePos() throws IOException method getIndexByte (line 103) | public byte getIndexByte(int index) { return _bufferBase[_bufferOffset... method getMatchLen (line 106) | public int getMatchLen(int index, int distance, int limit) method getNumAvailableBytes (line 120) | public int getNumAvailableBytes() { return _streamPos - _pos; } method reduceOffsets (line 122) | public void reduceOffsets(int subValue) FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Compression/LZ/OutWindow.java class OutWindow (line 7) | public class OutWindow { method Create (line 17) | public void Create(int windowSize) { method SetStream (line 29) | public void SetStream(java.io.OutputStream stream) throws IOException { method ReleaseStream (line 34) | public void ReleaseStream() throws IOException { method SetMemStream (line 39) | public void SetMemStream(byte [] d) { method Init (line 44) | public void Init() { method Init (line 47) | public void Init(boolean solid) { method Flush (line 55) | public void Flush() throws IOException { method CopyBlock (line 69) | public void CopyBlock(int distance, int len) throws IOException { method PutByte (line 83) | public void PutByte(byte b) throws IOException { method WriteByte (line 90) | public void WriteByte(int b) throws IOException { method GetByte (line 97) | public byte GetByte(int distance) { method GetProcessedSize (line 104) | public long GetProcessedSize() { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Compression/LZMA/Base.java class Base (line 5) | public class Base method StateInit (line 10) | public static int StateInit() method StateUpdateChar (line 15) | public static int StateUpdateChar(int index) method StateUpdateMatch (line 24) | public static int StateUpdateMatch(int index) method StateUpdateRep (line 29) | public static int StateUpdateRep(int index) method StateUpdateShortRep (line 34) | public static int StateUpdateShortRep(int index) method StateIsCharState (line 39) | public static boolean StateIsCharState(int index) method GetLenToPosState (line 54) | public static int GetLenToPosState(int len) FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Compression/LZMA/Decoder.java class Decoder (line 23) | public class Decoder class LenDecoder (line 33) | static class LenDecoder { method Create (line 40) | public void Create(int numPosStates) { method Init (line 47) | public void Init() { method Decode (line 56) | public int Decode(com.mucommander.commons.file.impl.sevenzip.provide... class LiteralDecoder (line 68) | static class LiteralDecoder { class Decoder2 (line 69) | static class Decoder2 { method Init (line 72) | public void Init() { method DecodeNormal (line 76) | public byte DecodeNormal(com.mucommander.commons.file.impl.sevenzi... method DecodeWithMatchByte (line 84) | public byte DecodeWithMatchByte(com.mucommander.commons.file.impl.... method Create (line 108) | public void Create(int numPosBits, int numPrevBits) { method Init (line 120) | public void Init() { method GetDecoder (line 126) | Decoder2 GetDecoder(int pos, byte prevByte) { method Decoder (line 156) | public Decoder() { method SetDictionarySize (line 161) | boolean SetDictionarySize(int dictionarySize) { method setLcLpPb (line 173) | boolean setLcLpPb(int lc, int lp, int pb) { method GetInStreamProcessedSize (line 185) | public long GetInStreamProcessedSize() { method ReleaseInStream (line 190) | public int ReleaseInStream() throws IOException { method SetInStream (line 195) | public int SetInStream(java.io.InputStream inStream) { // Common.ISequ... method SetOutStreamSize (line 211) | public int SetOutStreamSize(long outSize /* const UInt64 *outSize*/ ) { method read (line 221) | public int read() throws java.io.IOException { method read (line 225) | public int read(byte [] data, int off, int size) throws IOException { method Init (line 242) | void Init() { method Flush (line 265) | public int Flush() throws IOException { method ReleaseStreams (line 270) | void ReleaseStreams() throws IOException { method CodeReal (line 275) | public int CodeReal( method Code (line 311) | public int Code( method CodeSpec (line 333) | int CodeSpec(int curSize) throws IOException // UInt32 method SetDecoderProperties2 (line 474) | public boolean SetDecoderProperties2(byte[] properties) { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Compression/LZMA/Encoder.java class Encoder (line 8) | public class Encoder { method GetPosSlot (line 29) | static int GetPosSlot(int pos) { method GetPosSlot2 (line 37) | static int GetPosSlot2(int pos) method BaseInit (line 50) | void BaseInit() class LiteralEncoder (line 61) | static class LiteralEncoder class Encoder2 (line 63) | static class Encoder2 method Init (line 67) | public void Init() { com.mucommander.commons.file.impl.sevenzip.pr... method Encode (line 71) | void Encode(com.mucommander.commons.file.impl.sevenzip.provider.Se... method EncodeMatched (line 82) | void EncodeMatched(com.mucommander.commons.file.impl.sevenzip.prov... method GetPrice (line 101) | public int GetPrice(boolean matchMode, byte matchByte, byte symbol) method Create (line 136) | public void Create(int numPosBits, int numPrevBits) method Init (line 149) | public void Init() method GetSubCoder (line 156) | public Encoder2 GetSubCoder(int pos, byte prevByte) class LenEncoder (line 160) | static class LenEncoder method LenEncoder (line 168) | public LenEncoder() method Init (line 177) | public void Init(int numPosStates) method Encode (line 189) | public void Encode(com.mucommander.commons.file.impl.sevenzip.provid... method SetPrices (line 213) | public void SetPrices(int posState, int numSymbols, int[] prices, in... class LenPriceTableEncoder (line 239) | class LenPriceTableEncoder extends LenEncoder method SetTableSize (line 245) | public void SetTableSize(int tableSize) { _tableSize = tableSize; } method GetPrice (line 247) | public int GetPrice(int symbol, int posState) method UpdateTable (line 252) | void UpdateTable(int posState) method UpdateTables (line 258) | public void UpdateTables(int numPosStates) method Encode (line 264) | public void Encode(com.mucommander.commons.file.impl.sevenzip.provid... class Optimal (line 273) | class Optimal method MakeAsChar (line 292) | public void MakeAsChar() { BackPrev = -1; Prev1IsChar = false; } method MakeAsShortRep (line 293) | public void MakeAsShortRep() { BackPrev = 0; Prev1IsChar = false; } method IsShortRep (line 294) | public boolean IsShortRep() { return (BackPrev == 0); } method Create (line 355) | void Create() method Encoder (line 375) | public Encoder() method SetWriteEndMarkerMode (line 383) | void SetWriteEndMarkerMode(boolean writeEndMarker) method Init (line 388) | void Init() method ReadMatchDistances (line 424) | int ReadMatchDistances() throws java.io.IOException method MovePos (line 439) | void MovePos(int num) throws java.io.IOException method GetRepLen1Price (line 448) | int GetRepLen1Price(int state, int posState) method GetPureRepPrice (line 454) | int GetPureRepPrice(int repIndex, int state, int posState) method GetRepPrice (line 476) | int GetRepPrice(int repIndex, int len, int state, int posState) method GetPosLenPrice (line 482) | int GetPosLenPrice(int pos, int len, int posState) method Backward (line 494) | int Backward(int cur) method GetOptimum (line 532) | int GetOptimum(int position) throws IOException method ChangePair (line 1023) | boolean ChangePair(int smallDist, int bigDist) method WriteEndMarker (line 1029) | void WriteEndMarker(int posState) throws IOException method Flush (line 1048) | void Flush(int nowPos) throws IOException method CodeOneBlock (line 1056) | public void CodeOneBlock(long[] inSize, long[] outSize, boolean[] fini... method ReleaseMFStream (line 1222) | void ReleaseMFStream() method SetOutStream (line 1231) | void SetOutStream(java.io.OutputStream outStream) method ReleaseOutStream (line 1233) | void ReleaseOutStream() method ReleaseStreams (line 1236) | void ReleaseStreams() method SetStreams (line 1242) | void SetStreams(java.io.InputStream inStream, java.io.OutputStream out... method Code (line 1266) | public void Code(java.io.InputStream inStream, java.io.OutputStream ou... method WriteCoderProperties (line 1296) | public void WriteCoderProperties(java.io.OutputStream outStream) throw... method FillDistancesPrices (line 1307) | void FillDistancesPrices() method FillAlignPrices (line 1339) | void FillAlignPrices() method SetAlgorithm (line 1347) | public boolean SetAlgorithm(int algorithm) method SetDictionarySize (line 1356) | public boolean SetDictionarySize(int dictionarySize) method SeNumFastBytes (line 1368) | public boolean SeNumFastBytes(int numFastBytes) method SetMatchFinder (line 1376) | public boolean SetMatchFinder(int matchFinderIndex) method SetLcLpPb (line 1390) | public boolean SetLcLpPb(int lc, int lp, int pb) method SetEndMarkerMode (line 1404) | public void SetEndMarkerMode(boolean endMarkerMode) FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Compression/RangeCoder/BitDecoder.java class BitDecoder (line 4) | public class BitDecoder extends BitModel method BitDecoder (line 6) | public BitDecoder(int num) { method Decode (line 9) | public int Decode(Decoder decoder) throws java.io.IOException FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Compression/RangeCoder/BitModel.java class BitModel (line 4) | public class BitModel method BitModel (line 15) | public BitModel(int num) { method Init (line 27) | public void Init() { Prob = kBitModelTotal / 2; } FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Compression/RangeCoder/BitTreeDecoder.java class BitTreeDecoder (line 3) | public class BitTreeDecoder method BitTreeDecoder (line 8) | public BitTreeDecoder(int numBitLevels) method Init (line 14) | public void Init() method Decode (line 19) | public int Decode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 27) | public int ReverseDecode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 41) | public static int ReverseDecode(short[] Models, int startIndex, FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Compression/RangeCoder/BitTreeEncoder.java class BitTreeEncoder (line 4) | public class BitTreeEncoder method BitTreeEncoder (line 9) | public BitTreeEncoder(int numBitLevels) method Init (line 15) | public void Init() method Encode (line 20) | public void Encode(Encoder rangeEncoder, int symbol) throws IOException method ReverseEncode (line 32) | public void ReverseEncode(Encoder rangeEncoder, int symbol) throws IOE... method GetPrice (line 44) | public int GetPrice(int symbol) method ReverseGetPrice (line 58) | public int ReverseGetPrice(int symbol) method ReverseGetPrice (line 72) | public static int ReverseGetPrice(short[] Models, int startIndex, method ReverseEncode (line 87) | public static void ReverseEncode(short[] Models, int startIndex, FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Compression/RangeCoder/Decoder.java class Decoder (line 4) | public class Decoder method read (line 24) | int read() throws IOException { method Create (line 28) | public void Create(int bufferSize) { bufferedStream.Create(bufferSize); } method GetProcessedSize (line 30) | public long GetProcessedSize() { method SetStream (line 34) | public final void SetStream(java.io.InputStream stream) method ReleaseStream (line 39) | public final void ReleaseStream() throws IOException method Init (line 44) | public final void Init() throws IOException method DecodeDirectBits (line 55) | public final int DecodeDirectBits(int numTotalBits) throws IOException method DecodeBit (line 74) | public int DecodeBit(short []probs, int index) throws IOException method InitBitModels (line 103) | public static void InitBitModels(short []probs) FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/Compression/RangeCoder/Encoder.java class Encoder (line 4) | public class Encoder method SetStream (line 21) | public void SetStream(java.io.OutputStream stream) method ReleaseStream (line 26) | public void ReleaseStream() method Init (line 31) | public void Init() method FlushData (line 40) | public void FlushData() throws IOException method FlushStream (line 46) | public void FlushStream() throws IOException method ShiftLow (line 51) | public void ShiftLow() throws IOException method EncodeDirectBits (line 70) | public void EncodeDirectBits(int v, int numTotalBits) throws IOException method GetProcessedSizeAdd (line 86) | public long GetProcessedSizeAdd() method InitBitModels (line 96) | public static void InitBitModels(short []probs) method Encode (line 102) | public void Encode(short []probs, int index, int symbol) throws IOExce... method GetPrice (line 139) | static public int GetPrice(int Prob, int symbol) method GetPrice0 (line 143) | static public int GetPrice0(int Prob) method GetPrice1 (line 147) | static public int GetPrice1(int Prob) FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/HRESULT.java class HRESULT (line 3) | public class HRESULT { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/ICodeProgress.java type ICodeProgress (line 3) | public interface ICodeProgress method SetProgress (line 5) | void SetProgress(long inSize, long outSize); FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/ICompressCoder.java type ICompressCoder (line 3) | public interface ICompressCoder { method Code (line 4) | int Code( FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/ICompressCoder2.java type ICompressCoder2 (line 5) | public interface ICompressCoder2 { method Code (line 6) | int Code( method close (line 15) | void close() throws java.io.IOException ; FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/ICompressFilter.java type ICompressFilter (line 3) | public interface ICompressFilter { method Init (line 4) | int Init(); method Filter (line 5) | int Filter(byte [] data, int size); FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/ICompressGetInStreamProcessedSize.java type ICompressGetInStreamProcessedSize (line 3) | public interface ICompressGetInStreamProcessedSize { method GetInStreamProcessedSize (line 4) | long GetInStreamProcessedSize(); FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/ICompressProgressInfo.java type ICompressProgressInfo (line 3) | public interface ICompressProgressInfo { method SetRatioInfo (line 6) | int SetRatioInfo(long inSize, long outSize); FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/ICompressSetDecoderProperties2.java type ICompressSetDecoderProperties2 (line 3) | public interface ICompressSetDecoderProperties2 { method SetDecoderProperties2 (line 4) | boolean SetDecoderProperties2(byte[] properties); FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/ICompressSetInStream.java type ICompressSetInStream (line 3) | public interface ICompressSetInStream { method SetInStream (line 4) | int SetInStream(java.io.InputStream inStream); method ReleaseInStream (line 5) | int ReleaseInStream() throws java.io.IOException ; FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/ICompressSetOutStream.java type ICompressSetOutStream (line 3) | public interface ICompressSetOutStream { method SetOutStream (line 4) | int SetOutStream(java.io.OutputStream inStream); method ReleaseOutStream (line 5) | int ReleaseOutStream() throws java.io.IOException; FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/ICompressSetOutStreamSize.java type ICompressSetOutStreamSize (line 3) | public interface ICompressSetOutStreamSize { method SetOutStreamSize (line 6) | int SetOutStreamSize(long outSize); FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/IInStream.java class IInStream (line 3) | public abstract class IInStream extends java.io.InputStream method Seek (line 8) | public abstract long Seek(long offset, int seekOrigin) throws java.io... FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/IProgress.java type IProgress (line 3) | public interface IProgress { method SetTotal (line 4) | int SetTotal(long total); method SetCompleted (line 5) | int SetCompleted(long completeValue); FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/J7zip.java class J7zip (line 14) | public class J7zip { method PrintHelp (line 15) | static void PrintHelp() { method listing (line 23) | static void listing(IInArchive archive,Vector listOfNames,bool... method testOrExtract (line 77) | static void testOrExtract(IInArchive archive,Vector listOfName... method main (line 118) | public static void main(String[] args) throws Exception { FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/LzmaAlone.java class LzmaAlone (line 3) | public class LzmaAlone class CommandLine (line 5) | static public class CommandLine method ParseSwitch (line 32) | boolean ParseSwitch(String s) { method Parse (line 70) | public boolean Parse(String[] args) { method PrintHelp (line 127) | static void PrintHelp() method main (line 146) | public static void main(String[] args) throws Exception FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/LzmaBench.java class LzmaBench (line 6) | public class LzmaBench class CRandomGenerator (line 11) | static class CRandomGenerator method CRandomGenerator (line 15) | public CRandomGenerator() { Init(); } method Init (line 16) | public void Init() { A1 = 362436069; A2 = 521288629; } method GetRnd (line 17) | public int GetRnd() class CBitRandomGenerator (line 25) | static class CBitRandomGenerator method Init (line 30) | public void Init() method GetRnd (line 35) | public int GetRnd(int numBits) class CBenchRandomGenerator (line 55) | static class CBenchRandomGenerator method CBenchRandomGenerator (line 64) | public CBenchRandomGenerator() { } method Set (line 65) | public void Set(int bufferSize) method GetRndBit (line 71) | int GetRndBit() { return RG.GetRnd(1); } method GetLogRandBits (line 72) | int GetLogRandBits(int numBits) method GetOffset (line 77) | int GetOffset() method GetLen1 (line 83) | int GetLen1() { return RG.GetRnd(1 + RG.GetRnd(2)); } method GetLen2 (line 84) | int GetLen2() { return RG.GetRnd(2 + RG.GetRnd(2)); } method Generate (line 85) | public void Generate() class CrcOutStream (line 113) | static class CrcOutStream extends java.io.OutputStream method Init (line 117) | public void Init() method GetDigest (line 121) | public int GetDigest() method write (line 125) | public void write(byte[] b) method write (line 129) | public void write(byte[] b, int off, int len) method write (line 133) | public void write(int b) class MyOutputStream (line 139) | static class MyOutputStream extends java.io.OutputStream method MyOutputStream (line 145) | public MyOutputStream(byte[] buffer) method reset (line 151) | public void reset() method write (line 156) | public void write(int b) throws IOException method size (line 163) | public int size() class MyInputStream (line 169) | static class MyInputStream extends java.io.InputStream method MyInputStream (line 175) | public MyInputStream(byte[] buffer, int size) method reset (line 181) | public void reset() method read (line 186) | public int read() class CProgressInfo (line 194) | static class CProgressInfo implements ICodeProgress method Init (line 199) | public void Init() method SetProgress (line 201) | public void SetProgress(long inSize, long outSize) method GetLogSize (line 212) | static int GetLogSize(int size) method MyMultDiv64 (line 221) | static long MyMultDiv64(long value, long elapsedTime) method GetCompressRating (line 235) | static long GetCompressRating(int dictionarySize, long elapsedTime, lo... method GetDecompressRating (line 243) | static long GetDecompressRating(long elapsedTime, long outSize, long i... method GetTotalRating (line 249) | static long GetTotalRating( method PrintValue (line 259) | static void PrintValue(long v) method PrintRating (line 268) | static void PrintRating(long rating) method PrintResults (line 274) | static void PrintResults( method LzmaBenchmark (line 291) | static public int LzmaBenchmark(int numIterations, int dictionarySize)... FILE: src/main/java/com/mucommander/commons/file/impl/sevenzip/provider/SevenZip/MyRandomAccessFile.java class MyRandomAccessFile (line 3) | public class MyRandomAccessFile extends com.mucommander.commons.file.im... method MyRandomAccessFile (line 7) | MyRandomAccessFile(String filename,String mode) throws java.io.IOExce... method Seek (line 11) | public long Seek(long offset, int seekOrigin) throws java.io.IOExcept... method read (line 21) | public int read() throws java.io.IOException { method read (line 25) | public int read(byte [] data, int off, int size) throws java.io.IOExce... method read (line 29) | public int read(byte [] data, int size) throws java.io.IOException { method close (line 33) | public void close() throws java.io.IOException { FILE: src/main/java/com/mucommander/commons/file/impl/sftp/SFTPConnectionHandler.java class SFTPConnectionHandler (line 31) | class SFTPConnectionHandler extends ConnectionHandler { method SFTPConnectionHandler (line 48) | SFTPConnectionHandler(FileURL location) { method startConnection (line 53) | @Override method authenticate (line 197) | private void authenticate(SshAuthentication authClient) throws SshExce... method isConnected (line 214) | @Override method closeConnection (line 222) | @Override method keepAlive (line 246) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/sftp/SFTPConnectionHandlerFactory.java class SFTPConnectionHandlerFactory (line 12) | public class SFTPConnectionHandlerFactory implements ConnectionHandlerFa... method createConnectionHandler (line 14) | public ConnectionHandler createConnectionHandler(FileURL location) { FILE: src/main/java/com/mucommander/commons/file/impl/sftp/SFTPFile.java class SFTPFile (line 58) | public class SFTPFile extends ProtocolFile { method SFTPFile (line 95) | SFTPFile(FileURL fileURL) throws IOException { method SFTPFile (line 100) | SFTPFile(FileURL fileURL, SFTPFileAttributes fileAttributes) throws IO... method setAttributeCachingPeriod (line 123) | public static void setAttributeCachingPeriod(long period) { method getOutputStream (line 127) | private OutputStream getOutputStream(boolean append) throws IOException { method createConnectionHandler (line 190) | public ConnectionHandler createConnectionHandler(FileURL location) { method isSymlink (line 201) | @Override method isSystem (line 206) | @Override method getLastModifiedDate (line 214) | @Override method setLastModifiedDate (line 219) | @Override method getSize (line 260) | @Override method getParent (line 266) | @Override method setParent (line 282) | @Override method exists (line 292) | @Override method getPermissions (line 300) | @Override method getChangeablePermissions (line 305) | @Override method changePermission (line 310) | @Override method getOwner (line 315) | @Override method canGetOwner (line 320) | @Override method getGroup (line 325) | @Override method canGetGroup (line 330) | @Override method isDirectory (line 338) | @Override method getInputStream (line 343) | @Override method getOutputStream (line 348) | @Override method getAppendOutputStream (line 353) | @Override method getRandomAccessInputStream (line 358) | @Override method delete (line 363) | @Override method ls (line 399) | @Override method getSftpFiles (line 446) | private SftpFile[] getSftpFiles() throws IOException { method mkdir (line 466) | @Override method renameTo (line 500) | @Override method getUnderlyingFileObject (line 545) | @Override method getRandomAccessOutputStream (line 556) | @Override method copyRemotelyTo (line 567) | @Override method getFreeSpace (line 578) | @Override method getTotalSpace (line 590) | @Override method getReplication (line 597) | @Override method getBlocksize (line 603) | @Override method changeReplication (line 609) | @Override method changePermissions (line 621) | @Override method getInputStream (line 645) | @Override method getCanonicalPath (line 679) | @Override method getLink (line 730) | public String getLink() { class SFTPFileAttributes (line 767) | static class SFTPFileAttributes extends SyncedFileAttributes { method SFTPFileAttributes (line 776) | private SFTPFileAttributes(FileURL url) throws AuthException { method SFTPFileAttributes (line 788) | private SFTPFileAttributes(FileURL url, SftpFileAttributes attrs) { method fetchAttributes (line 808) | private void fetchAttributes() throws AuthException { method setAttributes (line 849) | private void setAttributes(SftpFileAttributes attrs) { method addToSize (line 866) | private void addToSize(long increment) { method isSymlink (line 875) | private boolean isSymlink() { method setSymlink (line 886) | private void setSymlink(boolean isSymlink) { method updateAttributes (line 895) | @Override class SFTPRandomAccessInputStream (line 909) | private class SFTPRandomAccessInputStream extends RandomAccessInputStr... method SFTPRandomAccessInputStream (line 913) | private SFTPRandomAccessInputStream() throws IOException { method read (line 926) | @Override method read (line 931) | @Override method getOffset (line 936) | public long getOffset() { method getLength (line 941) | public long getLength() { method seek (line 945) | public void seek(long offset) { method close (line 950) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/sftp/SFTPProtocolProvider.java class SFTPProtocolProvider (line 15) | public class SFTPProtocolProvider implements ProtocolProvider { method getFile (line 17) | public AbstractFile getFile(FileURL url, Object... instantiationParams... FILE: src/main/java/com/mucommander/commons/file/impl/smb/SMBFile.java class SMBFile (line 39) | public class SMBFile extends ProtocolFile { method SMBFile (line 53) | SMBFile(FileURL fileURL) throws IOException { method SMBFile (line 57) | SMBFile(FileURL fileURL, SmbFile smbFile) throws IOException { method createSmbFile (line 113) | private static SmbFile createSmbFile(FileURL url) throws MalformedURLE... method checkSmbFile (line 145) | private void checkSmbFile(boolean directory) { method setAttributeCachingPeriod (line 173) | static void setAttributeCachingPeriod(long period) { method getLastModifiedDate (line 182) | @Override method setLastModifiedDate (line 191) | @Override method getSize (line 196) | @Override method getParent (line 205) | @Override method setParent (line 221) | @Override method exists (line 227) | @Override method getPermissions (line 239) | @Override method getChangeablePermissions (line 244) | @Override method changePermission (line 249) | @Override method getOwner (line 265) | @Override method canGetOwner (line 273) | @Override method getGroup (line 281) | @Override method canGetGroup (line 289) | @Override method isDirectory (line 294) | @Override method isSymlink (line 303) | @Override method isSystem (line 309) | @Override method getInputStream (line 314) | @Override method getOutputStream (line 319) | @Override method getAppendOutputStream (line 324) | @Override method getRandomAccessInputStream (line 329) | @Override method getRandomAccessOutputStream (line 340) | @Override method delete (line 347) | @Override method ls (line 353) | @Override method mkdir (line 358) | @Override method copyRemotelyTo (line 368) | @Override method renameTo (line 390) | @Override method getFreeSpace (line 413) | @Override method getTotalSpace (line 423) | @Override method getReplication (line 430) | @Override method getBlocksize (line 436) | @Override method changeReplication (line 442) | @Override method getUnderlyingFileObject (line 451) | @Override method ls (line 461) | @Override method isHidden (line 508) | @Override method equalsCanonical (line 519) | @Override class SMBRandomAccessInputStream (line 537) | public static class SMBRandomAccessInputStream extends RandomAccessInp... method SMBRandomAccessInputStream (line 541) | public SMBRandomAccessInputStream(SmbRandomAccessFile raf) { method read (line 545) | @Override method read (line 550) | @Override method close (line 555) | @Override method getOffset (line 560) | public long getOffset() throws IOException { method getLength (line 564) | public long getLength() throws IOException { method seek (line 568) | public void seek(long offset) throws IOException { class SMBRandomAccessOutputStream (line 576) | public static class SMBRandomAccessOutputStream extends RandomAccessOu... method SMBRandomAccessOutputStream (line 580) | public SMBRandomAccessOutputStream(SmbRandomAccessFile raf) { method write (line 584) | @Override method write (line 589) | @Override method write (line 594) | @Override method close (line 599) | @Override method getOffset (line 604) | public long getOffset() throws IOException { method getLength (line 608) | public long getLength() throws IOException { method seek (line 612) | public void seek(long offset) throws IOException { method setLength (line 616) | @Override class SMBFilePermissions (line 631) | private static class SMBFilePermissions extends IndividualPermissionBi... method SMBFilePermissions (line 637) | public SMBFilePermissions(SmbFile file) { method getBitValue (line 641) | public boolean getBitValue(int access, int type) { method getMask (line 659) | public PermissionBits getMask() { class SMBFilenameFilter (line 668) | private static class SMBFilenameFilter implements jcifs.smb.SmbFilenam... method SMBFilenameFilter (line 672) | private SMBFilenameFilter(FilenameFilter filter) { method accept (line 681) | public boolean accept(SmbFile dir, String name) { FILE: src/main/java/com/mucommander/commons/file/impl/smb/SMBProtocolProvider.java class SMBProtocolProvider (line 16) | public class SMBProtocolProvider implements ProtocolProvider { method setSmbLmCompatibility (line 60) | public static void setSmbLmCompatibility(int value) { method setExtendedSecurity (line 76) | public static void setExtendedSecurity(boolean value) { method getFile (line 84) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/tar/TarArchiveFile.java class TarArchiveFile (line 47) | public class TarArchiveFile extends AbstractROArchiveFile { method TarArchiveFile (line 55) | public TarArchiveFile(AbstractFile file) { method createTarStream (line 68) | private TarInputStream createTarStream(long entryOffset) throws IOExce... method getEntryIterator (line 108) | @Override method getEntryInputStream (line 114) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/tar/TarEntryIterator.java class TarEntryIterator (line 17) | class TarEntryIterator implements ArchiveEntryIterator { method TarEntryIterator (line 31) | TarEntryIterator(TarInputStream tin) { method getTarInputStream (line 40) | TarInputStream getTarInputStream() { method getCurrentEntry (line 50) | ArchiveEntry getCurrentEntry() { method createArchiveEntry (line 61) | private ArchiveEntry createArchiveEntry(TarEntry tarEntry) { method getNextEntry (line 77) | private ArchiveEntry getNextEntry() throws IOException { method nextEntry (line 87) | public ArchiveEntry nextEntry() throws IOException { method close (line 93) | public void close() throws IOException { FILE: src/main/java/com/mucommander/commons/file/impl/tar/TarFormatProvider.java class TarFormatProvider (line 17) | public class TarFormatProvider implements ArchiveFormatProvider { method getFile (line 28) | @Override method getFilenameFilter (line 33) | @Override method getFileExtensions (line 38) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/tar/provider/TarBuffer.java class TarBuffer (line 27) | public class TarBuffer { method TarBuffer (line 49) | public TarBuffer(InputStream inStream) { method TarBuffer (line 59) | TarBuffer(InputStream inStream, int blockSize, int recordSize) { method TarBuffer (line 70) | public TarBuffer(OutputStream outStream) { method TarBuffer (line 80) | TarBuffer(OutputStream outStream, int blockSize, int recordSize) { method initialize (line 93) | private void initialize(int blockSize, int recordSize) { method getBlockSize (line 113) | int getBlockSize() { method getRecordSize (line 121) | int getRecordSize() { method setDebug (line 130) | public void setDebug(boolean debug) { method isEOFRecord (line 141) | boolean isEOFRecord(byte[] record) { method skipRecord (line 157) | boolean skipRecord() throws IOException { method readRecord (line 185) | boolean readRecord(byte[] recordBuf) throws IOException { method readBlock (line 219) | private boolean readBlock() throws IOException { method skipBlock (line 290) | boolean skipBlock() throws IOException { method getCurrentBlockNum (line 326) | int getCurrentBlockNum() { method setCurrentBlockNum (line 335) | public void setCurrentBlockNum(int blockNum) { method getCurrentRecordNum (line 345) | int getCurrentRecordNum() { method getRecordsPerBlock (line 355) | int getRecordsPerBlock() { method writeRecord (line 365) | void writeRecord(byte[] record) throws IOException { method writeRecord (line 402) | void writeRecord(byte[] buf, int offset) throws IOException { method writeBlock (line 433) | private void writeBlock() throws IOException { method flushBlock (line 452) | private void flushBlock() throws IOException { method close (line 471) | public void close() throws IOException { FILE: src/main/java/com/mucommander/commons/file/impl/tar/provider/TarConstants.java type TarConstants (line 12) | public interface TarConstants { FILE: src/main/java/com/mucommander/commons/file/impl/tar/provider/TarEntry.java class TarEntry (line 58) | public class TarEntry implements TarConstants { method TarEntry (line 116) | private TarEntry () { method TarEntry (line 139) | public TarEntry(String name) { method TarEntry (line 167) | public TarEntry(String name, byte linkFlag) { method TarEntry (line 178) | public TarEntry(byte[] headerBuf) { method equals (line 190) | public boolean equals(TarEntry it) { method equals (line 201) | public boolean equals(Object it) { method hashCode (line 213) | public int hashCode() { method isDescendent (line 225) | public boolean isDescendent(TarEntry desc) { method getName (line 234) | public String getName() { method setName (line 243) | public void setName(String name) { method setMode (line 252) | public void setMode(int mode) { method getLinkName (line 261) | public String getLinkName() { method getUserId (line 270) | public int getUserId() { method setUserId (line 279) | public void setUserId(int userId) { method getGroupId (line 288) | public int getGroupId() { method setGroupId (line 297) | public void setGroupId(int groupId) { method getUserName (line 306) | public String getUserName() { method setUserName (line 315) | public void setUserName(String userName) { method getGroupName (line 324) | public String getGroupName() { method setGroupName (line 333) | public void setGroupName(String groupName) { method setIds (line 343) | public void setIds(int userId, int groupId) { method setNames (line 354) | public void setNames(String userName, String groupName) { method setModTime (line 365) | public void setModTime(long time) { method setModTime (line 374) | public void setModTime(Date time) { method getModTime (line 383) | public Date getModTime() { method getMode (line 392) | public int getMode() { method getSize (line 401) | public long getSize() { method setSize (line 410) | public void setSize(long size) { method getOffset (line 419) | public long getOffset() { method setOffset (line 428) | public void setOffset(long offset) { method isGNULongNameEntry (line 437) | public boolean isGNULongNameEntry() { method isDirectory (line 447) | public boolean isDirectory() { method writeEntryHeader (line 460) | public void writeEntryHeader(byte[] outbuf) { method parseTarHeader (line 498) | public void parseTarHeader(byte[] header) { FILE: src/main/java/com/mucommander/commons/file/impl/tar/provider/TarInputStream.java class TarInputStream (line 21) | public class TarInputStream extends InputStream { method TarInputStream (line 51) | public TarInputStream(InputStream is) throws IOException { method TarInputStream (line 65) | public TarInputStream(InputStream is, long entryOffset) throws IOExcep... method TarInputStream (line 81) | public TarInputStream(InputStream is, int blockSize, int recordSize, l... method setDebug (line 103) | public void setDebug(boolean debug) { method close (line 112) | @Override method getRecordSize (line 132) | public int getRecordSize() { method available (line 147) | @Override method markSupported (line 160) | @Override method mark (line 170) | @Override method reset (line 177) | @Override method readRecord (line 189) | public boolean readRecord() throws IOException { method getCurrentEntry (line 204) | public TarEntry getCurrentEntry() { method getNextEntry (line 221) | public TarEntry getNextEntry() throws IOException { method read (line 313) | @Override method read (line 334) | @Override method skip (line 387) | @Override method skipBytes (line 409) | private long skipBytes(long numToSkip) throws IOException { FILE: src/main/java/com/mucommander/commons/file/impl/tar/provider/TarOutputStream.java class TarOutputStream (line 20) | public class TarOutputStream extends FilterOutputStream { method TarOutputStream (line 47) | public TarOutputStream(OutputStream os) { method TarOutputStream (line 56) | public TarOutputStream(OutputStream os, int blockSize) { method TarOutputStream (line 66) | public TarOutputStream(OutputStream os, int blockSize, int recordSize) { method setLongFileMode (line 84) | public void setLongFileMode(int longFileMode) { method setDebug (line 94) | public void setDebug(boolean debugF) { method setBufferDebug (line 103) | public void setBufferDebug(boolean debug) { method finish (line 112) | public void finish() throws IOException { method close (line 125) | @Override method getRecordSize (line 148) | public int getRecordSize() { method putNextEntry (line 164) | public void putNextEntry(TarEntry entry) throws IOException { method closeEntry (line 208) | public void closeEntry() throws IOException { method write (line 236) | @Override method write (line 251) | @Override method write (line 270) | @Override method writeEOFRecord (line 337) | private void writeEOFRecord() throws IOException { FILE: src/main/java/com/mucommander/commons/file/impl/tar/provider/TarUtils.java class TarUtils (line 12) | public class TarUtils { method parseOctal (line 25) | public static long parseOctal(byte[] header, int offset, int length) { method parseName (line 60) | public static StringBuffer parseName(byte[] header, int offset, int le... method getNameBytes (line 84) | public static int getNameBytes(StringBuffer name, byte[] buf, int offs... method getOctalBytes (line 107) | public static int getOctalBytes(long value, byte[] buf, int offset, in... method getLongOctalBytes (line 141) | public static int getLongOctalBytes(long value, byte[] buf, int offset... method getCheckSumOctalBytes (line 159) | public static int getCheckSumOctalBytes(long value, byte[] buf, int of... method computeCheckSum (line 174) | public static long computeCheckSum(byte[] buf) { FILE: src/main/java/com/mucommander/commons/file/impl/udf/UdfFormatProvider.java class UdfFormatProvider (line 14) | public class UdfFormatProvider implements ArchiveFormatProvider { method getFile (line 22) | @Override method getFilenameFilter (line 27) | @Override method getFileExtensions (line 32) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/vsphere/ManagedObjectReferenceWrapper.java class ManagedObjectReferenceWrapper (line 11) | public class ManagedObjectReferenceWrapper { method ManagedObjectReferenceWrapper (line 14) | public ManagedObjectReferenceWrapper(ManagedObjectReference mor) { method hashCode (line 18) | @Override method equals (line 29) | @Override method toString (line 48) | @Override method getMor (line 56) | public ManagedObjectReference getMor() { FILE: src/main/java/com/mucommander/commons/file/impl/vsphere/VSphereClient.java class VSphereClient (line 24) | public class VSphereClient implements Closeable { method getServer (line 40) | public String getServer() { method isConnected (line 44) | boolean isConnected() { method VSphereClient (line 48) | VSphereClient(String server, String user, String password) { method getVSphereServiceUrl (line 54) | private String getVSphereServiceUrl() { method connect (line 79) | public void connect() throws RuntimeFaultFaultMsg, InvalidLocaleFaultM... method getServiceInstance (line 120) | public ManagedObjectReference getServiceInstance() { method doTrust (line 127) | private void doTrust() { method close (line 137) | @Override method disconnect (line 152) | public void disconnect() throws RuntimeFaultFaultMsg { method findVmByUuid (line 161) | public ManagedObjectReference findVmByUuid(String uuid, boolean instan... method findVmByIp (line 165) | public ManagedObjectReference findVmByIp(String ip) throws RuntimeFaul... method getProperties (line 170) | public Object[] getProperties(ManagedObjectReference moRef, method trustAllHttpsCertificates (line 219) | private void trustAllHttpsCertificates() throws NoSuchAlgorithmExcepti... method getSSLContext (line 225) | private javax.net.ssl.SSLContext getSSLContext() { class TrustAllTrustManager (line 243) | private class TrustAllTrustManager implements javax.net.ssl.TrustManager, method getAcceptedIssuers (line 246) | @Override method checkServerTrusted (line 251) | @Override method checkClientTrusted (line 256) | @Override method getVimPort (line 262) | public VimPortType getVimPort() { method getServiceContent (line 266) | public ServiceContent getServiceContent() { FILE: src/main/java/com/mucommander/commons/file/impl/vsphere/VSphereFile.java class VSphereFile (line 63) | public class VSphereFile extends ProtocolFile implements ConnectionHandl... method VSphereFile (line 98) | public VSphereFile(FileURL url) throws IOException { method releaseConnHandler (line 121) | private void releaseConnHandler(VsphereConnHandler connHandler) { method VSphereFile (line 127) | private VSphereFile(FileURL url, VSphereFile related) method VSphereFile (line 150) | public VSphereFile(FileURL url, VSphereFile parent, method getMor (line 168) | private void getMor(VsphereConnHandler connHandler) method fixPathInVmIfNeeded (line 184) | private void fixPathInVmIfNeeded(VsphereConnHandler connHandler) method setPath (line 216) | private void setPath(String path) throws URISyntaxException, IOExcepti... method getFileManager (line 262) | private ManagedObjectReference getFileManager(VsphereConnHandler connH... method checkAttributes (line 270) | private void checkAttributes(VsphereConnHandler connHandler) method isFileNotFound (line 308) | private boolean isFileNotFound(Exception e) { method updateAttributes (line 321) | void updateAttributes(GuestFileInfo guestFileInfo) { method getConnHandler (line 334) | private VsphereConnHandler getConnHandler() throws IOException { method createConnectionHandler (line 346) | @Override method getLastModifiedDate (line 351) | @Override method setLastModifiedDate (line 356) | @Override method getTimeToXmlTime (line 374) | private XMLGregorianCalendar getTimeToXmlTime(long lastModified) throw... method getSize (line 380) | @Override method getParent (line 385) | @Override method setParent (line 405) | @Override method exists (line 410) | @Override method getPermissions (line 415) | @Override method getChangeablePermissions (line 421) | @Override method changePermission (line 426) | @Override method getOwner (line 434) | @Override method canGetOwner (line 439) | @Override method getGroup (line 444) | @Override method canGetGroup (line 449) | @Override method isDirectory (line 454) | @Override method isSymlink (line 459) | @Override method isSystem (line 464) | @Override method ls (line 469) | @Override method getFileName (line 518) | private String getFileName(String path) { method mkdir (line 531) | @Override method getInputStream (line 548) | @Override method getPathInVm (line 576) | private String getPathInVm() { method copyStream (line 583) | @Override method doCopyRemoteFileName (line 599) | private void doCopyRemoteFileName(InputStream in, long length) class VSphereOutputStream (line 622) | public class VSphereOutputStream extends FileOutputStream { method VSphereOutputStream (line 629) | public VSphereOutputStream(VsphereConnHandler connHandler, method VSphereOutputStream (line 637) | private VSphereOutputStream(VsphereConnHandler connHandler, method close (line 648) | @Override method copyFileToRemote (line 665) | private void copyFileToRemote(String fileName, InputStream in, long le... method parseResponse (line 682) | private void parseResponse(URLConnection conn) throws IOException { method sendFile (line 695) | private void sendFile(InputStream in, URLConnection conn) throws IOExc... method prepareConnection (line 703) | private URLConnection prepareConnection(String fileUploadUrl, long fil... method getFileUploadUrl (line 722) | private String getFileUploadUrl(String remotePathName, long fileSize, method getOutputStream (line 742) | @Override method getAppendOutputStream (line 762) | @Override method getRandomAccessInputStream (line 768) | @Override method getRandomAccessOutputStream (line 776) | @Override method delete (line 783) | @Override method renameTo (line 814) | @Override method translateandLogException (line 849) | private static void translateandLogException(Exception e) method copyRemotelyTo (line 855) | @Override method getFreeSpace (line 861) | @Override method getTotalSpace (line 868) | @Override method getReplication (line 876) | @Override method getBlocksize (line 882) | @Override method changeReplication (line 888) | @Override method getUnderlyingFileObject (line 894) | @Override method getRoot (line 899) | @Override method getRootPath (line 908) | private String getRootPath() { method isWinPath (line 916) | private boolean isWinPath() { FILE: src/main/java/com/mucommander/commons/file/impl/vsphere/VSphereProtocolProvider.java class VSphereProtocolProvider (line 16) | public class VSphereProtocolProvider implements ProtocolProvider { method getFile (line 22) | public AbstractFile getFile(FileURL url, Object... instantiationParams... FILE: src/main/java/com/mucommander/commons/file/impl/vsphere/VsphereConnHandler.java class VsphereConnHandler (line 18) | public class VsphereConnHandler extends ConnectionHandler { method getClient (line 23) | VSphereClient getClient() { method VsphereConnHandler (line 27) | VsphereConnHandler(FileURL serverURL) { method initClientIfNeeded (line 32) | private void initClientIfNeeded() throws RuntimeFaultFaultMsg, method startConnection (line 42) | @Override method isConnected (line 53) | @Override method closeConnection (line 58) | @Override method keepAlive (line 69) | @Override method doKeepAlive (line 81) | private void doKeepAlive() throws RuntimeFaultFaultMsg { FILE: src/main/java/com/mucommander/commons/file/impl/webdav/WebDAVFile.java class WebDAVFile (line 32) | public class WebDAVFile extends ProtocolFile { method WebDAVFile (line 42) | WebDAVFile(FileURL fileURL) throws URISyntaxException { method getLastModifiedDate (line 54) | @Override method setLastModifiedDate (line 59) | @Override method getSize (line 64) | @Override method getParent (line 69) | @Override method setParent (line 87) | @Override method exists (line 93) | @Override method getPermissions (line 105) | @Override method getChangeablePermissions (line 110) | @Override method changePermission (line 115) | @Override method getOwner (line 120) | @Override method canGetOwner (line 125) | @Override method getGroup (line 130) | @Override method canGetGroup (line 135) | @Override method isDirectory (line 140) | @Override method isSymlink (line 153) | @Override method ls (line 158) | @Override method mkdir (line 213) | @Override method getInputStream (line 218) | @Override method getOutputStream (line 223) | @Override method getAppendOutputStream (line 228) | @Override method getRandomAccessInputStream (line 233) | @Override method getRandomAccessOutputStream (line 238) | @Override method delete (line 243) | @Override method renameTo (line 248) | @Override method copyRemotelyTo (line 253) | @Override method getFreeSpace (line 258) | @Override method getTotalSpace (line 264) | @Override method getUnderlyingFileObject (line 270) | @Override method getReplication (line 274) | @Override method changeReplication (line 279) | @Override method getBlocksize (line 285) | @Override method isSystem (line 292) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/webdav/WebDAVProvider.java class WebDAVProvider (line 15) | public class WebDAVProvider implements ProtocolProvider { method getFile (line 17) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/wim/WimFormatProvider.java class WimFormatProvider (line 14) | public class WimFormatProvider implements ArchiveFormatProvider { method getFile (line 22) | @Override method getFilenameFilter (line 27) | @Override method getFileExtensions (line 32) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/xar/XarFormatProvider.java class XarFormatProvider (line 14) | public class XarFormatProvider implements ArchiveFormatProvider { method getFile (line 22) | @Override method getFilenameFilter (line 27) | @Override method getFileExtensions (line 32) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/z/ZFormatProvider.java class ZFormatProvider (line 14) | public class ZFormatProvider implements ArchiveFormatProvider { method getFile (line 22) | @Override method getFilenameFilter (line 27) | @Override method getFileExtensions (line 32) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/zip/JavaUtilZipEntryIterator.java class JavaUtilZipEntryIterator (line 15) | public class JavaUtilZipEntryIterator implements ArchiveEntryIterator { method JavaUtilZipEntryIterator (line 29) | JavaUtilZipEntryIterator(ZipInputStream zin) { method getZipInputStream (line 38) | ZipInputStream getZipInputStream() { method getCurrentEntry (line 47) | ArchiveEntry getCurrentEntry() { method getNextEntry (line 57) | private ArchiveEntry getNextEntry() throws IOException { method nextEntry (line 83) | public ArchiveEntry nextEntry() throws IOException { method close (line 90) | public void close() throws IOException { FILE: src/main/java/com/mucommander/commons/file/impl/zip/ZipArchiveFile.java class ZipArchiveFile (line 28) | public class ZipArchiveFile extends AbstractRWArchiveFile { method ZipArchiveFile (line 49) | public ZipArchiveFile(AbstractFile file) { method checkZipFile (line 60) | private void checkZipFile() throws IOException { method declareZipFileUpToDate (line 73) | private void declareZipFileUpToDate() { method createZipEntry (line 84) | private ZipEntry createZipEntry(ArchiveEntry entry) { method createArchiveEntry (line 107) | static ArchiveEntry createArchiveEntry(ZipEntry zipEntry) { method finishAddEntry (line 126) | private void finishAddEntry(ArchiveEntry entry) throws IOException, Un... method getEntryIterator (line 140) | @Override method getEntryInputStream (line 171) | @Override method addEntry (line 223) | @Override method deleteEntry (line 257) | @Override method updateEntry (line 285) | @Override method optimizeArchive (line 309) | @Override method isWritable (line 333) | @Override method mkfile (line 342) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/zip/ZipFormatProvider.java class ZipFormatProvider (line 17) | public class ZipFormatProvider implements ArchiveFormatProvider { method getFile (line 28) | @Override method getFilenameFilter (line 33) | @Override method getFileExtensions (line 38) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/zip/provider/AsiExtraField.java class AsiExtraField (line 55) | public class AsiExtraField implements ZipExtraField, UnixStat, Cloneable { method AsiExtraField (line 88) | public AsiExtraField() { method getHeaderId (line 95) | public ZipShort getHeaderId() { method getLocalFileDataLength (line 104) | public ZipShort getLocalFileDataLength() { method getCentralDirectoryLength (line 117) | public ZipShort getCentralDirectoryLength() { method getLocalFileDataData (line 126) | public byte[] getLocalFileDataData() { method getCentralDirectoryData (line 152) | public byte[] getCentralDirectoryData() { method setUserId (line 160) | public void setUserId(int uid) { method getUserId (line 168) | public int getUserId() { method setGroupId (line 176) | public void setGroupId(int gid) { method getGroupId (line 184) | public int getGroupId() { method setLinkedFile (line 194) | public void setLinkedFile(String name) { method getLinkedFile (line 205) | public String getLinkedFile() { method isLink (line 213) | public boolean isLink() { method setMode (line 221) | public void setMode(int mode) { method getMode (line 229) | public int getMode() { method setDirectory (line 237) | public void setDirectory(boolean dirFlag) { method isDirectory (line 246) | public boolean isDirectory() { method parseFromLocalFileData (line 257) | public void parseFromLocalFileData(byte[] data, int offset, int length) method getMode (line 293) | protected int getMode(int mode) { FILE: src/main/java/com/mucommander/commons/file/impl/zip/provider/DeflatedOutputStream.java class DeflatedOutputStream (line 18) | public class DeflatedOutputStream extends ZipEntryOutputStream { method DeflatedOutputStream (line 35) | public DeflatedOutputStream(OutputStream out, Deflater deflater, byte ... method deflate (line 49) | protected void deflate() throws IOException { method finishDeflate (line 61) | public void finishDeflate() throws IOException { method getTotalIn (line 73) | @Override method getTotalOut (line 78) | @Override method write (line 96) | @Override method close (line 115) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/zip/provider/ExtraFieldUtils.java class ExtraFieldUtils (line 38) | public class ExtraFieldUtils { method register (line 57) | public static void register(Class c) { method createExtraField (line 80) | public static ZipExtraField createExtraField(ZipShort headerId) throws... method parse (line 97) | public static ZipExtraField[] parse(byte[] data) throws ZipException { method mergeLocalExtraFields (line 126) | public static byte[] mergeLocalExtraFields(ZipExtraField[] data) { method mergeCentralExtraFields (line 150) | public static byte[] mergeCentralExtraFields(ZipExtraField[] data) { FILE: src/main/java/com/mucommander/commons/file/impl/zip/provider/JarMarker.java class JarMarker (line 34) | public final class JarMarker implements ZipExtraField { method JarMarker (line 42) | public JarMarker() { method getInstance (line 50) | public static JarMarker getInstance() { method getHeaderId (line 58) | public ZipShort getHeaderId() { method getLocalFileDataLength (line 67) | public ZipShort getLocalFileDataLength() { method getCentralDirectoryLength (line 76) | public ZipShort getCentralDirectoryLength() { method getLocalFileDataData (line 85) | public byte[] getLocalFileDataData() { method getCentralDirectoryData (line 94) | public byte[] getCentralDirectoryData() { method parseFromLocalFileData (line 106) | public void parseFromLocalFileData(byte[] data, int offset, int length) FILE: src/main/java/com/mucommander/commons/file/impl/zip/provider/StoredOutputStream.java class StoredOutputStream (line 18) | public class StoredOutputStream extends ZipEntryOutputStream { method StoredOutputStream (line 30) | public StoredOutputStream(OutputStream out) { method getTotalIn (line 39) | @Override method getTotalOut (line 44) | @Override method write (line 54) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/zip/provider/UnixStat.java type UnixStat (line 32) | public interface UnixStat { FILE: src/main/java/com/mucommander/commons/file/impl/zip/provider/UnrecognizedExtraField.java class UnrecognizedExtraField (line 35) | public class UnrecognizedExtraField implements ZipExtraField { method setHeaderId (line 46) | public void setHeaderId(ZipShort headerId) { method getHeaderId (line 54) | public ZipShort getHeaderId() { method setLocalFileDataData (line 69) | public void setLocalFileDataData(byte[] data) { method getLocalFileDataLength (line 77) | public ZipShort getLocalFileDataLength() { method getLocalFileDataData (line 85) | public byte[] getLocalFileDataData() { method setCentralDirectoryData (line 99) | public void setCentralDirectoryData(byte[] data) { method getCentralDirectoryLength (line 108) | public ZipShort getCentralDirectoryLength() { method getCentralDirectoryData (line 119) | public byte[] getCentralDirectoryData() { method parseFromLocalFileData (line 132) | public void parseFromLocalFileData(byte[] data, int offset, int length) { FILE: src/main/java/com/mucommander/commons/file/impl/zip/provider/ZipBuffer.java class ZipBuffer (line 11) | public class ZipBuffer { FILE: src/main/java/com/mucommander/commons/file/impl/zip/provider/ZipConstants.java type ZipConstants (line 10) | public interface ZipConstants { FILE: src/main/java/com/mucommander/commons/file/impl/zip/provider/ZipEntry.java class ZipEntry (line 40) | public class ZipEntry implements Cloneable { method ZipEntry (line 153) | public ZipEntry() { method ZipEntry (line 162) | public ZipEntry(String name) { method ZipEntry (line 171) | public ZipEntry(java.util.zip.ZipEntry entry) { method setUnixMode (line 191) | public void setUnixMode(int mode) { method getUnixMode (line 211) | public int getUnixMode() { method hasUnixMode (line 221) | public boolean hasUnixMode() { method setPlatform (line 230) | protected void setPlatform(int platform) { method setExtraFields (line 239) | public void setExtraFields(ZipExtraField[] fields) { method getExtraFields (line 249) | public ZipExtraField[] getExtraFields() { method addExtraField (line 261) | public void addExtraField(ZipExtraField ze) { method removeExtraField (line 283) | public boolean removeExtraField(ZipShort type) { method getLocalFileDataExtra (line 304) | public byte[] getLocalFileDataExtra() { method getCentralDirectoryExtra (line 314) | public byte[] getCentralDirectoryExtra() { method setName (line 323) | protected void setName(String name) { method isDirectory (line 333) | public boolean isDirectory() { method getEntryInfo (line 342) | protected ZipEntryInfo getEntryInfo() { method setEntryInfo (line 351) | protected void setEntryInfo(ZipEntryInfo entryInfo) { method setSize (line 361) | public void setSize(long size) { method setCompressedSize (line 374) | public void setCompressedSize(long csize) { method setCrc (line 388) | public void setCrc(long crc) { method getTime (line 402) | public long getTime() { method setTime (line 412) | public void setTime(long javaTime) { method getDosTime (line 422) | protected long getDosTime() { method setDosTime (line 431) | protected void setDosTime(long dosTime) { method setMethod (line 442) | public void setMethod(int method) { method setComment (line 456) | public void setComment(String comment) { method setExtra (line 469) | public void setExtra(byte[] extra) throws IllegalArgumentException { method dosToJavaTime (line 488) | protected static long dosToJavaTime(long dosTime) { method javaToDosTime (line 506) | protected static long javaToDosTime(long javaTime) { method getUTF8Length (line 525) | protected static int getUTF8Length(String s) { method isValidUnsignedInt (line 547) | protected boolean isValidUnsignedInt(long l) { method clone (line 558) | @Override method hashCode (line 574) | public int hashCode() { method equals (line 584) | public boolean equals(Object o) { method toString (line 589) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/zip/provider/ZipEntryInfo.java class ZipEntryInfo (line 9) | public final class ZipEntryInfo { FILE: src/main/java/com/mucommander/commons/file/impl/zip/provider/ZipEntryOutputStream.java class ZipEntryOutputStream (line 30) | public abstract class ZipEntryOutputStream extends OutputStream { method ZipEntryOutputStream (line 49) | public ZipEntryOutputStream(OutputStream out, int method) { method getMethod (line 59) | public int getMethod() { method getCrc (line 68) | public long getCrc() { method write (line 77) | @Override method flush (line 87) | @Override method getTotalIn (line 102) | public abstract int getTotalIn(); method getTotalOut (line 109) | public abstract int getTotalOut(); FILE: src/main/java/com/mucommander/commons/file/impl/zip/provider/ZipExtraField.java type ZipExtraField (line 39) | public interface ZipExtraField { method getHeaderId (line 45) | ZipShort getHeaderId(); method getLocalFileDataLength (line 52) | ZipShort getLocalFileDataLength(); method getCentralDirectoryLength (line 59) | ZipShort getCentralDirectoryLength(); method getLocalFileDataData (line 66) | byte[] getLocalFileDataData(); method getCentralDirectoryData (line 73) | byte[] getCentralDirectoryData(); method parseFromLocalFileData (line 83) | void parseFromLocalFileData(byte[] data, int offset, int length) FILE: src/main/java/com/mucommander/commons/file/impl/zip/provider/ZipFile.java class ZipFile (line 71) | public class ZipFile implements ZipConstants { method ZipFile (line 113) | public ZipFile(AbstractFile f) throws IOException, ZipException, Unsup... method openRead (line 132) | private void openRead() throws IOException, UnsupportedFileOperationEx... method closeRead (line 146) | private void closeRead() throws IOException { method openWrite (line 163) | private void openWrite() throws IOException { method closeWrite (line 178) | private void closeWrite() throws IOException { method getDefaultEncoding (line 203) | public String getDefaultEncoding() { method setDefaultEncoding (line 221) | public void setDefaultEncoding(String defaultEncoding) { method getEntries (line 230) | public Iterator getEntries() { method getNbEntries (line 239) | public int getNbEntries() { method getEntry (line 249) | public ZipEntry getEntry(String name) { method getInputStream (line 262) | public InputStream getInputStream(ZipEntry ze) throws IOException, Zip... method deleteEntry (line 313) | public void deleteEntry(ZipEntry ze) throws IOException, ZipException,... method addEntry (line 446) | public OutputStream addEntry(final ZipEntry entry) throws IOException,... method updateEntry (line 544) | public void updateEntry(ZipEntry entry) throws IOException { method defragment (line 592) | public void defragment() throws IOException { method calculateDataOffset (line 702) | private void calculateDataOffset(ZipEntryInfo entryInfo) throws IOExce... method parseCentralDirectory (line 761) | private void parseCentralDirectory() throws IOException { method setFilename (line 941) | private static void setFilename(ZipEntry ze, String filename) { method feedEncodingAccumulator (line 956) | private static void feedEncodingAccumulator(ByteArrayOutputStream enco... method positionAtCentralDirectory (line 1016) | private void positionAtCentralDirectory() throws IOException { method getString (line 1090) | private static String getString(byte[] bytes, String encoding) { class BoundedInputStream (line 1116) | private static class BoundedInputStream extends InputStream { method BoundedInputStream (line 1124) | BoundedInputStream(RandomAccessInputStream rais, long start, long re... method read (line 1130) | @Override method read (line 1145) | @Override method close (line 1175) | @Override method addDummy (line 1183) | void addDummy() { FILE: src/main/java/com/mucommander/commons/file/impl/zip/provider/ZipLong.java class ZipLong (line 32) | public final class ZipLong implements Cloneable { method ZipLong (line 40) | public ZipLong(long value) { method ZipLong (line 48) | public ZipLong (byte[] bytes) { method ZipLong (line 57) | public ZipLong (byte[] bytes, int offset) { method getBytes (line 65) | public byte[] getBytes() { method getValue (line 73) | public long getValue() { method getBytes (line 82) | public static byte[] getBytes(long value) { method getBytes (line 93) | public static byte[] getBytes(long value, byte[] result) { method getBytes (line 105) | public static byte[] getBytes(long value, byte[] result, int off) { method getValue (line 119) | public static long getValue(byte[] bytes, int offset) { method getValue (line 132) | public static long getValue(byte[] bytes) { method equals (line 141) | public boolean equals(Object o) { method hashCode (line 152) | public int hashCode() { FILE: src/main/java/com/mucommander/commons/file/impl/zip/provider/ZipOutputStream.java class ZipOutputStream (line 44) | public class ZipOutputStream extends OutputStream implements ZipConstants { method ZipOutputStream (line 125) | public ZipOutputStream(OutputStream out) { method isSeekable (line 140) | public boolean isSeekable() { method setEncoding (line 153) | public void setEncoding(String encoding) { method getEncoding (line 162) | public String getEncoding() { method isUTF8 (line 173) | private static boolean isUTF8(String encoding) { method finish (line 183) | public void finish() throws IOException { method closeEntry (line 203) | public void closeEntry() throws IOException { method finalizeEntryData (line 235) | protected static void finalizeEntryData(ZipEntry entry, ZipEntryOutput... method putNextEntry (line 276) | public void putNextEntry(ZipEntry ze) throws IOException { method setComment (line 316) | public void setComment(String comment) { method setLevel (line 328) | public void setLevel(int level) { method setMethod (line 344) | public void setMethod(int method) { method writeLocalFileHeader (line 361) | protected static long writeLocalFileHeader(ZipEntry ze, OutputStream o... method writeDataDescriptor (line 424) | protected static long writeDataDescriptor(ZipEntry ze, OutputStream ou... method writeVersionMadeBy (line 443) | protected static long writeVersionMadeBy(ZipEntry ze, OutputStream out... method writeCentralFileHeader (line 461) | protected static long writeCentralFileHeader(ZipEntry ze, OutputStream... method writeVersionAndGPBF (line 552) | protected static long writeVersionAndGPBF(OutputStream out, String enc... method writeCentralDirectoryEnd (line 596) | protected static void writeCentralDirectoryEnd(OutputStream out, int n... method getBytes (line 627) | protected static byte[] getBytes(String name, String encoding) throws ... method adjustToLong (line 645) | protected static long adjustToLong(int i) { method write (line 664) | @Override method write (line 677) | @Override method write (line 691) | @Override method close (line 701) | @Override method flush (line 718) | @Override FILE: src/main/java/com/mucommander/commons/file/impl/zip/provider/ZipShort.java class ZipShort (line 32) | public final class ZipShort implements Cloneable { method ZipShort (line 40) | public ZipShort (int value) { method ZipShort (line 48) | public ZipShort (byte[] bytes) { method ZipShort (line 57) | public ZipShort (byte[] bytes, int offset) { method getBytes (line 65) | public byte[] getBytes() { method getValue (line 76) | public int getValue() { method getBytes (line 85) | public static byte[] getBytes(int value) { method getBytes (line 96) | public static byte[] getBytes(int value, byte[] result) { method getBytes (line 108) | public static byte[] getBytes(int value, byte[] result, int off) { method getValue (line 120) | public static int getValue(byte[] bytes, int offset) { method getValue (line 131) | public static int getValue(byte[] bytes) { method equals (line 140) | public boolean equals(Object o) { method hashCode (line 151) | public int hashCode() { FILE: src/main/java/com/mucommander/commons/file/util/C.java class C (line 17) | public class C { method isAvailable (line 38) | public static boolean isAvailable() { method getInstance (line 49) | public static CLibrary getInstance() { FILE: src/main/java/com/mucommander/commons/file/util/CLibrary.java type CLibrary (line 14) | public interface CLibrary extends Library { class STATVFSSTRUCT (line 23) | class STATVFSSTRUCT extends Structure { method getFieldOrder (line 47) | @Override method statvfs (line 60) | int statvfs(String path, STATVFSSTRUCT struct); FILE: src/main/java/com/mucommander/commons/file/util/Chmod.java class Chmod (line 15) | public class Chmod { method chmod (line 26) | public static boolean chmod(AbstractFile file, int permissions) { method chmod (line 38) | public static boolean chmod(AbstractFile file, String permissions) { method chmod (line 51) | public static boolean chmod(AbstractFile files[], int permissions) { method chmod (line 63) | public static boolean chmod(AbstractFile files[], String permissions) { FILE: src/main/java/com/mucommander/commons/file/util/FileChangeListener.java type FileChangeListener (line 16) | public interface FileChangeListener extends FileMonitorConstants { method fileChanged (line 26) | void fileChanged(AbstractFile file, int changedAttributes); FILE: src/main/java/com/mucommander/commons/file/util/FileComparator.java class FileComparator (line 29) | public class FileComparator implements Comparator { method FileComparator (line 70) | public FileComparator(int criterion, boolean ascending, boolean direct... method FileComparator (line 78) | public FileComparator(int criterion, boolean ascending, boolean direct... method getCharacterValue (line 97) | private static int getCharacterValue(int c) { method removeLeadingZeros (line 114) | private static String removeLeadingZeros(String s) { method compareStrings (line 139) | private static int compareStrings(String s1, String s2, boolean ignore... method compareStrings (line 166) | private static int compareStrings(String s1, String s2, boolean ignore... method firstDigitPos (line 246) | private static int firstDigitPos(String s) { method compare (line 262) | public int compare(AbstractFile f1, AbstractFile f2) { method equals (line 344) | public boolean equals(Object o) { FILE: src/main/java/com/mucommander/commons/file/util/FileMonitor.java class FileMonitor (line 38) | public class FileMonitor implements FileMonitorConstants, Runnable { method FileMonitor (line 69) | public FileMonitor(AbstractFile file) { method FileMonitor (line 82) | public FileMonitor(AbstractFile file, int attributes) { method FileMonitor (line 95) | public FileMonitor(AbstractFile file, long pollPeriod) { method FileMonitor (line 127) | FileMonitor(AbstractFile file, int attributes, long pollPeriod) { method addFileChangeListener (line 143) | void addFileChangeListener(FileChangeListener listener) { method removeFileChangeListener (line 153) | private void removeFileChangeListener(FileChangeListener listener) { method startMonitoring (line 175) | synchronized void startMonitoring() { method stopMonitoring (line 194) | public synchronized void stopMonitoring() { method isMonitoring (line 203) | public synchronized boolean isMonitoring() { method fireFileChangeEvent (line 214) | private void fireFileChangeEvent(int changedAttributes) { method run (line 227) | public void run() { FILE: src/main/java/com/mucommander/commons/file/util/FileMonitorConstants.java type FileMonitorConstants (line 8) | public interface FileMonitorConstants { FILE: src/main/java/com/mucommander/commons/file/util/FilePool.java class FilePool (line 20) | public class FilePool { method FilePool (line 28) | public FilePool() { method put (line 40) | public synchronized AbstractFile put(Object key, AbstractFile value) { method get (line 52) | public synchronized AbstractFile get(Object key) { method containsKey (line 64) | public synchronized boolean containsKey(Object key) { method containsValue (line 76) | public synchronized boolean containsValue(AbstractFile file) { method clear (line 84) | public synchronized void clear() { method size (line 93) | public synchronized int size() { FILE: src/main/java/com/mucommander/commons/file/util/FileSet.java class FileSet (line 14) | public class FileSet extends Vector { method FileSet (line 22) | public FileSet() { method FileSet (line 30) | public FileSet(AbstractFile baseFolder) { method FileSet (line 40) | public FileSet(AbstractFile baseFolder, int initialCapacity) { method FileSet (line 52) | public FileSet(AbstractFile baseFolder, AbstractFile file) { method getBaseFolder (line 63) | public AbstractFile getBaseFolder() { method addAll (line 73) | public void addAll(AbstractFile[] files) { FILE: src/main/java/com/mucommander/commons/file/util/Kernel32.java class Kernel32 (line 17) | public class Kernel32 { method isAvailable (line 38) | public static boolean isAvailable() { method getInstance (line 50) | public static Kernel32API getInstance() { FILE: src/main/java/com/mucommander/commons/file/util/Kernel32API.java type Kernel32API (line 19) | public interface Kernel32API extends StdCallLibrary { method GetLastError (line 30) | int GetLastError(); method SetErrorMode (line 72) | int SetErrorMode(int uMode); method GetDiskFreeSpaceEx (line 101) | boolean GetDiskFreeSpaceEx(String lpDirectoryName, method GetDriveType (line 139) | int GetDriveType(String lpRootPathName); method MoveFileEx (line 193) | boolean MoveFileEx(String lpExistingFileName, String lpNewFileName, in... method GetVolumeInformation (line 278) | boolean GetVolumeInformation( method GetFileAttributes (line 306) | int GetFileAttributes(String fileName); class FindFileHandle (line 312) | final class FindFileHandle extends WinNT.HANDLE { method isValid (line 313) | public boolean isValid() { class WIN32_FIND_DATA (line 319) | class WIN32_FIND_DATA extends Structure { method getFieldOrder (line 347) | @Override method FindFirstFile (line 361) | FindFileHandle FindFirstFile(String fileName, WIN32_FIND_DATA findFile... method FindClose (line 373) | boolean FindClose(FindFileHandle hFindFile); FILE: src/main/java/com/mucommander/commons/file/util/OSXFileUtils.java class OSXFileUtils (line 38) | public class OSXFileUtils { method getSpotlightComment (line 61) | public static String getSpotlightComment(AbstractFile file) { FILE: src/main/java/com/mucommander/commons/file/util/PathTokenizer.java class PathTokenizer (line 39) | public class PathTokenizer implements Enumeration { method PathTokenizer (line 66) | public PathTokenizer(String path) { method PathTokenizer (line 78) | public PathTokenizer(String path, String separators, boolean reverseOr... method skipSeparators (line 116) | private void skipSeparators() { method hasMoreFilenames (line 136) | public boolean hasMoreFilenames() { method handleToken (line 140) | private void handleToken(String token) { method nextFilename (line 155) | public String nextFilename() throws NoSuchElementException { method getCurrentPath (line 179) | public String getCurrentPath() { method getLastSeparator (line 194) | public String getLastSeparator() { method hasMoreElements (line 206) | public boolean hasMoreElements() { method nextElement (line 213) | public String nextElement() throws NoSuchElementException { FILE: src/main/java/com/mucommander/commons/file/util/PathUtils.java class PathUtils (line 36) | public class PathUtils { class ResolvedDestination (line 45) | public static class ResolvedDestination { method ResolvedDestination (line 75) | private ResolvedDestination(AbstractFile destinationFile, int destin... method getDestinationFile (line 88) | public AbstractFile getDestinationFile() { method getDestinationFolder (line 104) | public AbstractFile getDestinationFolder() { method getDestinationType (line 125) | public int getDestinationType() { method resolveDestination (line 163) | public static ResolvedDestination resolveDestination(String destPath, ... method resolveDestination (line 231) | public static ResolvedDestination resolveDestination(String destPath, ... method removeLeadingSeparator (line 242) | public static String removeLeadingSeparator(String path) { method removeLeadingSeparator (line 258) | public static String removeLeadingSeparator(String path, String separa... method removeTrailingSeparator (line 272) | public static String removeTrailingSeparator(String path) { method removeTrailingSeparator (line 289) | public static String removeTrailingSeparator(String path, String separ... method pathEquals (line 313) | public static boolean pathEquals(String path1, String path2, String se... method getPathHashCode (line 349) | public static int getPathHashCode(String path, String separator) { method removeLeadingFragments (line 376) | public static String removeLeadingFragments(String path, String separa... method getDepth (line 419) | public static int getDepth(String path, String separator) { FILE: src/main/java/com/mucommander/commons/file/util/ResourceLoader.java class ResourceLoader (line 34) | public class ResourceLoader { method getDefaultClassLoader (line 46) | public static ClassLoader getDefaultClassLoader() { method getPackageResourceAsURL (line 69) | public static URL getPackageResourceAsURL(Package ppackage, String nam... method getPackageResourceAsURL (line 85) | public static URL getPackageResourceAsURL(Package ppackage, String nam... method getResourceAsURL (line 97) | public static URL getResourceAsURL(String path) { method getResourceAsURL (line 121) | public static URL getResourceAsURL(String path, ClassLoader classLoade... method getPackageResourceAsStream (line 167) | public static InputStream getPackageResourceAsStream(Package ppackage,... method getPackageResourceAsStream (line 182) | public static InputStream getPackageResourceAsStream(Package ppackage,... method getResourceAsStream (line 194) | public static InputStream getResourceAsStream(String path) { method getResourceAsStream (line 218) | public static InputStream getResourceAsStream(String path, ClassLoader... method getPackageResourceAsFile (line 235) | public static AbstractFile getPackageResourceAsFile(Package ppackage, ... method getPackageResourceAsFile (line 250) | public static AbstractFile getPackageResourceAsFile(Package ppackage, ... method getResourceAsFile (line 262) | public static AbstractFile getResourceAsFile(String path) { method getResourceAsFile (line 292) | public static AbstractFile getResourceAsFile(String path, ClassLoader ... method getRootPackageAsFile (line 326) | public static AbstractFile getRootPackageAsFile(Class aClass) { method getRelativePackagePath (line 352) | public static String getRelativePackagePath(Package ppackage) { method getRelativeClassPath (line 364) | public static String getRelativeClassPath(Class cclass) { method getJarFilePath (line 380) | private static String getJarFilePath(URL url) { method getLocalFilePath (line 403) | private static String getLocalFilePath(URL url) { method removeLeadingSlash (line 418) | private static String removeLeadingSlash(String path) { method normalizeUrlPath (line 429) | private static String normalizeUrlPath(String path) { method getDecodedURLPath (line 457) | private static String getDecodedURLPath(URL url) { FILE: src/main/java/com/mucommander/commons/file/util/Shell32.java class Shell32 (line 17) | public class Shell32 { method isAvailable (line 38) | public static boolean isAvailable() { method getInstance (line 50) | public static Shell32API getInstance() { FILE: src/main/java/com/mucommander/commons/file/util/Shell32API.java type Shell32API (line 19) | public interface Shell32API extends StdCallLibrary { class SHFILEOPSTRUCT (line 73) | class SHFILEOPSTRUCT extends Structure { method encodePaths (line 106) | public String encodePaths(String[] paths) { method getFieldOrder (line 117) | protected List getFieldOrder() { method SHFileOperation (line 134) | int SHFileOperation(SHFILEOPSTRUCT lpFileOp); method SHEmptyRecycleBin (line 160) | int SHEmptyRecycleBin(WinNT.HANDLE hwnd, String pszRootPath, int dwFla... class SHQUERYRBINFO (line 170) | class SHQUERYRBINFO extends Structure { method getFieldOrder (line 179) | @Override method SHQueryRecycleBin (line 200) | int SHQueryRecycleBin(String pszRootPath, SHQUERYRBINFO pSHQueryRBInfo); FILE: src/main/java/com/mucommander/commons/file/util/SymLinkUtils.java class SymLinkUtils (line 31) | public class SymLinkUtils { method getTargetPath (line 38) | public static String getTargetPath(AbstractFile symLink) { method createSymlink (line 52) | public static boolean createSymlink(AbstractFile symLink, String targe... method createSymlink (line 72) | public static void createSymlink(String symLink, String target) throws... method editSymlink (line 78) | public static boolean editSymlink(AbstractFile symLink, String target) { FILE: src/main/java/com/mucommander/commons/io/BinaryDetector.java class BinaryDetector (line 41) | public class BinaryDetector { method guessBinary (line 54) | public static boolean guessBinary(byte b[]) { method guessBinary (line 68) | private static boolean guessBinary(byte b[], int off, int len) { method guessBinary (line 124) | public static boolean guessBinary(InputStream in) throws IOException { method guessBinary (line 129) | public static boolean guessBinary(PushbackInputStream in) throws IOExc... FILE: src/main/java/com/mucommander/commons/io/BlockRandomInputStream.java class BlockRandomInputStream (line 38) | public abstract class BlockRandomInputStream extends RandomAccessInputSt... method BlockRandomInputStream (line 66) | protected BlockRandomInputStream(int blockSize) { method eofReached (line 77) | private boolean eofReached() throws IOException { method checkBuffer (line 87) | private void checkBuffer() throws IOException { method readBlock (line 98) | private void readBlock() throws IOException { method read (line 113) | @Override method read (line 128) | @Override method getOffset (line 147) | public long getOffset() { method seek (line 151) | public void seek(long newOffset) throws IOException { method readBlock (line 185) | protected abstract int readBlock(long fileOffset, byte block[], int bl... FILE: src/main/java/com/mucommander/commons/io/Bounded.java type Bounded (line 28) | public interface Bounded { method getAllowedBytes (line 37) | long getAllowedBytes(); method getProcessedBytes (line 44) | long getProcessedBytes(); method getRemainingBytes (line 53) | long getRemainingBytes(); FILE: src/main/java/com/mucommander/commons/io/BoundedInputStream.java class BoundedInputStream (line 40) | public class BoundedInputStream extends FilterInputStream implements Bou... method BoundedInputStream (line 60) | public BoundedInputStream(InputStream in, long allowedBytes, boolean t... method handleStreamOutOfBound (line 75) | protected int handleStreamOutOfBound() throws StreamOutOfBoundException { method getAllowedBytes (line 87) | public long getAllowedBytes() { method getProcessedBytes (line 91) | public synchronized long getProcessedBytes() { method getRemainingBytes (line 95) | public synchronized long getRemainingBytes() { method read (line 104) | @Override method read (line 115) | @Override method read (line 120) | @Override method skip (line 133) | @Override method available (line 146) | @Override method markSupported (line 158) | @Override method mark (line 167) | @Override method reset (line 176) | @Override FILE: src/main/java/com/mucommander/commons/io/BoundedOutputStream.java class BoundedOutputStream (line 32) | public class BoundedOutputStream extends FilteredOutputStream implements... method BoundedOutputStream (line 45) | public BoundedOutputStream(OutputStream out, long allowedBytes) { method getAllowedBytes (line 56) | public synchronized long getAllowedBytes() { method getProcessedBytes (line 60) | public synchronized long getProcessedBytes() { method getRemainingBytes (line 64) | public synchronized long getRemainingBytes() { method write (line 73) | @Override method write (line 82) | @Override method write (line 87) | @Override FILE: src/main/java/com/mucommander/commons/io/BoundedReader.java class BoundedReader (line 33) | public class BoundedReader extends FilterReader { method BoundedReader (line 47) | public BoundedReader(Reader reader, long allowedCharacters) { method BoundedReader (line 67) | public BoundedReader(Reader reader, long allowedCharacters, IOExceptio... method getAllowedCharacters (line 82) | public long getAllowedCharacters() { method getReadCounter (line 91) | public synchronized long getReadCounter() { method getRemainingCharacters (line 102) | public synchronized long getRemainingCharacters() { method read (line 111) | @Override method read (line 134) | @Override method skip (line 149) | @Override method markSupported (line 171) | @Override method mark (line 180) | @Override method reset (line 189) | @Override FILE: src/main/java/com/mucommander/commons/io/BufferPool.java class BufferPool (line 55) | public class BufferPool { method getByteArray (line 88) | public static synchronized byte[] getByteArray() { method getByteArray (line 106) | public static synchronized byte[] getByteArray(int length) { method getCharArray (line 116) | public static synchronized char[] getCharArray() { method getCharArray (line 134) | public static synchronized char[] getCharArray(int length) { method getByteBuffer (line 144) | public static synchronized ByteBuffer getByteBuffer() { method getByteBuffer (line 162) | public static synchronized ByteBuffer getByteBuffer(int capacity) { method getCharBuffer (line 173) | public static synchronized CharBuffer getCharBuffer() { method getCharBuffer (line 191) | public static synchronized CharBuffer getCharBuffer(int capacity) { method getBuffer (line 203) | public static synchronized Object getBuffer(BufferFactory factory) { method getBuffer (line 220) | public static synchronized Object getBuffer(BufferFactory factory, int... method releaseByteArray (line 255) | public static synchronized boolean releaseByteArray(byte[] buffer) { method releaseCharArray (line 271) | public static synchronized boolean releaseCharArray(char[] buffer) { method releaseByteBuffer (line 287) | public static synchronized boolean releaseByteBuffer(ByteBuffer buffer) { method releaseCharBuffer (line 303) | public static synchronized boolean releaseCharBuffer(CharBuffer buffer) { method releaseBuffer (line 321) | public static synchronized boolean releaseBuffer(Object buffer, Buffer... method containsBuffer (line 354) | public static boolean containsBuffer(Object buffer, BufferFactory fact... method getBufferCount (line 365) | public static int getBufferCount() { method getBufferCount (line 376) | public static int getBufferCount(BufferFactory factory) { method getDefaultBufferSize (line 395) | public static int getDefaultBufferSize() { method setDefaultBufferSize (line 404) | public static synchronized void setDefaultBufferSize(int bufferSize) { method getPoolSize (line 414) | public static long getPoolSize() { method getMaxPoolSize (line 427) | public static long getMaxPoolSize() { method setMaxPoolSize (line 438) | public static synchronized void setMaxPoolSize(long maxPoolSize) { class BufferContainer (line 445) | public static abstract class BufferContainer { method BufferContainer (line 455) | protected BufferContainer(Object buffer) { method getBuffer (line 464) | protected Object getBuffer() { method equals (line 471) | public boolean equals(Object o) { method getLength (line 481) | protected abstract int getLength(); method getSize (line 488) | protected abstract int getSize(); class BufferFactory (line 496) | public static abstract class BufferFactory { method matchesBufferClass (line 506) | public boolean matchesBufferClass(Class bufferClass) { method newBuffer (line 516) | public abstract Object newBuffer(int size); method newBufferContainer (line 524) | public abstract BufferContainer newBufferContainer(Object buffer); method getBufferClass (line 531) | public abstract Class getBufferClass(); class ByteArrayFactory (line 537) | public static class ByteArrayFactory extends BufferFactory { method newBuffer (line 538) | @Override method newBufferContainer (line 543) | @Override method getBufferClass (line 558) | @Override class CharArrayFactory (line 567) | public static class CharArrayFactory extends BufferFactory { method newBuffer (line 568) | @Override method newBufferContainer (line 573) | @Override method getBufferClass (line 588) | @Override class ByteBufferFactory (line 600) | public static class ByteBufferFactory extends BufferFactory { method newBuffer (line 601) | @Override method newBufferContainer (line 608) | @Override method getBufferClass (line 623) | @Override class CharBufferFactory (line 632) | public static class CharBufferFactory extends BufferFactory { method newBuffer (line 633) | @Override method newBufferContainer (line 638) | @Override method getBufferClass (line 653) | @Override method releaseAll (line 659) | public static synchronized void releaseAll() { FILE: src/main/java/com/mucommander/commons/io/BufferedRandomOutputStream.java class BufferedRandomOutputStream (line 32) | public class BufferedRandomOutputStream extends RandomAccessOutputStream { method BufferedRandomOutputStream (line 61) | public BufferedRandomOutputStream(RandomAccessOutputStream raos) { method BufferedRandomOutputStream (line 72) | public BufferedRandomOutputStream(RandomAccessOutputStream raos, int s... method flushBuffer (line 82) | private void flushBuffer() throws IOException { method write (line 96) | @Override method write (line 110) | @Override method write (line 131) | @Override method flush (line 155) | @Override method getOffset (line 161) | public synchronized long getOffset() throws IOException { method seek (line 166) | public synchronized void seek(long offset) throws IOException { method getLength (line 173) | public synchronized long getLength() throws IOException { method setLength (line 178) | @Override method close (line 191) | @Override FILE: src/main/java/com/mucommander/commons/io/ByteCounter.java class ByteCounter (line 32) | public class ByteCounter { method ByteCounter (line 44) | public ByteCounter() { method ByteCounter (line 54) | public ByteCounter(ByteCounter counter) { method getByteCount (line 63) | public synchronized long getByteCount() { method add (line 78) | public synchronized void add(long nbBytes) { method add (line 92) | public synchronized void add(ByteCounter counter, boolean resetAfter) { method reset (line 106) | public synchronized void reset() { FILE: src/main/java/com/mucommander/commons/io/ByteUtils.java class ByteUtils (line 26) | public class ByteUtils { method setBit (line 36) | public static int setBit(int i, int bit, boolean enabled) { method toHexString (line 53) | public static String toHexString(byte[] bytes) { FILE: src/main/java/com/mucommander/commons/io/ChecksumInputStream.java class ChecksumInputStream (line 32) | public class ChecksumInputStream extends DigestInputStream { method ChecksumInputStream (line 34) | public ChecksumInputStream(InputStream stream, MessageDigest digest) { method getChecksumBytes (line 44) | public byte[] getChecksumBytes() { method getChecksumString (line 53) | public String getChecksumString() { FILE: src/main/java/com/mucommander/commons/io/ChecksumOutputStream.java class ChecksumOutputStream (line 32) | public class ChecksumOutputStream extends DigestOutputStream { method ChecksumOutputStream (line 34) | public ChecksumOutputStream(OutputStream stream, MessageDigest digest) { method getChecksumBytes (line 44) | public byte[] getChecksumBytes() { method getChecksumString (line 53) | public String getChecksumString() { FILE: src/main/java/com/mucommander/commons/io/CounterInputStream.java class CounterInputStream (line 36) | public class CounterInputStream extends InputStream { method CounterInputStream (line 53) | public CounterInputStream(InputStream in) { method CounterInputStream (line 64) | public CounterInputStream(InputStream in, ByteCounter counter) { method getCounter (line 74) | public ByteCounter getCounter() { method setCountSkippedBytes (line 86) | public void setCountSkippedBytes(boolean countSkippedBytes) { method getCountSkippedBytes (line 94) | public boolean getCountSkippedBytes() { method read (line 98) | @Override method read (line 108) | @Override method read (line 117) | @Override method skip (line 126) | @Override method available (line 139) | @Override method close (line 145) | @Override method mark (line 151) | @Override method markSupported (line 157) | @Override method reset (line 163) | @Override FILE: src/main/java/com/mucommander/commons/io/CounterOutputStream.java class CounterOutputStream (line 35) | public class CounterOutputStream extends OutputStream { method CounterOutputStream (line 49) | public CounterOutputStream(OutputStream out) { method CounterOutputStream (line 60) | public CounterOutputStream(OutputStream out, ByteCounter counter) { method getCounter (line 70) | public ByteCounter getCounter() { method write (line 75) | @Override method write (line 81) | @Override method write (line 87) | @Override method flush (line 93) | @Override method close (line 98) | @Override FILE: src/main/java/com/mucommander/commons/io/EncodingDetector.java class EncodingDetector (line 73) | public class EncodingDetector { method detectEncoding (line 93) | public static String detectEncoding(byte[] bytes) { method detectEncoding (line 111) | public static String detectEncoding(byte[] bytes, int off, int len) { method getBestCharsetMatch (line 146) | @Nullable method detectEncoding (line 183) | public static String detectEncoding(InputStream in) throws IOException { method detectEncoding (line 194) | public static String detectEncoding(PushbackInputStream in) throws IOE... method getDetectableEncodings (line 212) | public static String[] getDetectableEncodings() { FILE: src/main/java/com/mucommander/commons/io/FailSafePipedInputStream.java class FailSafePipedInputStream (line 37) | public class FailSafePipedInputStream extends PipedInputStream { method FailSafePipedInputStream (line 43) | public FailSafePipedInputStream() { method FailSafePipedInputStream (line 47) | public FailSafePipedInputStream(int pipeSize) { method FailSafePipedInputStream (line 51) | public FailSafePipedInputStream(PipedOutputStream src) throws IOExcept... method FailSafePipedInputStream (line 55) | public FailSafePipedInputStream(PipedOutputStream src, int pipeSize) t... method setExternalFailure (line 66) | public void setExternalFailure(IOException failure) { method checkExternalFailure (line 83) | protected void checkExternalFailure() throws IOException { method read (line 90) | @Override method read (line 97) | @Override method read (line 104) | @Override method skip (line 112) | @Override method available (line 119) | @Override method close (line 126) | @Override FILE: src/main/java/com/mucommander/commons/io/FileTransferException.java class FileTransferException (line 29) | public class FileTransferException extends IOException { method FileTransferException (line 81) | public FileTransferException(int reason) { method FileTransferException (line 85) | public FileTransferException(int reason, Throwable cause) { method FileTransferException (line 89) | public FileTransferException(int reason, long bytesWritten) { method FileTransferException (line 93) | public FileTransferException(int reason, long bytesWritten, Throwable ... method getReason (line 99) | public int getReason() { method getBytesWritten (line 103) | public long getBytesWritten() { method toString (line 107) | public String toString() { FILE: src/main/java/com/mucommander/commons/io/FilterRandomAccessInputStream.java class FilterRandomAccessInputStream (line 31) | public class FilterRandomAccessInputStream extends RandomAccessInputStre... method FilterRandomAccessInputStream (line 36) | public FilterRandomAccessInputStream(RandomAccessInputStream rais) { method read (line 41) | @Override method read (line 46) | @Override method close (line 51) | @Override method getOffset (line 56) | public long getOffset() throws IOException { method getLength (line 60) | public long getLength() throws IOException { method seek (line 64) | public void seek(long offset) throws IOException { FILE: src/main/java/com/mucommander/commons/io/FilteredOutputStream.java class FilteredOutputStream (line 34) | public class FilteredOutputStream extends OutputStream { method FilteredOutputStream (line 44) | public FilteredOutputStream(OutputStream out) { method write (line 49) | @Override method write (line 55) | @Override method write (line 60) | @Override method flush (line 65) | @Override method close (line 70) | @Override FILE: src/main/java/com/mucommander/commons/io/FilteredRandomOutputStream.java class FilteredRandomOutputStream (line 31) | public class FilteredRandomOutputStream extends RandomAccessOutputStream { method FilteredRandomOutputStream (line 43) | public FilteredRandomOutputStream(RandomAccessOutputStream raos) { method write (line 52) | @Override method write (line 57) | @Override method write (line 62) | @Override method setLength (line 67) | @Override method getOffset (line 72) | public long getOffset() throws IOException { method getLength (line 76) | public long getLength() throws IOException { method seek (line 80) | public void seek(long offset) throws IOException { method flush (line 84) | @Override method close (line 89) | @Override FILE: src/main/java/com/mucommander/commons/io/FixedByteArrayOutputStream.java class FixedByteArrayOutputStream (line 36) | public class FixedByteArrayOutputStream extends OutputStream { method FixedByteArrayOutputStream (line 41) | public FixedByteArrayOutputStream(byte bytes[]) { method FixedByteArrayOutputStream (line 45) | public FixedByteArrayOutputStream(byte bytes[], int offset) { method write (line 55) | @Override method write (line 60) | @Override method write (line 65) | @Override FILE: src/main/java/com/mucommander/commons/io/MultiOutputStream.java class MultiOutputStream (line 34) | public class MultiOutputStream extends OutputStream { method MultiOutputStream (line 43) | public MultiOutputStream() { method addOutputStream (line 52) | public synchronized void addOutputStream(OutputStream out) { method removeOutputStream (line 62) | public synchronized void removeOutputStream(OutputStream out) { method containsOutputStream (line 72) | public synchronized boolean containsOutputStream(OutputStream out) { method enumOutputStream (line 82) | public synchronized Enumeration enumOutputStream() { method write (line 97) | @Override method write (line 110) | @Override method write (line 123) | @Override method flush (line 136) | @Override method close (line 149) | @Override FILE: src/main/java/com/mucommander/commons/io/RandomAccess.java type RandomAccess (line 28) | public interface RandomAccess { method close (line 36) | void close() throws IOException; method getOffset (line 44) | long getOffset() throws IOException; method getLength (line 52) | long getLength() throws IOException; method seek (line 63) | void seek(long offset) throws IOException; FILE: src/main/java/com/mucommander/commons/io/RandomAccessInputStream.java class RandomAccessInputStream (line 45) | public abstract class RandomAccessInputStream extends InputStream implem... method RandomAccessInputStream (line 56) | public RandomAccessInputStream() { method readFully (line 69) | public void readFully(byte b[]) throws IOException { method readFully (line 84) | public void readFully(byte b[], int off, int len) throws IOException { method skip (line 108) | @Override method available (line 141) | @Override method mark (line 153) | @Override method reset (line 167) | @Override method markSupported (line 175) | @Override method read (line 196) | @Override method close (line 205) | @Override FILE: src/main/java/com/mucommander/commons/io/RandomAccessOutputStream.java class RandomAccessOutputStream (line 34) | public abstract class RandomAccessOutputStream extends OutputStream impl... method RandomAccessOutputStream (line 39) | public RandomAccessOutputStream() { method write (line 53) | @Override method write (line 64) | @Override method setLength (line 82) | public abstract void setLength(long newLength) throws IOException; method close (line 90) | @Override FILE: src/main/java/com/mucommander/commons/io/RandomGeneratorInputStream.java class RandomGeneratorInputStream (line 38) | public class RandomGeneratorInputStream extends InputStream { method RandomGeneratorInputStream (line 44) | public RandomGeneratorInputStream() { method RandomGeneratorInputStream (line 48) | public RandomGeneratorInputStream(long seed) { method RandomGeneratorInputStream (line 52) | public RandomGeneratorInputStream(Random random) { method read (line 57) | @Override method read (line 63) | @Override method read (line 69) | @Override method available (line 81) | @Override FILE: src/main/java/com/mucommander/commons/io/SilenceableOutputStream.java class SilenceableOutputStream (line 33) | public class SilenceableOutputStream extends FilterOutputStream { method SilenceableOutputStream (line 46) | public SilenceableOutputStream(OutputStream out) { method SilenceableOutputStream (line 57) | public SilenceableOutputStream(OutputStream out, boolean silenced) { method setSilenced (line 71) | public void setSilenced(boolean silenced) { method isSilenced (line 84) | public boolean isSilenced() { method write (line 89) | @Override method write (line 97) | @Override method write (line 105) | @Override FILE: src/main/java/com/mucommander/commons/io/SinkOutputStream.java class SinkOutputStream (line 30) | public class SinkOutputStream extends OutputStream { method write (line 32) | @Override method write (line 39) | @Override method write (line 46) | @Override FILE: src/main/java/com/mucommander/commons/io/StreamOutOfBoundException.java class StreamOutOfBoundException (line 32) | public class StreamOutOfBoundException extends IOException { method StreamOutOfBoundException (line 34) | public StreamOutOfBoundException(long limit) { FILE: src/main/java/com/mucommander/commons/io/StreamUtils.java class StreamUtils (line 29) | public class StreamUtils { method copyStream (line 40) | public static long copyStream(InputStream in, OutputStream out) throws... method copyStream (line 54) | public static long copyStream(InputStream in, OutputStream out, int bu... method copyStream (line 69) | public static long copyStream(InputStream in, OutputStream out, int bu... method copyStream (line 101) | public static long copyStream(InputStream in, OutputStream out, byte[]... method transcode (line 151) | public static long transcode(InputStream in, String inCharset, OutputS... method transcode (line 174) | public static long transcode(InputStream in, String inCharset, OutputS... method fillWithConstant (line 231) | public static void fillWithConstant(OutputStream out, byte value, long... method fillWithConstant (line 245) | public static void fillWithConstant(OutputStream out, byte value, long... method copyChunk (line 279) | public static void copyChunk(RandomAccessInputStream rais, RandomAcces... method copyChunk (line 295) | public static void copyChunk(RandomAccessInputStream rais, RandomAcces... method readFully (line 325) | public static byte[] readFully(InputStream in, byte[] b) throws EOFExc... method readFully (line 344) | public static byte[] readFully(InputStream in, byte[] b, int off, int ... method skipFully (line 380) | public static void skipFully(InputStream in, long n) throws IOException { method sleepIfNoRead (line 402) | private static void sleepIfNoRead() { method readUpTo (line 416) | public static int readUpTo(InputStream in, byte[] b) throws IOException { method readUpTo (line 435) | public static int readUpTo(InputStream in, byte[] b, int off, int len)... method readUntilEOF (line 467) | public static void readUntilEOF(InputStream in) throws IOException { method readUntilEOF (line 479) | public static void readUntilEOF(InputStream in, int bufferSize) throws... FILE: src/main/java/com/mucommander/commons/io/ThroughputLimitInputStream.java class ThroughputLimitInputStream (line 48) | public class ThroughputLimitInputStream extends InputStream { method ThroughputLimitInputStream (line 68) | public ThroughputLimitInputStream(InputStream in) { method ThroughputLimitInputStream (line 80) | public ThroughputLimitInputStream(InputStream in, long bytesPerSecond) { method setThroughputLimit (line 99) | public void setThroughputLimit(long bytesPerSecond) { method setUnderlyingInputStream (line 117) | public void setUnderlyingInputStream(InputStream in) { method getNbAllowedBytes (line 136) | private int getNbAllowedBytes() { method updateLimitCounter (line 177) | private long updateLimitCounter() { method addToLimitCounter (line 196) | private void addToLimitCounter(long nbRead) { method read (line 207) | @Override method read (line 223) | @Override method read (line 228) | @Override method skip (line 246) | @Override method available (line 257) | @Override method close (line 262) | @Override method mark (line 267) | @Override method reset (line 272) | @Override method markSupported (line 277) | @Override FILE: src/main/java/com/mucommander/commons/io/base64/Base64Decoder.java class Base64Decoder (line 30) | public abstract class Base64Decoder { method decodeAsBytes (line 39) | public static byte[] decodeAsBytes(String s) throws IOException { method decodeAsBytes (line 52) | public static byte[] decodeAsBytes(String s, Base64Table table) throws... method decode (line 82) | public static String decode(String s, String encoding, Base64Table tab... method decode (line 102) | public static String decode(String s) throws IOException { FILE: src/main/java/com/mucommander/commons/io/base64/Base64Encoder.java class Base64Encoder (line 32) | public abstract class Base64Encoder { method encode (line 40) | public static String encode(byte[] b) { method encode (line 52) | public static String encode(byte[] b, Base64Table table) { method encode (line 64) | public static String encode(byte[] b, int off, int len) { method encode (line 77) | public static String encode(byte[] b, int off, int len, Base64Table ta... method encode (line 98) | public static String encode(String s) { method encode (line 117) | public static String encode(String s, String encoding, Base64Table tab... FILE: src/main/java/com/mucommander/commons/io/base64/Base64InputStream.java class Base64InputStream (line 32) | public class Base64InputStream extends InputStream { method Base64InputStream (line 62) | public Base64InputStream(InputStream in) { method Base64InputStream (line 73) | public Base64InputStream(InputStream in, Base64Table table) { method read (line 80) | @Override FILE: src/main/java/com/mucommander/commons/io/base64/Base64OutputStream.java class Base64OutputStream (line 32) | public class Base64OutputStream extends OutputStream { method Base64OutputStream (line 127) | public Base64OutputStream(OutputStream out, boolean insertLineBreaks) { method Base64OutputStream (line 139) | public Base64OutputStream(OutputStream out, boolean insertLineBreaks, ... method writePadding (line 152) | public void writePadding() throws IOException { method write (line 183) | @Override method close (line 211) | @Override FILE: src/main/java/com/mucommander/commons/io/base64/Base64Table.java class Base64Table (line 35) | class Base64Table { method createTable (line 68) | public static Base64Table createTable(byte char62, byte char63, byte p... method Base64Table (line 94) | public Base64Table(byte[] table, byte paddingChar) throws IllegalArgum... method getEncodingTable (line 133) | byte[] getEncodingTable() { method getDecodingTable (line 143) | int[] getDecodingTable() { method getPaddingChar (line 152) | byte getPaddingChar() { FILE: src/main/java/com/mucommander/commons/io/bom/BOM.java class BOM (line 30) | public class BOM { method BOM (line 49) | BOM(byte[] signature, String encoding, String[] aliases) { method getSignature (line 60) | public byte[] getSignature() { method getEncoding (line 69) | public String getEncoding() { method getAliases (line 78) | public String[] getAliases() { method sigStartsWith (line 88) | public boolean sigStartsWith(byte[] bytes) { method sigEquals (line 109) | public boolean sigEquals(byte[] bytes) { method getInstance (line 130) | public static BOM getInstance(String encoding) { method equals (line 162) | @Override method toString (line 172) | @Override FILE: src/main/java/com/mucommander/commons/io/bom/BOMConstants.java type BOMConstants (line 26) | public interface BOMConstants { FILE: src/main/java/com/mucommander/commons/io/bom/BOMInputStream.java class BOMInputStream (line 52) | public class BOMInputStream extends InputStream implements BOMConstants { method BOMInputStream (line 91) | public BOMInputStream(InputStream in) throws IOException { method startsWith (line 142) | private static boolean startsWith(byte[] b1, byte[] b2) { method getBOM (line 164) | public BOM getBOM() { method read (line 169) | @Override method read (line 178) | @Override method read (line 183) | @Override method close (line 197) | @Override FILE: src/main/java/com/mucommander/commons/io/bom/BOMReader.java class BOMReader (line 40) | public class BOMReader extends InputStreamReader { method BOMReader (line 50) | public BOMReader(InputStream in) throws IOException { method BOMReader (line 63) | public BOMReader(InputStream in, String defaultEncoding) throws IOExce... method BOMReader (line 76) | public BOMReader(BOMInputStream bomIn, String defaultEncoding) throws ... FILE: src/main/java/com/mucommander/commons/io/bom/BOMWriter.java class BOMWriter (line 32) | public class BOMWriter extends OutputStreamWriter { method BOMWriter (line 52) | public BOMWriter(OutputStream out, BOM bom) throws UnsupportedEncoding... method BOMWriter (line 71) | public BOMWriter(OutputStream out, String encoding) throws Unsupported... method BOMWriter (line 84) | protected BOMWriter(OutputStream out, String encoding, BOM bom) throws... method checkWriteBOM (line 96) | protected void checkWriteBOM() throws IOException { method write (line 107) | @Override method write (line 113) | @Override method write (line 119) | @Override FILE: src/main/java/com/mucommander/commons/io/compound/CompoundInputStream.java class CompoundInputStream (line 45) | public abstract class CompoundInputStream extends InputStream { method CompoundInputStream (line 66) | public CompoundInputStream(boolean merged) { method isMerged (line 84) | public boolean isMerged() { method getCurrentInputStream (line 94) | public InputStream getCurrentInputStream() { method closeCurrentInputStream (line 103) | public void closeCurrentInputStream() throws IOException { method advanceInputStream (line 119) | public boolean advanceInputStream() throws IOException { method checkStream (line 161) | private boolean checkStream() throws IOException { method getNextInputStream (line 185) | public abstract InputStream getNextInputStream() throws IOException; method read (line 195) | @Override method read (line 208) | @Override method read (line 222) | @Override method skip (line 254) | @Override method close (line 282) | @Override method available (line 296) | @Override method mark (line 307) | @Override method reset (line 321) | @Override method markSupported (line 330) | @Override FILE: src/main/java/com/mucommander/commons/io/compound/CompoundReader.java class CompoundReader (line 45) | public abstract class CompoundReader extends Reader { method CompoundReader (line 66) | public CompoundReader(boolean merged) { method isMerged (line 84) | public boolean isMerged() { method getCurrentReader (line 94) | public Reader getCurrentReader() { method closeCurrentReader (line 103) | public void closeCurrentReader() throws IOException { method advanceReader (line 119) | public boolean advanceReader() throws IOException { method checkReader (line 161) | private boolean checkReader() throws IOException { method getNextReader (line 185) | public abstract Reader getNextReader() throws IOException; method read (line 195) | @Override method read (line 208) | @Override method read (line 222) | @Override method skip (line 254) | @Override method close (line 282) | @Override method ready (line 296) | @Override method mark (line 304) | @Override method reset (line 313) | @Override method markSupported (line 322) | @Override FILE: src/main/java/com/mucommander/commons/io/compound/IteratorCompoundInputStream.java class IteratorCompoundInputStream (line 29) | public class IteratorCompoundInputStream extends CompoundInputStream { method IteratorCompoundInputStream (line 43) | public IteratorCompoundInputStream(Iterator inp... method getNextInputStream (line 54) | @Override FILE: src/main/java/com/mucommander/commons/io/compound/IteratorCompoundReader.java class IteratorCompoundReader (line 29) | public class IteratorCompoundReader extends CompoundReader { method IteratorCompoundReader (line 43) | public IteratorCompoundReader(Iterator readerIterato... method getNextReader (line 54) | @Override FILE: src/main/java/com/mucommander/commons/io/security/Adler32MessageDigest.java class Adler32MessageDigest (line 29) | public class Adler32MessageDigest extends ChecksumMessageDigest { method Adler32MessageDigest (line 31) | public Adler32MessageDigest() { method getAlgorithmName (line 40) | protected static String getAlgorithmName() { FILE: src/main/java/com/mucommander/commons/io/security/CRC32MessageDigest.java class CRC32MessageDigest (line 29) | public class CRC32MessageDigest extends ChecksumMessageDigest { method CRC32MessageDigest (line 31) | public CRC32MessageDigest() { method getAlgorithmName (line 40) | protected static String getAlgorithmName() { FILE: src/main/java/com/mucommander/commons/io/security/ChecksumMessageDigest.java class ChecksumMessageDigest (line 30) | public class ChecksumMessageDigest extends MessageDigest { method ChecksumMessageDigest (line 42) | public ChecksumMessageDigest(Checksum checksum, String algorithm) { method engineReset (line 56) | @Override method engineUpdate (line 64) | @Override method engineUpdate (line 72) | @Override method engineDigest (line 80) | @Override FILE: src/main/java/com/mucommander/commons/io/security/MuProvider.java class MuProvider (line 33) | public class MuProvider extends Provider { method MuProvider (line 38) | private MuProvider() { method registerProvider (line 48) | public static void registerProvider() { FILE: src/main/java/com/mucommander/commons/runtime/ComparableRuntimeProperty.java type ComparableRuntimeProperty (line 26) | public interface ComparableRuntimeProperty { method isCurrentOrLower (line 34) | boolean isCurrentOrLower(); method isCurrentLower (line 42) | boolean isCurrentLower(); method isCurrentOrHigher (line 50) | boolean isCurrentOrHigher(); method isCurrentHigher (line 58) | boolean isCurrentHigher(); FILE: src/main/java/com/mucommander/commons/runtime/JavaVersion.java type JavaVersion (line 32) | public enum JavaVersion implements ComparableRuntimeProperty { method JavaVersion (line 79) | JavaVersion(String stringRepresentation) { method isAmd64Architecture (line 89) | public static boolean isAmd64Architecture() { method getCurrent (line 98) | public static JavaVersion getCurrent() { method getRawSystemProperty (line 107) | public static String getRawSystemProperty() { method parseSystemProperty (line 117) | static JavaVersion parseSystemProperty(String s) { method isCurrent (line 156) | public boolean isCurrent() { method isCurrentOrLower (line 161) | @Override method isCurrentLower (line 166) | @Override method isCurrentOrHigher (line 171) | @Override method isCurrentHigher (line 176) | @Override method toString (line 181) | @Override FILE: src/main/java/com/mucommander/commons/runtime/OsFamily.java type OsFamily (line 31) | public enum OsFamily { method OsFamily (line 65) | OsFamily(String stringRepresentation) { method OsFamily (line 69) | OsFamily(String stringRepresentation, boolean isCaseSensitiveFilesyste... method getCurrent (line 80) | public static OsFamily getCurrent() { method isUnixBased (line 101) | public boolean isUnixBased() { method getRawSystemProperty (line 118) | public static String getRawSystemProperty() { method getRawOsArch (line 122) | public static String getRawOsArch() { method isAarch64 (line 126) | public static boolean isAarch64() { method isAmd64 (line 130) | public static boolean isAmd64() { method parseSystemProperty (line 140) | static OsFamily parseSystemProperty(String osNameProp) { method isCurrent (line 186) | public boolean isCurrent() { method toString (line 191) | @Override method isCaseSensitiveFilesystem (line 197) | public boolean isCaseSensitiveFilesystem() { method getLogger (line 201) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/commons/runtime/OsVersion.java type OsVersion (line 34) | public enum OsVersion implements ComparableRuntimeProperty { method OsVersion (line 128) | OsVersion(String stringRepresentation) { method getCurrent (line 138) | public static OsVersion getCurrent() { method getRawSystemProperty (line 147) | public static String getRawSystemProperty() { method parseSystemProperty (line 159) | static OsVersion parseSystemProperty(String osVersionProp, String osNa... method isCurrent (line 235) | public boolean isCurrent() { method isCurrentOrLower (line 239) | @Override method isCurrentLower (line 244) | @Override method isCurrentOrHigher (line 249) | @Override method isCurrentHigher (line 254) | @Override method toString (line 259) | @Override FILE: src/main/java/com/mucommander/commons/util/BufferOverflowException.java class BufferOverflowException (line 29) | public class BufferOverflowException extends IOException { method BufferOverflowException (line 41) | public BufferOverflowException(){ method BufferOverflowException (line 52) | public BufferOverflowException(String msg){ FILE: src/main/java/com/mucommander/commons/util/CircularByteBuffer.java class CircularByteBuffer (line 39) | public class CircularByteBuffer { method clear (line 148) | public void clear(){ method getOutputStream (line 173) | public OutputStream getOutputStream(){ method getInputStream (line 188) | public InputStream getInputStream(){ method getAvailable (line 204) | public int getAvailable(){ method getSpaceLeft (line 223) | public int getSpaceLeft(){ method getSize (line 241) | public int getSize(){ method resize (line 252) | private void resize() { method spaceLeft (line 279) | private int spaceLeft() { method available (line 295) | private int available() { method marked (line 311) | private int marked() { method ensureMark (line 328) | private void ensureMark() { method CircularByteBuffer (line 342) | public CircularByteBuffer(){ method CircularByteBuffer (line 363) | public CircularByteBuffer(int size){ method CircularByteBuffer (line 377) | public CircularByteBuffer(boolean blockingWrite){ method CircularByteBuffer (line 400) | public CircularByteBuffer(int size, boolean blockingWrite) { class CircularByteBufferInputStream (line 416) | protected class CircularByteBufferInputStream extends InputStream { method available (line 428) | @Override public int available() throws IOException { method close (line 446) | @Override public void close() throws IOException { method mark (line 465) | @Override public void mark(int readAheadLimit) { method markSupported (line 482) | @Override public boolean markSupported() { method read (line 497) | @Override public int read() throws IOException { method read (line 534) | @Override public int read(byte[] cbuf) throws IOException { method read (line 552) | @Override public int read(byte[] cbuf, int off, int len) throws IOEx... method reset (line 597) | @Override public void reset() throws IOException { method skip (line 618) | @Override public long skip(long n) throws IOException, IllegalArgume... class CircularByteBufferOutputStream (line 658) | protected class CircularByteBufferOutputStream extends OutputStream { method close (line 672) | @Override public void close() throws IOException { method flush (line 688) | @Override public void flush() throws IOException { method write (line 709) | @Override public void write(byte[] cbuf) throws IOException { method write (line 728) | @Override public void write(byte[] cbuf, int off, int len) throws IO... method write (line 788) | @Override public void write(int c) throws IOException { FILE: src/main/java/com/mucommander/commons/util/Pair.java class Pair (line 29) | public class Pair { method Pair (line 40) | public Pair() { } method Pair (line 48) | public Pair(FIRST first, SECOND second) { FILE: src/main/java/com/mucommander/commons/util/StringUtils.java class StringUtils (line 28) | public final class StringUtils { method StringUtils (line 35) | private StringUtils() { method endsWithIgnoreCase (line 52) | public static boolean endsWithIgnoreCase(String a, String b) { method matchesIgnoreCase (line 72) | public static boolean matchesIgnoreCase(String a, String b, int posA) { method containsIgnoreCase (line 118) | public static boolean containsIgnoreCase(String str, String searchStr,... method endsWithIgnoreCase (line 143) | public static boolean endsWithIgnoreCase(String a, char[] b) { method matchesIgnoreCase (line 163) | public static boolean matchesIgnoreCase(String a, char[] b, int posA) { method endsWith (line 192) | public static boolean endsWith(String a, char[] b) { method matches (line 203) | public static boolean matches(String a, char[] b, int posA) { method startsWithIgnoreCase (line 226) | public static boolean startsWithIgnoreCase(String a, String b) { method equals (line 244) | public static boolean equals(String s1, String s2, Locale locale) { method equals (line 262) | public static boolean equals(String s1, String s2, boolean caseSensiti... method parseIntDef (line 278) | public static int parseIntDef(String s, int def) { method capitalize (line 293) | public static String capitalize(String s) { method flatten (line 313) | public static String flatten(String[] s) { method flatten (line 328) | public static String flatten(String[] s, String separator) { method isNullOrEmpty (line 359) | public static boolean isNullOrEmpty(String string) { method isNullOrBlank (line 372) | public static boolean isNullOrBlank(String string) { method isNumber (line 376) | public static boolean isNumber(String string) { FILE: src/main/java/com/mucommander/conf/TcConfigurationFile.java class TcConfigurationFile (line 38) | abstract class TcConfigurationFile implements ConfigurationSource { method TcConfigurationFile (line 52) | TcConfigurationFile(String path, String defaultFilename) throws FileNo... method getConfigurationFile (line 67) | private synchronized AbstractFile getConfigurationFile() throws IOExce... method setConfigurationFile (line 80) | private synchronized void setConfigurationFile(String path) throws Fil... method setConfigurationFile (line 94) | private synchronized void setConfigurationFile(File file) throws FileN... method setConfigurationFile (line 103) | private synchronized void setConfigurationFile(AbstractFile file) thro... method getReader (line 118) | @Override method getWriter (line 129) | @Override method isExists (line 136) | @Override FILE: src/main/java/com/mucommander/conf/TcConfigurations.java class TcConfigurations (line 34) | public class TcConfigurations { method getPreferences (line 41) | public static TcPreferencesAPI getPreferences() { method loadPreferences (line 45) | public static void loadPreferences() throws IOException, Configuration... method savePreferences (line 49) | public static void savePreferences() throws IOException, Configuration... method setPreferencesFile (line 53) | public static void setPreferencesFile(String path) throws FileNotFound... method isPreferencesFileExists (line 57) | public static boolean isPreferencesFileExists() throws IOException { method addPreferencesListener (line 61) | public static void addPreferencesListener(ConfigurationListener listen... method removePreferencesListener (line 65) | public static void removePreferencesListener(ConfigurationListener lis... method getSnapshot (line 69) | public static Configuration getSnapshot() { method loadSnapshot (line 73) | public static void loadSnapshot() throws IOException, ConfigurationExc... method saveSnapshot (line 77) | public static void saveSnapshot() throws IOException, ConfigurationExc... FILE: src/main/java/com/mucommander/conf/TcPreference.java type TcPreference (line 25) | public enum TcPreference { method TcPreference (line 109) | TcPreference(String label) { method toString (line 113) | @Override FILE: src/main/java/com/mucommander/conf/TcPreferences.java class TcPreferences (line 40) | public class TcPreferences implements TcPreferencesAPI { method TcPreferences (line 448) | TcPreferences() { method read (line 462) | void read() throws IOException, ConfigurationException { method write (line 491) | void write() throws IOException, ConfigurationException { method addConfigurationListener (line 519) | void addConfigurationListener(ConfigurationListener listener) {configu... method removeConfigurationListener (line 526) | void removeConfigurationListener(ConfigurationListener listener) {conf... method setConfigurationFile (line 536) | void setConfigurationFile(String file) throws FileNotFoundException { method isFileExists (line 545) | boolean isFileExists() throws IOException { method setVariable (line 552) | @Override method setVariable (line 557) | @Override method setVariable (line 562) | @Override method setVariable (line 567) | @Override method setVariable (line 572) | @Override method setVariable (line 577) | @Override method setVariable (line 582) | @Override method getVariable (line 587) | @Override method getVariable (line 592) | @Override method getVariable (line 597) | @Override method getVariable (line 602) | @Override method getVariable (line 607) | @Override method getVariable (line 612) | @Override method getVariable (line 617) | @Override method getVariable (line 622) | @Override method getListVariable (line 627) | @Override method getBooleanVariable (line 632) | @Override method getVariable (line 637) | @Override method isVariableSet (line 642) | @Override method removeVariable (line 647) | @Override FILE: src/main/java/com/mucommander/conf/TcPreferencesAPI.java type TcPreferencesAPI (line 29) | public interface TcPreferencesAPI { method setVariable (line 30) | boolean setVariable(TcPreference preference, String value); method setVariable (line 31) | boolean setVariable(TcPreference preference, int value); method setVariable (line 32) | boolean setVariable(TcPreference preference, List value, Strin... method setVariable (line 33) | boolean setVariable(TcPreference preference, float value); method setVariable (line 34) | boolean setVariable(TcPreference preference, boolean value); method setVariable (line 35) | boolean setVariable(TcPreference preference, long value); method setVariable (line 36) | boolean setVariable(TcPreference preference, double value); method getVariable (line 38) | String getVariable(TcPreference preference); method getVariable (line 39) | String getVariable(TcPreference preference, String value); method getVariable (line 40) | int getVariable(TcPreference preference, int value); method getVariable (line 41) | List getVariable(TcPreference preference, List value, ... method getVariable (line 42) | float getVariable(TcPreference preference, float value); method getVariable (line 43) | boolean getVariable(TcPreference preference, boolean value); method getVariable (line 44) | long getVariable(TcPreference preference, long value); method getVariable (line 45) | double getVariable(TcPreference preference, double value); method getListVariable (line 46) | ValueList getListVariable(TcPreference preference, String separator); method getBooleanVariable (line 49) | boolean getBooleanVariable(String name); method getVariable (line 50) | String getVariable(String name); method isVariableSet (line 52) | boolean isVariableSet(TcPreference preference); method removeVariable (line 54) | String removeVariable(String name); FILE: src/main/java/com/mucommander/conf/TcPreferencesFile.java class TcPreferencesFile (line 27) | class TcPreferencesFile extends TcConfigurationFile { method getPreferencesFile (line 31) | static TcPreferencesFile getPreferencesFile(String path) throws FileNo... method getPreferencesFile (line 35) | static TcPreferencesFile getPreferencesFile() { method TcPreferencesFile (line 44) | private TcPreferencesFile(String path) throws FileNotFoundException { FILE: src/main/java/com/mucommander/conf/TcSnapshot.java class TcSnapshot (line 54) | public class TcSnapshot { method getSelectedWindow (line 187) | public static String getSelectedWindow() { method getWindowsCount (line 191) | public static String getWindowsCount() { method getWindowSection (line 201) | private static String getWindowSection(int index) { method getWindowPropertiesSection (line 211) | private static String getWindowPropertiesSection(int window) { method getX (line 221) | public static String getX(int window) { method getY (line 231) | public static String getY(int window) { method getWidth (line 241) | public static String getWidth(int window) { method getHeight (line 251) | public static String getHeight(int window) { method getSplitOrientation (line 261) | public static String getSplitOrientation(int window) { method getFolderPanelSection (line 273) | private static String getFolderPanelSection(int window, boolean left) { method getTreeSection (line 285) | private static String getTreeSection(int window, boolean left) { method getTreeVisiblityVariable (line 297) | public static String getTreeVisiblityVariable(int window, boolean left) { method getTreeWidthVariable (line 309) | public static String getTreeWidthVariable(int window, boolean left) { method getFileTableSection (line 321) | private static String getFileTableSection(int window, boolean left) { method getFileTableSortSection (line 333) | private static String getFileTableSortSection(int window, boolean left) { method getFileTableSortByVariable (line 345) | public static String getFileTableSortByVariable(int window, boolean le... method getFileTableSortOrderVariable (line 357) | public static String getFileTableSortOrderVariable(int window, boolean... method getColumnSection (line 370) | private static String getColumnSection(int window, Column column, bool... method getShowColumnVariable (line 383) | public static String getShowColumnVariable(int window, Column column, ... method getColumnWidthVariable (line 396) | public static String getColumnWidthVariable(int window, Column column,... method getColumnPositionVariable (line 409) | public static String getColumnPositionVariable(int window, Column colu... method getTabsSection (line 422) | private static String getTabsSection(int window, boolean left) { method getTabsCountVariable (line 434) | public static String getTabsCountVariable(int window, boolean left) { method getTabsSelectionVariable (line 446) | public static String getTabsSelectionVariable(int window, boolean left) { method getTabSection (line 458) | private static String getTabSection(int window, boolean left, int inde... method getTabLocationVariable (line 471) | public static String getTabLocationVariable(int window, boolean left, ... method getTabTitleVariable (line 484) | public static String getTabTitleVariable(int window, boolean left, int... method getTabLockedVariable (line 498) | public static String getTabLockedVariable(int window, boolean left, in... method getRecentLocationsSection (line 507) | private static String getRecentLocationsSection() { method getRecentLocationsCountVariable (line 516) | public static String getRecentLocationsCountVariable() { method getRecentLocationVariable (line 526) | public static String getRecentLocationVariable(int index) { method TcSnapshot (line 540) | TcSnapshot() { method getScreenSize (line 549) | public static Dimension getScreenSize() { method getConfiguration (line 570) | Configuration getConfiguration() { method read (line 584) | void read() throws IOException, ConfigurationException { method write (line 594) | void write() throws IOException, ConfigurationException { method setTextPresenterProperties (line 625) | private void setTextPresenterProperties() { method setFrameAttributes (line 631) | private void setFrameAttributes(MainFrame mainFrame, int index) { method setPanelAttributes (line 643) | private void setPanelAttributes(int index, boolean isLeft, FolderPanel... method setGlobalHistory (line 652) | private void setGlobalHistory() { method setTabsAttributes (line 663) | private void setTabsAttributes(int index, boolean isLeft, FileTableTab... method setTableAttributes (line 685) | private void setTableAttributes(int index, boolean isLeft, FileTable t... method setTreeAttributes (line 711) | private void setTreeAttributes(int index, boolean isLeft, FolderPanel ... method setWindowAttributes (line 716) | private void setWindowAttributes(int index, MainFrame currentMainFrame) { method getLogger (line 729) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/conf/TcSnapshotFile.java class TcSnapshotFile (line 27) | class TcSnapshotFile extends TcConfigurationFile { method getSnapshotFile (line 31) | static TcSnapshotFile getSnapshotFile() { method TcSnapshotFile (line 40) | private TcSnapshotFile() throws FileNotFoundException { FILE: src/main/java/com/mucommander/conf/VersionedXmlConfigurationReader.java class VersionedXmlConfigurationReader (line 28) | public class VersionedXmlConfigurationReader extends XmlConfigurationRea... method getVersion (line 44) | public String getVersion() { method startElement (line 53) | @Override FILE: src/main/java/com/mucommander/conf/VersionedXmlConfigurationReaderFactory.java class VersionedXmlConfigurationReaderFactory (line 27) | public class VersionedXmlConfigurationReaderFactory implements Configura... method getReaderInstance (line 28) | @Override FILE: src/main/java/com/mucommander/conf/VersionedXmlConfigurationWriter.java class VersionedXmlConfigurationWriter (line 32) | class VersionedXmlConfigurationWriter extends XmlConfigurationWriter { method VersionedXmlConfigurationWriter (line 38) | public VersionedXmlConfigurationWriter(Writer out, String rootElementN... method startConfiguration (line 42) | @Override FILE: src/main/java/com/mucommander/conf/VersionedXmlConfigurationWriterFactory.java class VersionedXmlConfigurationWriterFactory (line 29) | class VersionedXmlConfigurationWriterFactory extends ConfigurationWriter... method VersionedXmlConfigurationWriterFactory (line 36) | public VersionedXmlConfigurationWriterFactory(String rootElementName) { method getWriterInstance (line 40) | @Override FILE: src/main/java/com/mucommander/core/FolderChangeMonitor.java class FolderChangeMonitor (line 56) | public class FolderChangeMonitor implements Runnable, WindowListener, Lo... method accept (line 120) | public boolean accept(AbstractFile file) { method addDisableAutoRefreshFilter (line 134) | public static void addDisableAutoRefreshFilter(FileFilter filter) { method FolderChangeMonitor (line 138) | public FolderChangeMonitor(FolderPanel folderPanel) { method run (line 164) | public void run() { method checkForMonitor (line 196) | private void checkForMonitor(FolderChangeMonitor monitor) { method calcWaitBeforeCheckTime (line 221) | private long calcWaitBeforeCheckTime(FolderChangeMonitor monitor, bool... method stop (line 235) | public void stop() { method setPaused (line 245) | public void setPaused(boolean paused) { method updateFolderInfo (line 263) | private void updateFolderInfo(AbstractFile folder) { method checkAndRefresh (line 279) | private synchronized boolean checkAndRefresh() { method locationChanging (line 323) | @Override method locationChanged (line 328) | @Override method locationCancelled (line 336) | @Override method locationFailed (line 341) | @Override method windowActivated (line 347) | @Override method windowDeactivated (line 350) | @Override method windowIconified (line 353) | @Override method windowDeiconified (line 356) | @Override method windowOpened (line 359) | @Override method windowClosing (line 362) | @Override method windowClosed (line 365) | @Override method addFileToRefresh (line 376) | public static void addFileToRefresh(String path) { FILE: src/main/java/com/mucommander/core/GlobalLocationHistory.java class GlobalLocationHistory (line 49) | public class GlobalLocationHistory extends LocationAdapter { method GlobalLocationHistory (line 64) | private GlobalLocationHistory() { method getInstance (line 86) | public static GlobalLocationHistory getInstance() { method getHistory (line 99) | public List getHistory() { method historyContains (line 106) | boolean historyContains(FileURL folderURL) { method locationChanged (line 114) | public void locationChanged(LocationEvent locationEvent) { FILE: src/main/java/com/mucommander/core/LocalLocationHistory.java class LocalLocationHistory (line 43) | public class LocalLocationHistory { method LocalLocationHistory (line 75) | public LocalLocationHistory(FolderPanel folderPanel) { method tryToAddToHistory (line 86) | public void tryToAddToHistory(FileURL folderURL) { method addToHistory (line 106) | private void addToHistory(FileURL folderURL) { method goBack (line 130) | public synchronized void goBack() { method goForward (line 142) | public synchronized void goForward() { method hasBackFolder (line 155) | public boolean hasBackFolder() { method hasForwardFolder (line 163) | public boolean hasForwardFolder() { method getBackFolders (line 174) | public FileURL[] getBackFolders() { method getForwardFolders (line 197) | public FileURL[] getForwardFolders() { method historyContains (line 219) | public boolean historyContains(FileURL folderURL) { FILE: src/main/java/com/mucommander/core/LocationChanger.java class LocationChanger (line 48) | public class LocationChanger { method LocationChanger (line 73) | public LocationChanger(MainFrame mainFrame, FolderPanel folderPanel, L... method tryChangeCurrentFolderInternal (line 86) | public void tryChangeCurrentFolderInternal(final FileURL folderURL, Ru... method restoreDefaultCursor (line 109) | private void restoreDefaultCursor() { method showWaitCursor (line 113) | private void showWaitCursor() { method getWorkableLocation (line 124) | private AbstractFile getWorkableLocation(FileURL folderURL) { method tryChangeCurrentFolder (line 150) | public ChangeFolderThread tryChangeCurrentFolder(AbstractFile folder, ... method tryChangeCurrentFolder (line 175) | public ChangeFolderThread tryChangeCurrentFolder(AbstractFile folder, ... method tryChangeCurrentFolder (line 214) | public ChangeFolderThread tryChangeCurrentFolder(String folderPath) { method tryChangeCurrentFolder (line 237) | public ChangeFolderThread tryChangeCurrentFolder(FileURL folderURL) { method tryChangeCurrentFolder (line 241) | public ChangeFolderThread tryChangeCurrentFolder(FileURL folderURL, bo... method tryChangeCurrentFolder (line 261) | public ChangeFolderThread tryChangeCurrentFolder(FileURL folderURL, Cr... method isChangeFolderThreadAlreadyTakingPlace (line 283) | private boolean isChangeFolderThreadAlreadyTakingPlace() { method tryRefreshCurrentFolder (line 297) | public ChangeFolderThread tryRefreshCurrentFolder() { method tryRefreshCurrentFolder (line 315) | public ChangeFolderThread tryRefreshCurrentFolder(AbstractFile selectT... method setCurrentFolder (line 331) | private void setCurrentFolder(AbstractFile folder, AbstractFile fileTo... method getLastFolderChangeTime (line 344) | public long getLastFolderChangeTime() { method getChangeFolderThread (line 355) | public ChangeFolderThread getChangeFolderThread() { method isFolderChanging (line 365) | public boolean isFolderChanging() { method showFailedToReadFolderDialog (line 369) | private void showFailedToReadFolderDialog() { method showFolderDoesNotExistDialog (line 378) | private void showFolderDoesNotExistDialog() { method showAccessErrorDialog (line 390) | private void showAccessErrorDialog(Exception e) { method popAuthDialog (line 408) | private AuthDialog popAuthDialog(FileURL fileURL, boolean authFailed, ... method showDownloadDialog (line 421) | private void showDownloadDialog(AbstractFile file) { method getWorkableFolder (line 437) | private AbstractFile getWorkableFolder(AbstractFile folder) { class ChangeFolderThread (line 469) | public class ChangeFolderThread extends Thread { method ChangeFolderThread (line 495) | ChangeFolderThread(AbstractFile folder, boolean findWorkableFolder, ... method ChangeFolderThread (line 511) | ChangeFolderThread(FileURL folderURL, CredentialsMapping credentials... method selectThisFileAfter (line 524) | void selectThisFileAfter(AbstractFile fileToSelect) { method followCanonicalPath (line 538) | private boolean followCanonicalPath(AbstractFile file) { method tryKill (line 562) | public boolean tryKill() { method start (line 604) | @Override method run (line 613) | @Override method processFile (line 833) | private boolean processFile(AbstractFile file) { method shouldDisplayAuthDialog (line 911) | private boolean shouldDisplayAuthDialog() { method cleanup (line 925) | void cleanup(boolean folderChangedSuccessfully) { method toString (line 968) | public String toString() { method followsSymlinkEnabled (line 973) | private boolean followsSymlinkEnabled() { FILE: src/main/java/com/mucommander/core/NullableFile.java class NullableFile (line 18) | class NullableFile extends AbstractFile { method NullableFile (line 20) | NullableFile(FileURL url) { method canGetGroup (line 24) | @Override method canGetOwner (line 29) | @Override method setLastModifiedDate (line 34) | @Override method changePermission (line 39) | @Override method copyRemotelyTo (line 44) | @Override method delete (line 49) | @Override method exists (line 54) | @Override method getAppendOutputStream (line 59) | @Override method getChangeablePermissions (line 64) | @Override method getLastModifiedDate (line 69) | @Override method getFreeSpace (line 74) | @Override method getGroup (line 79) | @Override method getInputStream (line 84) | @Override method getOutputStream (line 89) | @Override method getOwner (line 94) | @Override method getParent (line 99) | @Override method getPermissions (line 104) | @Override method getRandomAccessInputStream (line 109) | @Override method getRandomAccessOutputStream (line 115) | @Override method getSize (line 120) | @Override method getTotalSpace (line 125) | @Override method getUnderlyingFileObject (line 130) | @Override method isArchive (line 135) | @Override method isDirectory (line 140) | @Override method isSymlink (line 145) | @Override method isSystem (line 150) | @Override method ls (line 155) | @Override method mkdir (line 160) | @Override method renameTo (line 164) | @Override method setParent (line 169) | @Override method getReplication (line 172) | @Override method getBlocksize (line 178) | @Override method changeReplication (line 184) | @Override FILE: src/main/java/com/mucommander/desktop/AbstractTrash.java class AbstractTrash (line 38) | public abstract class AbstractTrash { method canMoveToTrash (line 48) | public abstract boolean canMoveToTrash(AbstractFile file); method moveToTrash (line 56) | public abstract boolean moveToTrash(AbstractFile file); method canEmpty (line 63) | public abstract boolean canEmpty(); method empty (line 70) | public abstract boolean empty(); method isTrashFile (line 87) | public abstract boolean isTrashFile(AbstractFile file); method getItemCount (line 94) | public abstract int getItemCount(); method open (line 99) | public abstract void open(); method canOpen (line 107) | public abstract boolean canOpen(); method waitForPendingOperations (line 114) | public abstract void waitForPendingOperations(); FILE: src/main/java/com/mucommander/desktop/CommandBrowse.java class CommandBrowse (line 33) | class CommandBrowse extends UrlOperation { method isAvailable (line 36) | @Override method execute (line 41) | @Override method getName (line 55) | @Override FILE: src/main/java/com/mucommander/desktop/CommandOpen.java class CommandOpen (line 31) | class CommandOpen extends LocalFileOperation { method CommandOpen (line 36) | CommandOpen(boolean allowDefault) { method isAvailable (line 40) | @Override method canExecute (line 48) | @Override method execute (line 54) | @Override method getName (line 71) | @Override FILE: src/main/java/com/mucommander/desktop/CommandOpenInFileManager.java class CommandOpenInFileManager (line 31) | class CommandOpenInFileManager extends LocalFileOperation { method isAvailable (line 32) | @Override method execute (line 37) | @Override method getName (line 47) | @Override FILE: src/main/java/com/mucommander/desktop/DefaultDesktopAdapter.java class DefaultDesktopAdapter (line 44) | public class DefaultDesktopAdapter implements DesktopAdapter { method toString (line 66) | public String toString() { method isAvailable (line 74) | public boolean isAvailable() { method init (line 87) | public void init(boolean install) throws DesktopInitializationException { method isLeftMouseButton (line 101) | public boolean isLeftMouseButton(MouseEvent e) { method isRightMouseButton (line 116) | public boolean isRightMouseButton(MouseEvent e) { method isMiddleMouseButton (line 131) | public boolean isMiddleMouseButton(MouseEvent e) { method getMultiClickInterval (line 145) | public int getMultiClickInterval() { method getDefaultShell (line 153) | public String getDefaultShell() { method getDefaultShellPath (line 158) | private String getDefaultShellPath() { method getDefaultTerminalShellCommand (line 176) | public String getDefaultTerminalShellCommand() { method isApplication (line 188) | public boolean isApplication(AbstractFile file) { method getDefaultTerminalAppCommand (line 192) | @Override FILE: src/main/java/com/mucommander/desktop/DesktopAdapter.java type DesktopAdapter (line 61) | public interface DesktopAdapter { method isAvailable (line 67) | boolean isAvailable(); method init (line 85) | void init(boolean install) throws DesktopInitializationException; method isLeftMouseButton (line 103) | boolean isLeftMouseButton(MouseEvent e); method isRightMouseButton (line 117) | boolean isRightMouseButton(MouseEvent e); method isMiddleMouseButton (line 131) | boolean isMiddleMouseButton(MouseEvent e); method getMultiClickInterval (line 139) | int getMultiClickInterval(); method getDefaultShell (line 151) | String getDefaultShell(); method getDefaultTerminalShellCommand (line 153) | String getDefaultTerminalShellCommand(); method isApplication (line 164) | boolean isApplication(AbstractFile file); method getDefaultTerminalAppCommand (line 166) | String getDefaultTerminalAppCommand(); method getTrash (line 168) | default TrashProvider getTrash() { method getNotifier (line 172) | default AbstractNotifier getNotifier() { method getTabbedPaneCustomizer (line 176) | default Consumer getTabbedPaneCustomizer() { method postCopy (line 180) | default void postCopy(AbstractFile source, AbstractFile target) { method customizeMainFrame (line 184) | default void customizeMainFrame(Window window) { method getExtendedFileProperties (line 188) | default List> getExtendedFileProperties(Abstr... FILE: src/main/java/com/mucommander/desktop/DesktopInitializationException.java class DesktopInitializationException (line 32) | public class DesktopInitializationException extends Exception { method DesktopInitializationException (line 37) | public DesktopInitializationException(String message) {super(message);} method DesktopInitializationException (line 48) | public DesktopInitializationException(Throwable cause) {super(cause);} method DesktopInitializationException (line 58) | public DesktopInitializationException(String message, Throwable cause)... FILE: src/main/java/com/mucommander/desktop/DesktopManager.java class DesktopManager (line 57) | @Slf4j method DesktopManager (line 135) | private DesktopManager() {} method init (line 197) | public static void init(boolean install) throws DesktopInitializationE... method checkInit (line 222) | private static void checkInit() { method registerAdapter (line 238) | public static void registerAdapter(DesktopAdapter adapter) { method innerRegisterOperation (line 246) | private static void innerRegisterOperation(String type, int priority, ... method registerOperation (line 259) | public static void registerOperation(String type, int priority, Deskto... method getOperations (line 267) | private static List getOperations(String type, int p... method getAvailableOperation (line 274) | private static DesktopOperation getAvailableOperation(String type, int... method getSupportedOperation (line 289) | private static DesktopOperation getSupportedOperation(String type, int... method getSupportedOperation (line 303) | private static DesktopOperation getSupportedOperation(String type, Obj... method getAvailableOperation (line 316) | private static DesktopOperation getAvailableOperation(String type) { method isOperationAvailable (line 328) | public static boolean isOperationAvailable(String type) { method isOperationSupported (line 332) | public static boolean isOperationSupported(String type, Object[] targe... method executeOperation (line 336) | public static void executeOperation(String type, Object[] target) thro... method getOperationName (line 345) | public static String getOperationName(String type) throws UnsupportedO... method getOperationName (line 353) | public static String getOperationName(String type, Object[] target) th... method canBrowse (line 361) | public static boolean canBrowse() { method canBrowse (line 365) | public static boolean canBrowse(URL url) { method canBrowse (line 369) | public static boolean canBrowse(String url) { method canBrowse (line 373) | public static boolean canBrowse(AbstractFile url) { method browse (line 377) | public static void browse(URL url) throws IOException, UnsupportedOper... method browse (line 381) | public static void browse(String url) throws IOException, UnsupportedO... method browse (line 385) | public static void browse(AbstractFile url) throws IOException, Unsupp... method canOpen (line 389) | public static boolean canOpen() { method canOpen (line 393) | public static boolean canOpen(File file) { method canOpen (line 397) | public static boolean canOpen(String file) { method canOpen (line 401) | public static boolean canOpen(AbstractFile file) { method open (line 405) | public static void open(File file) throws IOException, UnsupportedOper... method open (line 409) | public static void open(String file) throws IOException, UnsupportedOp... method open (line 413) | public static void open(AbstractFile file) throws IOException, Unsuppo... method canOpenInFileManager (line 421) | public static boolean canOpenInFileManager() { method canOpenInFileManager (line 425) | public static boolean canOpenInFileManager(File file) { method canOpenInFileManager (line 429) | public static boolean canOpenInFileManager(String file) { method canOpenInFileManager (line 433) | public static boolean canOpenInFileManager(AbstractFile file) { method openInFileManager (line 437) | public static void openInFileManager(File file) throws IOException, Un... method openInFileManager (line 441) | public static void openInFileManager(String file) throws IOException, ... method openInFileManager (line 445) | public static void openInFileManager(AbstractFile file) throws IOExcep... method getFileManagerName (line 449) | private static String getFileManagerName(DesktopOperation operation) t... method getFileManagerName (line 456) | public static String getFileManagerName() throws UnsupportedOperationE... method getFileManagerName (line 460) | public static String getFileManagerName(File file) throws UnsupportedO... method getFileManagerName (line 464) | public static String getFileManagerName(String file) throws Unsupporte... method getFileManagerName (line 468) | public static String getFileManagerName(AbstractFile file) throws Unsu... method getTrash (line 476) | public static AbstractTrash getTrash() { method getTrashProvider (line 485) | public static TrashProvider getTrashProvider() { method setTrashProvider (line 493) | public static void setTrashProvider(TrashProvider provider) { method setTabbedPaneCustomizer (line 497) | private static void setTabbedPaneCustomizer(Consumer tabb... method setNotifier (line 501) | private static void setNotifier(AbstractNotifier notifier) { method getNotifier (line 505) | public static AbstractNotifier getNotifier() { method isLeftMouseButton (line 521) | public static boolean isLeftMouseButton(MouseEvent e) { method isRightMouseButton (line 538) | public static boolean isRightMouseButton(MouseEvent e) { method isMiddleMouseButton (line 555) | public static boolean isMiddleMouseButton(MouseEvent e) { method getMultiClickInterval (line 566) | public static int getMultiClickInterval() { method getDefaultShell (line 579) | public static String getDefaultShell() { method getDefaultTerminalShellCommand (line 584) | public static String getDefaultTerminalShellCommand() { method getDefaultTerminalAppCommand (line 589) | public static String getDefaultTerminalAppCommand() { method isApplication (line 604) | public static boolean isApplication(AbstractFile file) { method customizeTabbedPaneUI (line 608) | public static void customizeTabbedPaneUI(JTabbedPane tabbedPane) { method postCopy (line 613) | public static void postCopy(AbstractFile source, AbstractFile target) { method customizeMainFrame (line 617) | public static void customizeMainFrame(Window window) { method getExtendedFileProperties (line 621) | public static List> getExtendedFileProperties... FILE: src/main/java/com/mucommander/desktop/DesktopOperation.java type DesktopOperation (line 66) | public interface DesktopOperation { method getName (line 75) | String getName(); method isAvailable (line 91) | boolean isAvailable(); method canExecute (line 119) | boolean canExecute(Object[] target); method execute (line 131) | void execute(Object[] target) throws IOException, UnsupportedOperation... FILE: src/main/java/com/mucommander/desktop/InternalBrowse.java class InternalBrowse (line 29) | class InternalBrowse extends UrlOperation { method InternalBrowse (line 37) | InternalBrowse() { method getDesktop (line 40) | private Desktop getDesktop() { method isAvailable (line 61) | @Override method execute (line 71) | @Override method getName (line 89) | @Override FILE: src/main/java/com/mucommander/desktop/InternalOpen.java class InternalOpen (line 30) | class InternalOpen extends LocalFileOperation { method InternalOpen (line 38) | InternalOpen() { method getDesktop (line 41) | private Desktop getDesktop() { method isAvailable (line 61) | @Override method execute (line 64) | @Override method getName (line 76) | @Override FILE: src/main/java/com/mucommander/desktop/LocalFileOperation.java class LocalFileOperation (line 39) | public abstract class LocalFileOperation implements DesktopOperation { method getName (line 40) | public abstract String getName(); method isAvailable (line 41) | public abstract boolean isAvailable(); method execute (line 49) | public abstract void execute(AbstractFile file) throws IOException, Un... method canExecute (line 62) | public boolean canExecute(AbstractFile file) { method canExecute (line 80) | public boolean canExecute(Object[] target) { method execute (line 97) | public void execute(Object[] target) throws IOException, UnsupportedOp... method extractTarget (line 126) | protected AbstractFile extractTarget(Object[] target) { FILE: src/main/java/com/mucommander/desktop/QueuedTrash.java class QueuedTrash (line 48) | public abstract class QueuedTrash extends AbstractTrash { method moveToTrash (line 70) | protected abstract boolean moveToTrash(List queuedFiles); method moveToTrash (line 85) | @Override method waitForPendingOperations (line 105) | @Override class MoveToTrashThread (line 129) | private class MoveToTrashThread extends Thread { method run (line 131) | @Override FILE: src/main/java/com/mucommander/desktop/TrashProvider.java type TrashProvider (line 31) | public interface TrashProvider { method getTrash (line 38) | AbstractTrash getTrash(); FILE: src/main/java/com/mucommander/desktop/UrlOperation.java class UrlOperation (line 40) | public abstract class UrlOperation implements DesktopOperation { method getName (line 43) | public abstract String getName(); method isAvailable (line 44) | public abstract boolean isAvailable(); method execute (line 56) | public abstract void execute(URL url) throws IOException; method canExecute (line 69) | public boolean canExecute(URL url) { method canExecute (line 91) | public boolean canExecute(Object[] target) { method execute (line 108) | public void execute(Object[] target) throws IOException, UnsupportedOp... method extractTarget (line 134) | protected URL extractTarget(Object[] target) { FILE: src/main/java/com/mucommander/desktop/gnome/ConfiguredGnomeDesktopAdapter.java class ConfiguredGnomeDesktopAdapter (line 27) | @Slf4j method toString (line 30) | public String toString() { method isAvailable (line 34) | @Override method getFileOpenerCommand (line 54) | @Override FILE: src/main/java/com/mucommander/desktop/gnome/GnomeConfig.java class GnomeConfig (line 33) | @Slf4j method getValue (line 48) | public static String getValue(String key) throws IOException { FILE: src/main/java/com/mucommander/desktop/gnome/GnomeDesktopAdapter.java class GnomeDesktopAdapter (line 39) | @Slf4j method isAvailable (line 56) | @Override method getFileOpenerCommand (line 59) | protected abstract String getFileOpenerCommand(); method init (line 61) | @Override method determineMultiClickInterval (line 98) | private int determineMultiClickInterval() { method getMultiClickInterval (line 124) | @Override method getDefaultTerminalAppCommand (line 129) | @Override method getDefaultTerminalShellCommand (line 134) | @Override method setWMClass (line 142) | private static void setWMClass() { FILE: src/main/java/com/mucommander/desktop/gnome/GnomeTrash.java class GnomeTrash (line 52) | public class GnomeTrash extends QueuedTrash { method getTrashFolder (line 94) | private static AbstractFile getTrashFolder() { method isTrashFolder (line 129) | private static boolean isTrashFolder(final AbstractFile file) { method canEmpty (line 142) | @Override method getItemCount (line 155) | @Override method empty (line 177) | @Override method canOpen (line 203) | @Override method open (line 211) | @Override method isTrashFile (line 220) | @Override method canMoveToTrash (line 229) | @Override method moveToTrash (line 243) | @Override method getFileInfoContent (line 306) | private String getFileInfoContent(final AbstractFile file) { method getUniqueFilename (line 324) | private String getUniqueFilename(final AbstractFile file) throws IOExc... FILE: src/main/java/com/mucommander/desktop/gnome/GnomeTrashProvider.java class GnomeTrashProvider (line 30) | public class GnomeTrashProvider implements TrashProvider { method getTrash (line 31) | public AbstractTrash getTrash() { FILE: src/main/java/com/mucommander/desktop/gnome/GuessedGnomeDesktopAdapter.java class GuessedGnomeDesktopAdapter (line 29) | public class GuessedGnomeDesktopAdapter extends GnomeDesktopAdapter { method toString (line 32) | public String toString() { method isAvailable (line 36) | @Override method getFileOpenerCommand (line 51) | @Override FILE: src/main/java/com/mucommander/desktop/kde/ConfiguredKde3DesktopAdapter.java class ConfiguredKde3DesktopAdapter (line 27) | public class ConfiguredKde3DesktopAdapter extends Kde3DesktopAdapter { method getConfiguredEnvVariable (line 31) | @Override method toString (line 36) | public String toString() { method isAvailable (line 40) | @Override FILE: src/main/java/com/mucommander/desktop/kde/ConfiguredKde4DesktopAdapter.java class ConfiguredKde4DesktopAdapter (line 45) | public class ConfiguredKde4DesktopAdapter extends Kde4DesktopAdapter { method toString (line 49) | public String toString() { method isAvailable (line 53) | @Override FILE: src/main/java/com/mucommander/desktop/kde/GuessedKde3DesktopAdapter.java class GuessedKde3DesktopAdapter (line 29) | public class GuessedKde3DesktopAdapter extends Kde3DesktopAdapter { method toString (line 31) | public String toString() { method isAvailable (line 35) | @Override FILE: src/main/java/com/mucommander/desktop/kde/GuessedKde4DesktopAdapter.java class GuessedKde4DesktopAdapter (line 47) | public class GuessedKde4DesktopAdapter extends Kde4DesktopAdapter { method toString (line 49) | public String toString() { method isAvailable (line 53) | @Override FILE: src/main/java/com/mucommander/desktop/kde/Kde3DesktopAdapter.java class Kde3DesktopAdapter (line 26) | abstract class Kde3DesktopAdapter extends KdeDesktopAdapter { method getFileManagerName (line 30) | @Override method getBaseCommand (line 35) | @Override method getTrashProvider (line 40) | @Override FILE: src/main/java/com/mucommander/desktop/kde/Kde3TrashProvider.java class Kde3TrashProvider (line 30) | class Kde3TrashProvider implements TrashProvider { method getTrash (line 32) | public AbstractTrash getTrash() { FILE: src/main/java/com/mucommander/desktop/kde/Kde4DesktopAdapter.java class Kde4DesktopAdapter (line 44) | abstract class Kde4DesktopAdapter extends KdeDesktopAdapter { method getFileManagerName (line 48) | @Override method getBaseCommand (line 53) | @Override method getTrashProvider (line 58) | @Override FILE: src/main/java/com/mucommander/desktop/kde/Kde4TrashProvider.java class Kde4TrashProvider (line 48) | class Kde4TrashProvider implements TrashProvider { method getTrash (line 50) | public AbstractTrash getTrash() { FILE: src/main/java/com/mucommander/desktop/kde/KdeConfig.java class KdeConfig (line 33) | @Slf4j method getValue (line 50) | public static String getValue(String key) throws IOException { FILE: src/main/java/com/mucommander/desktop/kde/KdeDesktopAdapter.java class KdeDesktopAdapter (line 36) | abstract class KdeDesktopAdapter extends DefaultDesktopAdapter { method init (line 45) | @Override method getMultiClickInterval (line 87) | @Override method getConfiguredEnvVariable (line 103) | protected String getConfiguredEnvVariable(String name) { method getFileManagerName (line 117) | protected abstract String getFileManagerName(); method getBaseCommand (line 124) | protected abstract String getBaseCommand(); method getTrashProvider (line 131) | protected abstract TrashProvider getTrashProvider(); FILE: src/main/java/com/mucommander/desktop/kde/KdeTrash.java class KdeTrash (line 43) | class KdeTrash extends QueuedTrash { method KdeTrash (line 57) | KdeTrash(String baseCommand) { method executeAndWait (line 68) | private static boolean executeAndWait(String command) { method executeAndWait (line 86) | private static boolean executeAndWait(String command[]) { method canMoveToTrash (line 104) | @Override method canEmpty (line 112) | @Override method empty (line 117) | @Override method isTrashFile (line 122) | @Override method getItemCount (line 131) | @Override method open (line 136) | @Override method canOpen (line 144) | @Override method moveToTrash (line 154) | @Override FILE: src/main/java/com/mucommander/desktop/macos/OSXApplications.java class OSXApplications (line 24) | public class OSXApplications { method iTermInstalled (line 25) | public static boolean iTermInstalled() { FILE: src/main/java/com/mucommander/desktop/macos/OSXDesktopAdapter.java class OSXDesktopAdapter (line 66) | public class OSXDesktopAdapter extends DefaultDesktopAdapter { method toString (line 78) | public String toString() { method isAvailable (line 82) | @Override method init (line 87) | @Override method isLeftMouseButton (line 104) | @Override method isRightMouseButton (line 110) | @Override method isApplication (line 122) | @Override method getTrash (line 130) | @Override method getNotifier (line 135) | @Override method getTabbedPaneCustomizer (line 140) | @Override method postCopy (line 145) | @Override method copyFileUserTags (line 156) | private void copyFileUserTags(String sourcePath, String destPath) { method copyFileTypeAndCreator (line 163) | private void copyFileTypeAndCreator(String sourcePath, String destPath) { method copyFileComment (line 172) | private void copyFileComment(String sourcePath, String destPath) { method setFileComment (line 193) | private boolean setFileComment(String path, String comment) { method customizeMainFrame (line 198) | public void customizeMainFrame(Window window) { method getExtendedFileProperties (line 202) | @Override FILE: src/main/java/com/mucommander/desktop/macos/OSXTrash.java class OSXTrash (line 57) | @Slf4j method canMoveToTrash (line 102) | @Override method canEmpty (line 110) | @Override method empty (line 115) | @Override method isTrashFile (line 120) | @Override method getItemCount (line 129) | @Override method open (line 143) | @Override method canOpen (line 151) | @Override method moveToTrash (line 160) | @Override method isSmb (line 175) | private boolean isSmb(AbstractFile file) { method moveToTrashViaJna (line 187) | private boolean moveToTrashViaJna(List queuedFiles) { method moveToTrashViaAppleScript (line 198) | private boolean moveToTrashViaAppleScript(List queuedFil... FILE: src/main/java/com/mucommander/desktop/macos/OSXTrashProvider.java class OSXTrashProvider (line 30) | public class OSXTrashProvider implements TrashProvider { method getTrash (line 32) | public AbstractTrash getTrash() { FILE: src/main/java/com/mucommander/desktop/openvms/OpenVMSDesktopAdapter.java class OpenVMSDesktopAdapter (line 32) | public class OpenVMSDesktopAdapter extends DefaultDesktopAdapter { method isAvailable (line 34) | @Override FILE: src/main/java/com/mucommander/desktop/windows/Win9xDesktopAdapter.java class Win9xDesktopAdapter (line 31) | public class Win9xDesktopAdapter extends WindowsDesktopAdapter { method toString (line 34) | public String toString() {return "Windows 9x Desktop";} method isAvailable (line 36) | @Override method init (line 39) | @Override method getDefaultShell (line 51) | @Override FILE: src/main/java/com/mucommander/desktop/windows/WinNtDesktopAdapter.java class WinNtDesktopAdapter (line 32) | public class WinNtDesktopAdapter extends WindowsDesktopAdapter { method toString (line 38) | public String toString() { method isAvailable (line 42) | @Override method init (line 45) | @Override method getDefaultShell (line 60) | @Override FILE: src/main/java/com/mucommander/desktop/windows/WindowsDesktopAdapter.java class WindowsDesktopAdapter (line 30) | class WindowsDesktopAdapter extends DefaultDesktopAdapter { method toString (line 33) | public String toString() {return "Windows Desktop";} method init (line 35) | @Override method isAvailable (line 44) | @Override method isApplication (line 57) | @Override FILE: src/main/java/com/mucommander/desktop/windows/WindowsTrash.java class WindowsTrash (line 42) | public class WindowsTrash extends QueuedTrash { method canMoveToTrash (line 47) | @Override method canEmpty (line 55) | @Override method empty (line 60) | @Override method isTrashFile (line 68) | @Override method getItemCount (line 86) | @Override method canOpen (line 108) | @Override method open (line 113) | @Override method moveToTrash (line 127) | @Override FILE: src/main/java/com/mucommander/desktop/windows/WindowsTrashProvider.java class WindowsTrashProvider (line 32) | public class WindowsTrashProvider implements TrashProvider { method getTrash (line 34) | public AbstractTrash getTrash() { method isAvailable (line 43) | public static boolean isAvailable() { FILE: src/main/java/com/mucommander/desktop/xfce/GuessedXfceDesktopAdapter.java class GuessedXfceDesktopAdapter (line 29) | public class GuessedXfceDesktopAdapter extends XfceDesktopAdapter { method toString (line 30) | public String toString() {return "Xfce Desktop (guessed)";} method isAvailable (line 32) | @Override FILE: src/main/java/com/mucommander/desktop/xfce/XfceDesktopAdapter.java class XfceDesktopAdapter (line 32) | abstract class XfceDesktopAdapter extends DefaultDesktopAdapter { method init (line 37) | @Override FILE: src/main/java/com/mucommander/desktop/xfce/XfceTrash.java class XfceTrash (line 55) | public class XfceTrash extends QueuedTrash { method getTrashFolder (line 99) | private static AbstractFile getTrashFolder() { method isTrashFolder (line 130) | private static boolean isTrashFolder(AbstractFile file) { method moveToTrash (line 146) | @Override method canMoveToTrash (line 212) | @Override method canEmpty (line 224) | @Override method empty (line 237) | @Override method isTrashFile (line 267) | @Override method getItemCount (line 282) | @Override method open (line 300) | @Override method canOpen (line 310) | @Override method getFileInfoContent (line 320) | private String getFileInfoContent(AbstractFile file) { method getUniqueFilename (line 336) | private String getUniqueFilename(AbstractFile file) throws IOException { FILE: src/main/java/com/mucommander/desktop/xfce/XfceTrashProvider.java class XfceTrashProvider (line 30) | public class XfceTrashProvider implements TrashProvider { method getTrash (line 35) | public AbstractTrash getTrash() { FILE: src/main/java/com/mucommander/extension/ClassFilter.java type ClassFilter (line 28) | public interface ClassFilter { method accept (line 34) | boolean accept(Class c); FILE: src/main/java/com/mucommander/extension/ClassFinder.java class ClassFinder (line 49) | public class ClassFinder { method ClassFinder (line 61) | public ClassFinder() { method find (line 79) | private List> find(String currentPackage, AbstractFile curren... method find (line 117) | public List> find(AbstractFile browsable, ClassFilter classFi... method find (line 148) | public List> find(AbstractFile browsable, ClassFilter classFi... FILE: src/main/java/com/mucommander/extension/ExtensionManager.java class ExtensionManager (line 66) | public class ExtensionManager { method init (line 77) | public static void init() { method ExtensionManager (line 95) | private ExtensionManager() {} method setExtensionsFolder (line 109) | private static void setExtensionsFolder(File folder) throws IOException { method setExtensionsFolder (line 126) | private static void setExtensionsFolder(AbstractFile folder) throws IO... method setExtensionsFolder (line 150) | public static void setExtensionsFolder(String path) throws IOException { method getDefaultExtensionsFolder (line 171) | private static AbstractFile getDefaultExtensionsFolder() throws IOExce... method getExtensionsFolder (line 188) | private static AbstractFile getExtensionsFolder() throws IOException { method getExtensionsFile (line 205) | public static AbstractFile getExtensionsFile(String filename) throws I... method isInExtensionsPath (line 217) | private static boolean isInExtensionsPath(AbstractFile file) {return l... method isInClasspath (line 224) | private static boolean isInClasspath(AbstractFile file) { method isAvailable (line 244) | public static boolean isAvailable(AbstractFile file) {return isInClass... method importLibrary (line 259) | public static boolean importLibrary(AbstractFile file, boolean force) ... method addToClassPath (line 286) | private static void addToClassPath(AbstractFile file) {loader.addFile(... method addExtensionsToClasspath (line 299) | public static void addExtensionsToClasspath() throws IOException { method getClassLoader (line 314) | public static ClassLoader getClassLoader() { FILE: src/main/java/com/mucommander/extension/LookAndFeelFilter.java class LookAndFeelFilter (line 43) | public class LookAndFeelFilter implements ClassFilter { method LookAndFeelFilter (line 49) | public LookAndFeelFilter() {} method accept (line 56) | public boolean accept(Class c) { method isPublicAndNotAbstract (line 64) | private static boolean isPublicAndNotAbstract(Class c) { method hasPublicDefaultConstructor (line 71) | private static boolean hasPublicDefaultConstructor(Class c) { method isAvailableLookAndFeel (line 81) | private static boolean isAvailableLookAndFeel(Class c) { method isSupportedLookAndFeel (line 95) | private static boolean isSupportedLookAndFeel(Class c) { FILE: src/main/java/com/mucommander/io/backup/BackupConstants.java type BackupConstants (line 25) | interface BackupConstants { FILE: src/main/java/com/mucommander/io/backup/BackupInputStream.java class BackupInputStream (line 36) | public class BackupInputStream extends FilterInputStream implements Back... method BackupInputStream (line 42) | public BackupInputStream(File file) throws IOException { method BackupInputStream (line 51) | public BackupInputStream(String path) throws IOException { method BackupInputStream (line 60) | public BackupInputStream(AbstractFile file) throws IOException { method getInputStream (line 73) | private static InputStream getInputStream(AbstractFile file) throws IO... method getInputStream (line 97) | private static InputStream getInputStream(File file) throws IOException { FILE: src/main/java/com/mucommander/io/backup/BackupOutputStream.java class BackupOutputStream (line 62) | public class BackupOutputStream extends OutputStream implements BackupCo... method BackupOutputStream (line 79) | public BackupOutputStream(File file) throws IOException { method BackupOutputStream (line 88) | public BackupOutputStream(String file) throws IOException { method BackupOutputStream (line 97) | public BackupOutputStream(AbstractFile file) throws IOException { method BackupOutputStream (line 107) | private BackupOutputStream(AbstractFile file, AbstractFile save) throw... method flush (line 127) | @Override method write (line 151) | @Override method write (line 178) | @Override method write (line 203) | @Override method backup (line 225) | private void backup() throws IOException { method close (line 242) | @Override method close (line 255) | public void close(boolean backup) throws IOException { FILE: src/main/java/com/mucommander/job/AbstractCopyJob.java class AbstractCopyJob (line 40) | public abstract class AbstractCopyJob extends TransferFileJob { method AbstractCopyJob (line 73) | AbstractCopyJob(ProgressDialog progressDialog, MainFrame mainFrame, method createDestinationFile (line 88) | AbstractFile createDestinationFile(AbstractFile destFolder, String des... method checkForCollision (line 123) | protected AbstractFile checkForCollision(AbstractFile file, AbstractFi... method optimizeArchive (line 204) | void optimizeArchive(AbstractRWArchiveFile rwArchiveFile) { FILE: src/main/java/com/mucommander/job/ArchiveJob.java class ArchiveJob (line 45) | public class ArchiveJob extends TransferFileJob { method ArchiveJob (line 73) | public ArchiveJob(ProgressDialog progressDialog, MainFrame mainFrame, ... method processFile (line 86) | @Override method hasFolderChanged (line 149) | @Override method jobStarted (line 163) | @Override method jobStopped (line 214) | @Override method getStatusString (line 232) | @Override method interrupt (line 238) | @Override method getTotalPercentDone (line 247) | @Override FILE: src/main/java/com/mucommander/job/BatchRenameJob.java class BatchRenameJob (line 33) | public class BatchRenameJob extends MoveJob { method BatchRenameJob (line 36) | public BatchRenameJob(ProgressDialog progressDialog, MainFrame mainFra... method processFile (line 46) | @Override FILE: src/main/java/com/mucommander/job/CalculateChecksumJob.java class CalculateChecksumJob (line 63) | public class CalculateChecksumJob extends TransferFileJob { method CalculateChecksumJob (line 81) | public CalculateChecksumJob(ProgressDialog progressDialog, MainFrame m... method processFile (line 96) | @Override method hasFolderChanged (line 180) | @Override method jobStarted (line 191) | @Override method jobCompleted (line 240) | @Override method jobStopped (line 248) | @Override FILE: src/main/java/com/mucommander/job/ChangeFileAttributesJob.java class ChangeFileAttributesJob (line 36) | public class ChangeFileAttributesJob extends FileJob { method ChangeFileAttributesJob (line 46) | public ChangeFileAttributesJob(ProgressDialog progressDialog, MainFram... method ChangeFileAttributesJob (line 54) | public ChangeFileAttributesJob(ProgressDialog progressDialog, MainFram... method ChangeFileAttributesJob (line 61) | public ChangeFileAttributesJob(ProgressDialog progressDialog, MainFram... method processFile (line 69) | @Override method hasFolderChanged (line 146) | @Override FILE: src/main/java/com/mucommander/job/CombineFilesJob.java class CombineFilesJob (line 41) | public class CombineFilesJob extends AbstractCopyJob { method CombineFilesJob (line 49) | public CombineFilesJob(ProgressDialog progressDialog, MainFrame mainFr... method hasFolderChanged (line 56) | @Override method processFile (line 61) | @Override method createDestFile (line 96) | protected void createDestFile(AbstractFile file) { method findCRCFile (line 122) | private void findCRCFile(AbstractFile file) { method jobStopped (line 133) | @Override method jobCompleted (line 139) | @Override method checkCRC (line 149) | private void checkCRC() { method closeOutputStream (line 199) | private void closeOutputStream() { FILE: src/main/java/com/mucommander/job/CopyJob.java class CopyJob (line 41) | public class CopyJob extends AbstractCopyJob { type Mode (line 56) | public enum Mode { method CopyJob (line 75) | public CopyJob(ProgressDialog progressDialog, MainFrame mainFrame, Fil... method processFile (line 94) | @Override method copyDirectoryRecursively (line 148) | private boolean copyDirectoryRecursively(AbstractFile file, String des... method createSubFolder (line 152) | private boolean createSubFolder(String destFileName, AbstractFile dest... method copyChildrenRecursively (line 176) | private boolean copyChildrenRecursively(AbstractFile file, AbstractFil... method changeFolderModifiedDate (line 205) | private void changeFolderModifiedDate(AbstractFile file, AbstractFile ... method processChildernFiles (line 215) | private void processChildernFiles(AbstractFile file, AbstractFile dest... method copyAdbFile (line 224) | private boolean copyAdbFile(AbstractFile destFile, AdbFile sourceFile) { method hasFolderChanged (line 236) | @Override method jobCompleted (line 243) | @Override method getStatusString (line 262) | @Override method interrupt (line 273) | @Override method getTotalPercentDone (line 281) | @Override FILE: src/main/java/com/mucommander/job/DeleteJob.java class DeleteJob (line 49) | public class DeleteJob extends FileJob { method DeleteJob (line 82) | public DeleteJob(ProgressDialog progressDialog, MainFrame mainFrame, F... method deleteFile (line 103) | private void deleteFile(AbstractFile file) throws IOException { method processFile (line 124) | @Override method hasFolderChanged (line 189) | @Override method jobStopped (line 194) | @Override method jobCompleted (line 203) | @Override method getStatusString (line 232) | @Override method interrupt (line 241) | @Override method getTotalPercentDone (line 249) | @Override FILE: src/main/java/com/mucommander/job/FileCollisionChecker.java class FileCollisionChecker (line 41) | public class FileCollisionChecker { method checkForCollision (line 61) | public static int checkForCollision(AbstractFile sourceFile, AbstractF... FILE: src/main/java/com/mucommander/job/FileJob.java class FileJob (line 64) | public abstract class FileJob implements Runnable { type State (line 116) | public enum State { method FileJob (line 188) | public FileJob(ProgressDialog progressDialog, MainFrame mainFrame, Fil... method FileJob (line 200) | public FileJob(MainFrame mainFrame, FileSet files) { method FileJob (line 206) | public FileJob(MainFrame mainFrame) { method setAutoUnmark (line 217) | public void setAutoUnmark(boolean autoUnmark) { method setAutoSkipErrors (line 226) | public void setAutoSkipErrors(boolean autoSkipErrors) { method selectFileWhenFinished (line 238) | protected void selectFileWhenFinished(AbstractFile file) { method start (line 246) | public void start() { method getProgressDialog (line 269) | protected ProgressDialog getProgressDialog() { method getMainFrame (line 278) | protected MainFrame getMainFrame() { method getState (line 288) | public State getState() { method setState (line 297) | protected void setState(State jobState) { method addFileJobListener (line 314) | public void addFileJobListener(FileJobListener listener) { method removeFileJobListener (line 324) | public void removeFileJobListener(FileJobListener listener) { method getStartDate (line 334) | public long getStartDate() { method getEndDate (line 343) | public long getEndDate() { method getPauseStartDate (line 353) | public long getPauseStartDate() { method setPauseStartDate (line 360) | private void setPauseStartDate() { method getPausedTime (line 372) | public long getPausedTime() { method calcPausedTime (line 379) | private void calcPausedTime() { method getEffectiveJobTime (line 389) | public long getEffectiveJobTime() { method interrupt (line 402) | public void interrupt() { method stop (line 422) | private void stop() { method setPaused (line 444) | public void setPaused(boolean paused) { method nextFile (line 481) | protected void nextFile(AbstractFile file) { method getCurrentFilename (line 529) | String getCurrentFilename() { method jobStarted (line 538) | protected void jobStarted() { method jobCompleted (line 552) | protected void jobCompleted() { method jobPaused (line 570) | protected void jobPaused() { method jobResumed (line 581) | protected void jobResumed() { method jobStopped (line 595) | protected void jobStopped() { method showErrorDialog (line 609) | protected int showErrorDialog(String title, String message) { method showErrorDialog (line 626) | protected int showErrorDialog(String title, String message, String[] a... method enterRootPasswordDialog (line 673) | String enterRootPasswordDialog() { method waitForUserResponse (line 686) | int waitForUserResponse(DialogResult dialog) { method waitForUserResponseObject (line 691) | Object waitForUserResponseObject(DialogResult dialog) { method refreshTables (line 708) | private void refreshTables() { method getTotalPercentDone (line 739) | public float getTotalPercentDone() { method getCurrentFileIndex (line 749) | public int getCurrentFileIndex() { method getCurrentFile (line 757) | public AbstractFile getCurrentFile() { method setCurrentFile (line 765) | private void setCurrentFile(AbstractFile file) { method getNbFiles (line 776) | public int getNbFiles() { method setNbFiles (line 785) | protected void setNbFiles(int nbFiles) { method setFiles (line 789) | public void setFiles(FileSet files) { method getStatusString (line 817) | public String getStatusString() { method getJobProgress (line 825) | public JobProgress getJobProgress() { method getBaseSourceFolder (line 833) | AbstractFile getBaseSourceFolder() { method run (line 841) | @Override method hasFolderChanged (line 896) | protected abstract boolean hasFolderChanged(AbstractFile folder); method processFile (line 907) | protected abstract boolean processFile(AbstractFile file, Object recur... FILE: src/main/java/com/mucommander/job/FileJobException.java class FileJobException (line 29) | public class FileJobException extends Exception { method FileJobException (line 44) | public FileJobException(int reason) { method getReason (line 48) | public int getReason() { FILE: src/main/java/com/mucommander/job/FileJobListener.java type FileJobListener (line 28) | public interface FileJobListener { method jobStateChanged (line 37) | void jobStateChanged(FileJob source, FileJob.State oldState, FileJob.S... FILE: src/main/java/com/mucommander/job/FindFileJob.java class FindFileJob (line 38) | public class FindFileJob extends FileJob { method FindFileJob (line 51) | public FindFileJob(MainFrame mainFrame) { method hasFolderChanged (line 57) | @Override method processFile (line 62) | @Override method searchInFile (line 112) | private void searchInFile(AbstractFile file) { method fileContainsString (line 122) | private boolean fileContainsString(AbstractFile f) { method getResults (line 144) | public List getResults() { method setStartDirectory (line 148) | public void setStartDirectory(AbstractFile startDirectory) { method setup (line 155) | public void setup(String fileMask, String fileContent, boolean searchS... method buildFileFilter (line 180) | @NotNull method buildMultipleFileFilters (line 190) | @NotNull FILE: src/main/java/com/mucommander/job/MakeDirectoryFileJob.java class MakeDirectoryFileJob (line 45) | public class MakeDirectoryFileJob extends FileJob { method MakeDirectoryFileJob (line 61) | public MakeDirectoryFileJob(ProgressDialog progressDialog, MainFrame m... method MakeDirectoryFileJob (line 79) | public MakeDirectoryFileJob(ProgressDialog progressDialog, MainFrame m... method processFile (line 98) | @Override method tryMkDirAsAdministrator (line 195) | private void tryMkDirAsAdministrator(String path, String password) { method mkFile (line 202) | private void mkFile(AbstractFile file) throws IOException { method mkDir (line 253) | private void mkDir(AbstractFile file) throws IOException { method hasFolderChanged (line 260) | @Override method getStatusString (line 270) | @Override FILE: src/main/java/com/mucommander/job/MoveJob.java class MoveJob (line 43) | public class MoveJob extends AbstractCopyJob { method MoveJob (line 61) | public MoveJob(ProgressDialog progressDialog, MainFrame mainFrame, Fil... method processFile (line 81) | @Override method deleteEmptyFolder (line 250) | private boolean deleteEmptyFolder(AbstractFile file) { method hasFolderChanged (line 267) | @Override method jobCompleted (line 277) | @Override method getStatusString (line 304) | @Override FILE: src/main/java/com/mucommander/job/PropertiesJob.java class PropertiesJob (line 35) | public class PropertiesJob extends FileJob { method PropertiesJob (line 47) | public PropertiesJob(FileSet files, MainFrame mainFrame) { method getTotalBytes (line 55) | public long getTotalBytes() { method getNbFolders (line 62) | public int getNbFolders() { method getNbFilesRecurse (line 69) | public int getNbFilesRecurse() { method processFile (line 82) | @Override method hasFolderChanged (line 116) | @Override FILE: src/main/java/com/mucommander/job/SelfUpdateJob.java class SelfUpdateJob (line 36) | public class SelfUpdateJob extends CopyJob { method SelfUpdateJob (line 43) | public SelfUpdateJob(ProgressDialog progressDialog, MainFrame mainFram... method getApplicationJarFile (line 49) | private static AbstractFile getApplicationJarFile() { method getTempJarFolder (line 53) | private static AbstractFile getTempJarFolder() { method jobCompleted (line 74) | @Override method getStatusString (line 114) | @Override FILE: src/main/java/com/mucommander/job/SendMailJob.java class SendMailJob (line 46) | public class SendMailJob extends TransferFileJob { method SendMailJob (line 90) | public SendMailJob(ProgressDialog progressDialog, MainFrame mainFrame,... method mailPreferencesSet (line 108) | public static boolean mailPreferencesSet() { method showErrorDialog (line 118) | private void showErrorDialog(String message) { method openConnection (line 128) | private void openConnection() throws IOException { method sendBody (line 137) | private void sendBody() throws IOException { method splitRecipientString (line 169) | private String splitRecipientString(String recipientsStr, List... method sendAttachment (line 197) | private void sendAttachment(AbstractFile file) throws IOException { method sayGoodBye (line 219) | private void sayGoodBye() throws IOException { method closeConnection (line 226) | private void closeConnection() { method readWriteLine (line 234) | private void readWriteLine(String s) throws IOException { method writeLine (line 239) | private void writeLine(String s) throws IOException { method processFile (line 248) | @Override method hasFolderChanged (line 276) | @Override method jobStarted (line 291) | @Override method jobStopped (line 317) | @Override method getStatusString (line 325) | @Override FILE: src/main/java/com/mucommander/job/SplitFileJob.java class SplitFileJob (line 52) | public class SplitFileJob extends AbstractCopyJob { class DummyDestFile (line 68) | private static class DummyDestFile extends DummyFile { method DummyDestFile (line 71) | public DummyDestFile(FileURL url, long size) { method getSize (line 76) | @Override method SplitFileJob (line 83) | public SplitFileJob(ProgressDialog progressDialog, MainFrame mainFrame, method addDummyFile (line 105) | private void addDummyFile(int i, long size) { method jobStarted (line 121) | @Override method createInputStream (line 130) | private void createInputStream() { method processFile (line 157) | @Override method hasFolderChanged (line 248) | @Override method jobCompleted (line 253) | @Override FILE: src/main/java/com/mucommander/job/TempCopyJob.java class TempCopyJob (line 39) | public class TempCopyJob extends CopyJob { method TempCopyJob (line 49) | public TempCopyJob(ProgressDialog progressDialog, MainFrame mainFrame,... method TempCopyJob (line 60) | public TempCopyJob(ProgressDialog progressDialog, MainFrame mainFrame,... method getTemporaryFolder (line 65) | protected static AbstractFile getTemporaryFolder(FileSet files) { method getTemporaryFileName (line 78) | protected static String getTemporaryFileName(AbstractFile files) { FILE: src/main/java/com/mucommander/job/TempExecJob.java class TempExecJob (line 44) | public class TempExecJob extends TempCopyJob { method TempExecJob (line 57) | public TempExecJob(ProgressDialog progressDialog, MainFrame mainFrame,... method TempExecJob (line 69) | public TempExecJob(ProgressDialog progressDialog, MainFrame mainFrame,... method processFile (line 80) | @Override method openFile (line 105) | private boolean openFile(AbstractFile file) { FILE: src/main/java/com/mucommander/job/TempOpenWithJob.java class TempOpenWithJob (line 44) | public class TempOpenWithJob extends TempCopyJob { method TempOpenWithJob (line 65) | public TempOpenWithJob(ProgressDialog progressDialog, MainFrame mainFr... method TempOpenWithJob (line 78) | public TempOpenWithJob(ProgressDialog progressDialog, MainFrame mainFr... method processFile (line 90) | @Override method jobCompleted (line 116) | @Override FILE: src/main/java/com/mucommander/job/TransferFileJob.java class TransferFileJob (line 61) | public abstract class TransferFileJob extends FileJob { method TransferFileJob (line 138) | public TransferFileJob(ProgressDialog progressDialog, MainFrame mainFr... method copyToReadonlyFile (line 149) | void copyToReadonlyFile(AbstractFile sourceFile, AbstractFile destFile... method copyFile (line 170) | private void copyFile(AbstractFile sourceFile, AbstractFile destFile, ... method calculateChecksum (line 289) | private String calculateChecksum(AbstractFile file) throws IOException... method tryCopyFile (line 309) | boolean tryCopyFile(AbstractFile sourceFile, AbstractFile destFile, bo... method setCurrentInputStream (line 413) | synchronized InputStream setCurrentInputStream(InputStream in) { method closeCurrentInputStream (line 426) | synchronized void closeCurrentInputStream() { method isIntegrityCheckEnabled (line 443) | boolean isIntegrityCheckEnabled() { method isCheckingIntegrity (line 452) | boolean isCheckingIntegrity() { method skipCurrentFile (line 460) | public synchronized void skipCurrentFile() { method wasCurrentFileSkipped (line 482) | synchronized boolean wasCurrentFileSkipped() { method getFilePercentDone (line 492) | public float getFilePercentDone() { method getCurrentFileSkippedByteCounter (line 503) | private ByteCounter getCurrentFileSkippedByteCounter() { method getCurrentFileSize (line 512) | public long getCurrentFileSize() { method setThroughputLimit (line 528) | public void setThroughputLimit(long bytesPerSecond) { method jobStopped (line 544) | @Override method jobPaused (line 561) | @Override method jobResumed (line 577) | @Override method nextFile (line 594) | @Override method getTotalPercentDone (line 609) | @Override method getStatusString (line 630) | @Override method tryCopySymlinkFile (line 639) | protected boolean tryCopySymlinkFile(AbstractFile sourceFile, Abstract... method tryCopyFileDate (line 664) | private void tryCopyFileDate(AbstractFile sourceFile, AbstractFile des... method tryCopyFilePermissions (line 674) | private void tryCopyFilePermissions(AbstractFile sourceFile, AbstractF... method tryCopyFileTypeAndCreator (line 685) | private void tryCopyFileTypeAndCreator(AbstractFile sourceFile, Abstra... FILE: src/main/java/com/mucommander/job/UnpackJob.java class UnpackJob (line 45) | public class UnpackJob extends AbstractCopyJob { method UnpackJob (line 71) | public UnpackJob(ProgressDialog progressDialog, MainFrame mainFrame, F... method UnpackJob (line 90) | public UnpackJob(ProgressDialog progressDialog, MainFrame mainFrame, A... method jobStarted (line 104) | @Override method processFile (line 138) | @Override method hasFolderChanged (line 338) | @Override method jobCompleted (line 344) | @Override method getStatusString (line 359) | @Override method calculateTotalSize (line 373) | private void calculateTotalSize(AbstractArchiveFile archiveFile) { method getTotalPercentDone (line 430) | @Override class ProxiedEntryFile (line 449) | private static class ProxiedEntryFile extends ProxyFile { method ProxiedEntryFile (line 454) | ProxiedEntryFile(AbstractFile entryFile, ArchiveEntry entry, Abstrac... method getInputStream (line 462) | @Override FILE: src/main/java/com/mucommander/job/progress/JobProgress.java class JobProgress (line 30) | public class JobProgress { method JobProgress (line 47) | public JobProgress(FileJob job) { method calcJobProgress (line 72) | boolean calcJobProgress(boolean fullUpdate) { method getJobStatusString (line 181) | public String getJobStatusString() { method isTransferFileJob (line 185) | public boolean isTransferFileJob() { method getFilePercentInt (line 189) | public int getFilePercentInt() { method getFileProgressText (line 193) | public String getFileProgressText() { method getBytesTotal (line 197) | public long getBytesTotal() { method getTotalBps (line 201) | public long getTotalBps() { method getLastTime (line 205) | public long getLastTime() { method getCurrentBps (line 209) | public long getCurrentBps() { method getTotalPercentInt (line 213) | public int getTotalPercentInt() { method getTotalProgressText (line 217) | public String getTotalProgressText() { method getEffectiveJobTime (line 221) | public long getEffectiveJobTime() { method getJobPauseStartDate (line 225) | public long getJobPauseStartDate() { FILE: src/main/java/com/mucommander/job/progress/JobProgressListener.java type JobProgressListener (line 32) | public interface JobProgressListener extends EventListener { method jobAdded (line 40) | void jobAdded(FileJob source, int idx); method jobRemoved (line 48) | void jobRemoved(FileJob source, int idx); method jobProgress (line 58) | void jobProgress(FileJob source, int idx, boolean fullUpdate); FILE: src/main/java/com/mucommander/job/progress/JobProgressMonitor.java class JobProgressMonitor (line 36) | public class JobProgressMonitor implements FileJobListener { method JobProgressMonitor (line 63) | private JobProgressMonitor() { method getInstance (line 72) | public static JobProgressMonitor getInstance() { method addJobProgressListener (line 83) | public void addJobProgressListener(JobProgressListener l) { method removeJobProgressListener (line 93) | public void removeJobProgressListener(JobProgressListener l) { method fireJobProgress (line 107) | private void fireJobProgress(FileJob source, boolean fullUpdate) { method fireJobAdded (line 125) | private void fireJobAdded(FileJob source, int idx) { method fireJobRemoved (line 142) | private void fireJobRemoved(FileJob source, int idx) { method addJob (line 156) | public void addJob(final FileJob job) { method removeJob (line 178) | public void removeJob(final FileJob job) { method getJobCount (line 199) | public int getJobCount() { method getJobProgres (line 209) | public JobProgress getJobProgres(int rowIndex) { method jobStateChanged (line 221) | public void jobStateChanged(final FileJob source, FileJob.State oldSta... class JobProgressTimer (line 236) | private class JobProgressTimer implements ActionListener { method actionPerformed (line 241) | public void actionPerformed(ActionEvent e) { FILE: src/main/java/com/mucommander/job/ui/DialogResult.java type DialogResult (line 26) | public interface DialogResult { method getUserInput (line 27) | Object getUserInput(); FILE: src/main/java/com/mucommander/job/ui/UserInputHelper.java class UserInputHelper (line 34) | public class UserInputHelper { method UserInputHelper (line 40) | public UserInputHelper(FileJob job, DialogResult dialog) { method getUserInput (line 45) | public Object getUserInput() { FILE: src/main/java/com/mucommander/job/utils/ScanDirectoryThread.java class ScanDirectoryThread (line 28) | public class ScanDirectoryThread extends Thread { method ScanDirectoryThread (line 38) | public ScanDirectoryThread(FileSet files) { method ScanDirectoryThread (line 44) | public ScanDirectoryThread(FileSet files, boolean calcSize) { method run (line 50) | @Override method processFile (line 66) | private void processFile(AbstractFile file) { method getTotalBytes (line 93) | public long getTotalBytes() { method isCompleted (line 97) | public boolean isCompleted() { method getFilesCount (line 101) | public long getFilesCount() { method interrupt (line 105) | public void interrupt() { FILE: src/main/java/com/mucommander/launcher/LauncherCmdHelper.java class LauncherCmdHelper (line 37) | public class LauncherCmdHelper { method LauncherCmdHelper (line 58) | public LauncherCmdHelper(String[] args, boolean verbose, boolean fatal... method printUsage (line 70) | private static void printUsage() { method printVersion (line 129) | private static void printVersion() { method parseArgs (line 139) | public void parseArgs() { method printError (line 321) | private static void printError(String msg, boolean quit) { method printFileError (line 334) | void printFileError(String msg, Throwable exception, boolean quit) { method printFileError (line 345) | public void printFileError(String msg, Throwable exception) { method printError (line 355) | public void printError(String msg, Exception exception, boolean quit) { method createErrorMessage (line 362) | private StringBuilder createErrorMessage(String msg, Throwable excepti... method getFolders (line 375) | public String[] getFolders() { method getLogger (line 382) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/launcher/ShutdownHook.java class ShutdownHook (line 38) | public class ShutdownHook extends Thread { method ShutdownHook (line 47) | ShutdownHook() { method initiateShutdown (line 55) | public static void initiateShutdown() { method run (line 72) | @Override method performShutdownTasks (line 82) | private synchronized static void performShutdownTasks() { method getLogger (line 166) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/process/AbstractProcess.java class AbstractProcess (line 40) | public abstract class AbstractProcess { method destroy (line 57) | public final void destroy() { method waitMonitoring (line 81) | public void waitMonitoring() throws InterruptedException { method startMonitoring (line 95) | final void startMonitoring(ProcessListener listener, String encoding) ... method usesMergedStreams (line 128) | public abstract boolean usesMergedStreams(); method waitFor (line 136) | public abstract int waitFor() throws InterruptedException, IOException; method destroyProcess (line 142) | protected abstract void destroyProcess() throws IOException; method exitValue (line 148) | public abstract int exitValue(); method getOutputStream (line 155) | public abstract OutputStream getOutputStream() throws IOException; method getInputStream (line 162) | public abstract InputStream getInputStream() throws IOException; method getErrorStream (line 169) | public abstract InputStream getErrorStream() throws IOException; FILE: src/main/java/com/mucommander/process/DebugProcessListener.java class DebugProcessListener (line 32) | class DebugProcessListener implements ProcessListener { method DebugProcessListener (line 48) | public DebugProcessListener(String[] tokens) { method processDied (line 69) | public void processDied(int returnValue) { method processOutput (line 76) | public void processOutput(byte[] buffer, int offset, int length) { method processOutput (line 83) | public void processOutput(String output) { FILE: src/main/java/com/mucommander/process/ExecutionFinishListener.java type ExecutionFinishListener (line 24) | public interface ExecutionFinishListener { method onFinish (line 30) | void onFinish(int exitCode, String output); FILE: src/main/java/com/mucommander/process/ExecutorUtils.java class ExecutorUtils (line 29) | public class ExecutorUtils { method executeAndGetOutput (line 42) | public static int executeAndGetOutput(String command, AbstractFile cur... method executeAndGetOutput (line 66) | public static int executeAndGetOutput(String[] command, AbstractFile c... method executeAndGetOutput (line 100) | public static int executeAndGetOutput(String command, AbstractFile cur... method executeAndGetOutput (line 104) | public static int executeAndGetOutput(String[] command, AbstractFile c... method execute (line 108) | public static int execute(String command, AbstractFile currentFolder) ... method execute (line 112) | public static int execute(String command) throws IOException, Interrup... method execute (line 116) | public static int execute(String[] command) throws IOException, Interr... method execute (line 121) | private static AbstractProcess execute(String command, AbstractFile cu... method execute (line 126) | private static AbstractProcess execute(String[] command, AbstractFile ... FILE: src/main/java/com/mucommander/process/LocalProcess.java class LocalProcess (line 33) | public class LocalProcess extends AbstractProcess { method LocalProcess (line 46) | public LocalProcess(String[] tokens, File dir) throws IOException { method isQuotedWith (line 56) | private boolean isQuotedWith(String string, String quotationMark) { method removeOuterQuotationMarks (line 60) | private String[] removeOuterQuotationMarks(String[] tokens) { method usesMergedStreams (line 76) | @Override method waitFor (line 87) | @Override method destroyProcess (line 95) | @Override method exitValue (line 104) | @Override method getOutputStream (line 113) | @Override method getErrorStream (line 128) | @Override method getInputStream (line 141) | @Override FILE: src/main/java/com/mucommander/process/ProcessListener.java type ProcessListener (line 27) | public interface ProcessListener { method processDied (line 34) | void processDied(int returnValue); method processOutput (line 44) | void processOutput(String output); method processOutput (line 56) | void processOutput(byte[] buffer, int offset, int length); FILE: src/main/java/com/mucommander/process/ProcessListenerList.java class ProcessListenerList (line 28) | public class ProcessListenerList implements ProcessListener { method add (line 42) | public void add(ProcessListener listener) {listeners.add(listener);} method remove (line 48) | public void remove(ProcessListener listener) {listeners.remove(listene... method processDied (line 57) | public void processDied(int returnValue) { method processOutput (line 66) | public void processOutput(byte[] buffer, int offset, int length) { method processOutput (line 75) | public void processOutput(String output) { FILE: src/main/java/com/mucommander/process/ProcessOutputMonitor.java class ProcessOutputMonitor (line 38) | class ProcessOutputMonitor extends Thread { method ProcessOutputMonitor (line 57) | public ProcessOutputMonitor(InputStream in, String encoding, ProcessLi... method ProcessOutputMonitor (line 74) | public ProcessOutputMonitor(InputStream in, String encoding, ProcessLi... method run (line 86) | public void run() { method stopMonitoring (line 142) | public void stopMonitoring() { FILE: src/main/java/com/mucommander/process/ProcessRunner.java class ProcessRunner (line 40) | public class ProcessRunner { method ProcessRunner (line 44) | private ProcessRunner() { method execute (line 66) | public static AbstractProcess execute(String[] tokens, AbstractFile cu... method execute (line 115) | public static AbstractProcess execute(String command, AbstractFile cur... method execute (line 129) | public static AbstractProcess execute(String command) throws IOExcepti... method execute (line 144) | public static AbstractProcess execute(String command, String encoding)... method execute (line 159) | public static AbstractProcess execute(String command, ProcessListener ... method execute (line 175) | public static AbstractProcess execute(String command, ProcessListener ... method execute (line 190) | public static AbstractProcess execute(String command, AbstractFile cur... method execute (line 206) | public static AbstractProcess execute(String command, AbstractFile cur... method execute (line 227) | public static AbstractProcess execute(String command, AbstractFile cur... method execute (line 252) | public static AbstractProcess execute(String[] tokens, AbstractFile cu... method execute (line 265) | public static AbstractProcess execute(String[] tokens) throws IOExcept... method execute (line 279) | public static AbstractProcess execute(String[] tokens, String encoding... method execute (line 294) | public static AbstractProcess execute(String[] tokens, ProcessListener... method execute (line 310) | public static AbstractProcess execute(String[] tokens, ProcessListener... method execute (line 325) | public static AbstractProcess execute(String[] tokens, AbstractFile cu... method execute (line 341) | public static AbstractProcess execute(String[] tokens, AbstractFile cu... FILE: src/main/java/com/mucommander/profiler/Profiler.java class Profiler (line 26) | public class Profiler { method getTime (line 37) | public static long getTime() { method start (line 42) | public static void start(String name) { method stop (line 61) | public static void stop(String name) { method stop (line 82) | public static void stop() { method print (line 89) | public static void print() { method withSpaces (line 120) | private static String withSpaces(String name, int len) { class ValueComparator (line 129) | static class ValueComparator implements Comparator { method ValueComparator (line 132) | public ValueComparator(Map base) { method compare (line 137) | @Override method hide (line 147) | public static void hide(String name) { method unhide (line 152) | public static void unhide(String name) { FILE: src/main/java/com/mucommander/shell/Shell.java class Shell (line 41) | public class Shell implements ConfigurationListener { method Shell (line 75) | private Shell() {} method execute (line 93) | public static AbstractProcess execute(String command, AbstractFile cur... method execute (line 112) | public static synchronized AbstractProcess execute(String command, Abs... method setShellCommand (line 151) | private static synchronized void setShellCommand() { method configurationChanged (line 173) | public void configurationChanged(ConfigurationEvent event) { FILE: src/main/java/com/mucommander/shell/ShellEncodingListener.java class ShellEncodingListener (line 33) | class ShellEncodingListener implements ProcessListener { method processDied (line 36) | public synchronized void processDied(int returnValue) { method processOutput (line 67) | public void processOutput(String output) {} method processOutput (line 69) | public synchronized void processOutput(byte[] buff, int from, int len) { FILE: src/main/java/com/mucommander/shell/ShellHistoryConstants.java type ShellHistoryConstants (line 25) | interface ShellHistoryConstants { FILE: src/main/java/com/mucommander/shell/ShellHistoryListener.java type ShellHistoryListener (line 25) | public interface ShellHistoryListener { method historyChanged (line 30) | void historyChanged(String command); method historyCleared (line 35) | void historyCleared(); FILE: src/main/java/com/mucommander/shell/ShellHistoryManager.java class ShellHistoryManager (line 48) | public class ShellHistoryManager { method ShellHistoryManager (line 71) | private ShellHistoryManager() {} method addListener (line 82) | public static void addListener(ShellHistoryListener listener) { method triggerEvent (line 89) | private static void triggerEvent(String command) { method clear (line 102) | public static void clear() { method getHistoryIterator (line 117) | public static Iterator getHistoryIterator() {return new Histor... method add (line 123) | public static void add(String command) { method setHistoryFile (line 172) | public static void setHistoryFile(String path) throws FileNotFoundExce... method setHistoryFile (line 189) | public static void setHistoryFile(File file) throws FileNotFoundExcept... method setHistoryFile (line 201) | public static void setHistoryFile(AbstractFile file) throws FileNotFou... method getHistoryFile (line 225) | public static AbstractFile getHistoryFile() throws IOException { method writeHistory (line 236) | public static void writeHistory() throws IOException { method loadHistory (line 246) | public static void loadHistory() throws Exception { method getLogger (line 252) | private static Logger getLogger() { class HistoryIterator (line 264) | static class HistoryIterator implements Iterator { method HistoryIterator (line 271) | HistoryIterator() { method hasNext (line 279) | public boolean hasNext() { method next (line 287) | public String next() throws NoSuchElementException { method remove (line 302) | public void remove() throws UnsupportedOperationException { FILE: src/main/java/com/mucommander/shell/ShellHistoryReader.java class ShellHistoryReader (line 30) | class ShellHistoryReader extends DefaultHandler implements ShellHistoryC... method ShellHistoryReader (line 51) | private ShellHistoryReader() { method getVersion (line 63) | public String getVersion() { method read (line 74) | public static void read(InputStream in) throws Exception {SAXParserFac... method characters (line 79) | @Override method startElement (line 89) | @Override method endElement (line 103) | @Override FILE: src/main/java/com/mucommander/shell/ShellHistoryWriter.java class ShellHistoryWriter (line 35) | class ShellHistoryWriter implements ShellHistoryConstants { method write (line 42) | public static void write(OutputStream stream) { FILE: src/main/java/com/mucommander/tools/AdbTool.java class AdbTool (line 27) | public class AdbTool extends ExternalTool { method detect (line 29) | @Override FILE: src/main/java/com/mucommander/tools/AvrAssemblerCommandsHelper.java class AvrAssemblerCommandsHelper (line 31) | public class AvrAssemblerCommandsHelper { method getCommandDescription (line 36) | public static String getCommandDescription(String mnemonic) { method loadProperties (line 46) | private static Properties loadProperties() { FILE: src/main/java/com/mucommander/tools/ExternalTool.java class ExternalTool (line 28) | public abstract class ExternalTool { method isActive (line 39) | public boolean isActive() { method detect (line 47) | abstract boolean detect(); method checkFileExists (line 55) | protected boolean checkFileExists(String path) { method getFullPath (line 59) | public String getFullPath() { method setFullPath (line 63) | public void setFullPath(String fullPath) { FILE: src/main/java/com/mucommander/tools/FileMergeTool.java class FileMergeTool (line 26) | public class FileMergeTool extends ExternalTool { method isActive (line 28) | @Override method detect (line 33) | @Override FILE: src/main/java/com/mucommander/ui/PreloadedJFrame.java class PreloadedJFrame (line 34) | @Slf4j method init (line 46) | public static void init() { method setMainFrameObject (line 65) | private void setMainFrameObject(Object mainFrameObj) { method getMainFrameObject (line 69) | public Object getMainFrameObject() { method getJFrame (line 73) | public static JFrame getJFrame(Object mainFrame) { method getJPanel (line 82) | public static JPanel getJPanel(LayoutManager layout) { FILE: src/main/java/com/mucommander/ui/action/AbstractActionDescriptor.java class AbstractActionDescriptor (line 38) | public abstract class AbstractActionDescriptor implements ActionDescript... method getLabel (line 41) | @Override method getIcon (line 47) | @Override method getTooltip (line 52) | @Override method getDescription (line 57) | @Override method getLabelKey (line 72) | @Override method isParameterized (line 83) | @Override method getStandardLabel (line 96) | private String getStandardLabel() { method getStandardIcon (line 111) | protected static ImageIcon getStandardIcon(String actionId) { method getStandardIconPath (line 124) | private static String getStandardIconPath(String actionId) { method getStandardTooltip (line 135) | private static String getStandardTooltip(String actionId) { method getStandardTooltipKey (line 153) | private static String getStandardTooltipKey(String actionId) { FILE: src/main/java/com/mucommander/ui/action/AcceleratorMap.java class AcceleratorMap (line 32) | public class AcceleratorMap { method putAccelerator (line 47) | public void putAccelerator(KeyStroke ks, String actionId) { method putAlternativeAccelerator (line 57) | public void putAlternativeAccelerator(KeyStroke ks, String actionId) { method getActionId (line 67) | public String getActionId(KeyStroke ks) { method getAcceleratorType (line 78) | public int getAcceleratorType(KeyStroke ks) { method remove (line 88) | public void remove(KeyStroke ks) { method clear (line 95) | public void clear() { method put (line 99) | private void put(KeyStroke ks, String actionId, int acceleratorType) { method getActionIdAndAcceleratorTypeOfKeyStroke (line 104) | private Pair getActionIdAndAcceleratorTypeOfKeyStroke... FILE: src/main/java/com/mucommander/ui/action/ActionCategory.java type ActionCategory (line 28) | public enum ActionCategory { method contains (line 30) | @Override method ActionCategory (line 48) | ActionCategory(String descriptionKey) { method getDescriptionKey (line 52) | public String getDescriptionKey() { method getDescription (line 56) | public String getDescription() { return Translator.get(descriptionKey); } method contains (line 58) | public boolean contains(String actionId) { method toString (line 63) | @Override FILE: src/main/java/com/mucommander/ui/action/ActionDescriptor.java type ActionDescriptor (line 30) | public interface ActionDescriptor extends ActionFactory { method getId (line 32) | String getId(); method getDescription (line 34) | String getDescription(); method getCategory (line 36) | ActionCategory getCategory(); method getLabel (line 38) | String getLabel(); method getLabelKey (line 40) | String getLabelKey(); method getDefaultKeyStroke (line 42) | KeyStroke getDefaultKeyStroke(); method getDefaultAltKeyStroke (line 44) | KeyStroke getDefaultAltKeyStroke(); method getIcon (line 46) | ImageIcon getIcon(); method getTooltip (line 48) | String getTooltip(); method isParameterized (line 55) | boolean isParameterized(); FILE: src/main/java/com/mucommander/ui/action/ActionFactory.java type ActionFactory (line 30) | public interface ActionFactory { method createAction (line 39) | TcAction createAction(MainFrame mainFrame, Map properti... FILE: src/main/java/com/mucommander/ui/action/ActionKeymap.java class ActionKeymap (line 34) | public class ActionKeymap { method registerActions (line 52) | public static void registerActions(MainFrame mainFrame) { method registerActionAccelerators (line 74) | public static void registerActionAccelerators(TcAction action, JCompon... method changeActionAccelerators (line 88) | public static void changeActionAccelerators(String actionId, KeyStroke... method unregisterAcceleratorFromAction (line 112) | private static void unregisterAcceleratorFromAction(String actionId, K... method registerActions (line 129) | public static void registerActions(Map primary, Map... method isKeyStrokeRegistered (line 145) | public static boolean isKeyStrokeRegistered(KeyStroke ks) { method doesActionHaveShortcut (line 155) | public static boolean doesActionHaveShortcut(String actionId) { method restoreDefault (line 162) | public static void restoreDefault() { method getAccelerator (line 178) | public static KeyStroke getAccelerator(String actionId) { method getAlternateAccelerator (line 190) | public static KeyStroke getAlternateAccelerator(String actionId) { method getRegisteredActionIdForKeystroke (line 202) | public static String getRegisteredActionIdForKeystroke(KeyStroke ks) { method getAcceleratorType (line 213) | private static int getAcceleratorType(KeyStroke ks) { method getCustomizedActions (line 223) | public static Iterator getCustomizedActions() { method registerAction (line 238) | private static void registerAction(MainFrame mainFrame, TcAction actio... method registerActionAccelerator (line 246) | private static void registerActionAccelerator(TcAction action, KeyStro... method unregisterAction (line 259) | private static void unregisterAction(MainFrame mainFrame, TcAction act... method unregisterActionAccelerators (line 267) | private static void unregisterActionAccelerators(TcAction action, JCom... method unregisterActionAccelerator (line 275) | private static void unregisterActionAccelerator(TcAction action, KeySt... method registerActionAccelerators (line 288) | private static void registerActionAccelerators(String actionId, KeyStr... method equals (line 332) | private static boolean equals(Object first, Object second) { FILE: src/main/java/com/mucommander/ui/action/ActionKeymapIO.java class ActionKeymapIO (line 38) | public abstract class ActionKeymapIO extends DefaultHandler { method setActionsFile (line 73) | public static void setActionsFile(String path) throws FileNotFoundExce... method setActionsFile (line 92) | private static void setActionsFile(File file) throws FileNotFoundExcep... method setActionsFile (line 102) | private static void setActionsFile(AbstractFile file) throws FileNotFo... method getActionsFile (line 115) | protected static AbstractFile getActionsFile() throws IOException { method setModified (line 125) | public static void setModified() { wereActionsModified = true; } method saveActionKeymap (line 131) | public static void saveActionKeymap() throws IOException { method createEmptyFile (line 138) | protected static void createEmptyFile() { method loadActionKeymap (line 150) | public static void loadActionKeymap() throws Exception { method getLogger (line 163) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/ui/action/ActionKeymapReader.java class ActionKeymapReader (line 46) | class ActionKeymapReader extends ActionKeymapIO { method ActionKeymapReader (line 69) | ActionKeymapReader(AbstractFile file) throws SAXException, IOException... method processKeystrokeAttribute (line 91) | private void processKeystrokeAttribute(String actionId, Attributes att... method getPrimaryActionsKeymap (line 143) | Map getPrimaryActionsKeymap() { method getAlternateActionsKeymap (line 147) | Map getAlternateActionsKeymap() { method startDocument (line 155) | @Override method endDocument (line 163) | @Override method startElement (line 168) | @Override FILE: src/main/java/com/mucommander/ui/action/ActionKeymapWriter.java class ActionKeymapWriter (line 44) | class ActionKeymapWriter extends ActionKeymapIO { method ActionKeymapWriter (line 47) | ActionKeymapWriter() {} method create (line 49) | public void create() { method write (line 58) | void write() { class Writer (line 79) | private static class Writer { method Writer (line 82) | private Writer(OutputStream stream) throws IOException { method writeKeyMap (line 86) | private void writeKeyMap(Map actionMap) throws ... method addMapping (line 106) | private void addMapping(String actionId, KeyStroke[] keyStrokes) thr... FILE: src/main/java/com/mucommander/ui/action/ActionManager.java class ActionManager (line 51) | public class ActionManager { method registerActions (line 63) | public static void registerActions() { method registerCommandsActions (line 260) | public static void registerCommandsActions() { method registerAction (line 274) | private static void registerAction(ActionDescriptor actionDescriptor) { method getActionIds (line 283) | public static Iterator getActionIds() { method extrapolateId (line 293) | public static String extrapolateId(String actionClassPath) { method isActionExist (line 308) | public static boolean isActionExist(String actionId) { method getActionInstance (line 324) | public static TcAction getActionInstance(Command command, MainFrame ma... method getActionInstance (line 339) | public static TcAction getActionInstance(String actionId, MainFrame ma... method getActionInstance2 (line 343) | public static Optional getActionInstance2(ActionParameters a... method getActionInstance (line 360) | public static TcAction getActionInstance(ActionParameters actionParame... method getActionInstances (line 446) | static List getActionInstances(String muActionId) { method performAction (line 475) | public static boolean performAction(String actionId, MainFrame mainFra... method performAction (line 489) | public static boolean performAction(ActionParameters actionParameters,... class ActionAndIdPair (line 504) | private static class ActionAndIdPair { method ActionAndIdPair (line 508) | ActionAndIdPair(TcAction action, String id) { method getAction (line 513) | public TcAction getAction() { return action; } method getId (line 515) | public String getId() { return id; } FILE: src/main/java/com/mucommander/ui/action/ActionParameters.java class ActionParameters (line 45) | public class ActionParameters { method ActionParameters (line 60) | public ActionParameters(String actionId) { method ActionParameters (line 72) | public ActionParameters(String actionId, Map initProper... method getActionId (line 82) | public String getActionId() { method getInitProperties (line 93) | public Map getInitProperties() { method equals (line 103) | @Override method hashCode (line 119) | @Override method toString (line 127) | @Override FILE: src/main/java/com/mucommander/ui/action/ActionProperties.java class ActionProperties (line 34) | public class ActionProperties { method addActionDescriptor (line 56) | public static void addActionDescriptor(ActionDescriptor actionDescript... method getActionDescriptor (line 88) | public static ActionDescriptor getActionDescriptor(String actionId) { method getActionDescription (line 102) | public static String getActionDescription(String actionId) { method getActionCategory (line 112) | public static ActionCategory getActionCategory(String actionId) { method getDefaultAccelerator (line 122) | public static KeyStroke getDefaultAccelerator(String actionId) { method getDefaultAlternativeAccelerator (line 132) | public static KeyStroke getDefaultAlternativeAccelerator(String action... method getDefaultActionForKeyStroke (line 143) | static String getDefaultActionForKeyStroke(KeyStroke keyStroke) { method getDefaultAcceleratorType (line 154) | static int getDefaultAcceleratorType(KeyStroke keyStroke) { method getActionLabel (line 165) | public static String getActionLabel(String actionId) { method getActionLabelKey (line 174) | public static String getActionLabelKey(String actionId) { method getActionIcon (line 184) | public static ImageIcon getActionIcon(String actionId) { method getActionTooltip (line 194) | public static String getActionTooltip(String actionId) { method getActionCategories (line 206) | public static Set getActionCategories() { method getNullSafeActionDescriptor (line 210) | private static ActionDescriptor getNullSafeActionDescriptor(String act... class NullActionDescriptor (line 218) | private static class NullActionDescriptor implements ActionDescriptor { method getCategory (line 220) | public ActionCategory getCategory() { return null; } method getDefaultAltKeyStroke (line 222) | public KeyStroke getDefaultAltKeyStroke() { return null; } method getDefaultKeyStroke (line 224) | public KeyStroke getDefaultKeyStroke() { return null; } method getDescription (line 226) | public String getDescription() { return null; } method getIcon (line 228) | public ImageIcon getIcon() { return null; } method getId (line 230) | public String getId() { return null; } method getLabel (line 232) | public String getLabel() { return null; } method getLabelKey (line 234) | public String getLabelKey() { return null; } method getTooltip (line 236) | public String getTooltip() { return null; } method isParameterized (line 238) | public boolean isParameterized() { return false; } method createAction (line 240) | public TcAction createAction(MainFrame mainFrame, Map properties) { method getMainFrame (line 92) | public MainFrame getMainFrame() { method getLabel (line 102) | public String getLabel() { method setLabel (line 112) | public void setLabel(String label) { method getToolTipText (line 123) | public String getToolTipText() { method setToolTipText (line 133) | public void setToolTipText(String toolTipText) { method getIcon (line 144) | public ImageIcon getIcon() { method setIcon (line 154) | public void setIcon(ImageIcon icon) { method getAccelerator (line 165) | public KeyStroke getAccelerator() { method setAccelerator (line 175) | public void setAccelerator(KeyStroke keyStroke) { method getAlternateAccelerator (line 186) | KeyStroke getAlternateAccelerator() { method setAlternateAccelerator (line 196) | void setAlternateAccelerator(KeyStroke keyStroke) { method acceleratorsEqual (line 210) | private boolean acceleratorsEqual(KeyStroke ks1, KeyStroke ks2) { method isAccelerator (line 224) | public boolean isAccelerator(KeyStroke keyStroke) { method getAcceleratorText (line 241) | public String getAcceleratorText() { method honourNoEventsMode (line 264) | private boolean honourNoEventsMode() { method setHonourNoEventsMode (line 276) | protected void setHonourNoEventsMode(boolean honourNoEventsMode) { method performActionInSeparateThread (line 292) | private boolean performActionInSeparateThread() { method setPerformActionInSeparateThread (line 307) | protected void setPerformActionInSeparateThread(boolean performActionI... method getStandardIcon (line 316) | public ImageIcon getStandardIcon() { method getStandardIconPath (line 325) | public String getStandardIconPath() { method getStandardIcon (line 338) | public static ImageIcon getStandardIcon(Class acti... method getStandardIconPath (line 354) | private static String getStandardIconPath(Class ac... method getActionName (line 358) | private static String getActionName(Class action) { method getId (line 362) | public String getId() { method actionPerformed (line 375) | public void actionPerformed(ActionEvent e) { method performAction (line 394) | public abstract void performAction(); method getDescriptor (line 400) | public abstract ActionDescriptor getDescriptor(); FILE: src/main/java/com/mucommander/ui/action/impl/AbstractViewerAction.java class AbstractViewerAction (line 39) | abstract class AbstractViewerAction extends SelectedFileAction { method AbstractViewerAction (line 46) | AbstractViewerAction(MainFrame mainFrame, Map properti... method performAction (line 58) | @Override method preferInternalAction (line 89) | protected boolean preferInternalAction(AbstractFile file) { method performInternalAction (line 97) | protected abstract void performInternalAction(AbstractFile file); method getCustomCommand (line 99) | protected abstract Command getCustomCommand(AbstractFile file); FILE: src/main/java/com/mucommander/ui/action/impl/ActiveTabAction.java class ActiveTabAction (line 36) | public abstract class ActiveTabAction extends TcAction implements Active... method ActiveTabAction (line 38) | public ActiveTabAction(MainFrame mainFrame, Map propert... method toggleEnabledState (line 62) | protected abstract void toggleEnabledState(); method activePanelChanged (line 69) | public void activePanelChanged(FolderPanel folderPanel) { method activeTabChanged (line 77) | public void activeTabChanged() { FILE: src/main/java/com/mucommander/ui/action/impl/AddBookmarkAction.java class AddBookmarkAction (line 34) | @InvokesDialog method AddBookmarkAction (line 37) | private AddBookmarkAction(MainFrame mainFrame, Map pro... method performAction (line 41) | @Override method getDescriptor (line 46) | @Override class Descriptor (line 53) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 56) | public String getId() { return ACTION_ID; } method getCategory (line 58) | public ActionCategory getCategory() { return ActionCategory.NAVIGATI... method getDefaultAltKeyStroke (line 60) | public KeyStroke getDefaultAltKeyStroke() { return null; } method getDefaultKeyStroke (line 62) | public KeyStroke getDefaultKeyStroke() { method createAction (line 66) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/AddTabAction.java class AddTabAction (line 36) | public class AddTabAction extends TcAction { method AddTabAction (line 38) | private AddTabAction(MainFrame mainFrame, Map properti... method performAction (line 42) | @Override method getDescriptor (line 47) | @Override class Descriptor (line 53) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 55) | public String getId() { method getCategory (line 59) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 63) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 67) | public KeyStroke getDefaultKeyStroke() { method createAction (line 71) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/BatchRenameAction.java class BatchRenameAction (line 41) | @InvokesDialog method BatchRenameAction (line 44) | private BatchRenameAction(MainFrame mainFrame, Map pro... method performAction (line 56) | @Override method getDescriptor (line 61) | @Override class Descriptor (line 67) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 70) | public String getId() { method getCategory (line 74) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 78) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 82) | public KeyStroke getDefaultKeyStroke() { method createAction (line 86) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/BringAllToFrontAction.java class BringAllToFrontAction (line 47) | public class BringAllToFrontAction extends TcAction { method BringAllToFrontAction (line 49) | private BringAllToFrontAction(MainFrame mainFrame, Map... method performAction (line 53) | @Override method getDescriptor (line 70) | @Override class Descriptor (line 77) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 80) | public String getId() { method getCategory (line 84) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 88) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 92) | public KeyStroke getDefaultKeyStroke() { method createAction (line 96) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/CalculateChecksumAction.java class CalculateChecksumAction (line 38) | @InvokesDialog method CalculateChecksumAction (line 41) | private CalculateChecksumAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/CalculatorAction.java class CalculatorAction (line 32) | @InvokesDialog method CalculatorAction (line 35) | private CalculatorAction(MainFrame mainFrame, Map prop... method performAction (line 40) | @Override method getDescriptor (line 45) | @Override class Descriptor (line 51) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 54) | public String getId() { method getCategory (line 58) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 62) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 66) | public KeyStroke getDefaultKeyStroke() { method createAction (line 70) | public TcAction createAction(MainFrame mainFrame, Map prop... method performAction (line 47) | @Override method getDescriptor (line 52) | @Override class Descriptor (line 58) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 61) | public String getId() { method getCategory (line 65) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 69) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 73) | public KeyStroke getDefaultKeyStroke() { method createAction (line 77) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ChangeLocationAction.java class ChangeLocationAction (line 37) | public class ChangeLocationAction extends ActiveTabAction { method ChangeLocationAction (line 39) | private ChangeLocationAction(MainFrame mainFrame, Map ... method toggleEnabledState (line 48) | @Override method performAction (line 53) | @Override method getDescriptor (line 58) | @Override class Descriptor (line 64) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 67) | public String getId() { method getCategory (line 71) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 75) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 79) | public KeyStroke getDefaultKeyStroke() { method createAction (line 83) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ChangePermissionsAction.java class ChangePermissionsAction (line 37) | @InvokesDialog method ChangePermissionsAction (line 40) | private ChangePermissionsAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ChangeReplicationAction.java class ChangeReplicationAction (line 37) | @InvokesDialog method ChangeReplicationAction (line 40) | private ChangeReplicationAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/CheckForUpdatesAction.java class CheckForUpdatesAction (line 33) | @InvokesDialog method CheckForUpdatesAction (line 36) | private CheckForUpdatesAction(MainFrame mainFrame, Map... method performAction (line 40) | @Override method getDescriptor (line 45) | @Override class Descriptor (line 51) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 54) | public String getId() { method getCategory (line 58) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 62) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 66) | public KeyStroke getDefaultKeyStroke() { method createAction (line 70) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/CloneTabToOtherPanelAction.java class CloneTabToOtherPanelAction (line 36) | public class CloneTabToOtherPanelAction extends TcAction { method CloneTabToOtherPanelAction (line 38) | private CloneTabToOtherPanelAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/CloseDuplicateTabsAction.java class CloseDuplicateTabsAction (line 35) | public class CloseDuplicateTabsAction extends TcAction { method CloseDuplicateTabsAction (line 37) | private CloseDuplicateTabsAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/CloseOtherTabsAction.java class CloseOtherTabsAction (line 36) | public class CloseOtherTabsAction extends TcAction { method CloseOtherTabsAction (line 38) | private CloseOtherTabsAction(MainFrame mainFrame, Map ... method performAction (line 42) | @Override method getDescriptor (line 47) | @Override class Descriptor (line 53) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 56) | public String getId() { method getCategory (line 60) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 64) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 68) | public KeyStroke getDefaultKeyStroke() { method createAction (line 72) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/CloseTabAction.java class CloseTabAction (line 37) | public class CloseTabAction extends ActiveTabAction { method CloseTabAction (line 39) | private CloseTabAction(MainFrame mainFrame, Map proper... method toggleEnabledState (line 48) | @Override method performAction (line 54) | @Override method getDescriptor (line 60) | @Override class Descriptor (line 66) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 69) | public String getId() { method getCategory (line 73) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 77) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 81) | public KeyStroke getDefaultKeyStroke() { method createAction (line 85) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/CloseWindowAction.java class CloseWindowAction (line 37) | public class CloseWindowAction extends TcAction { method CloseWindowAction (line 39) | private CloseWindowAction(MainFrame mainFrame, Map pro... method performAction (line 43) | @Override method getDescriptor (line 53) | @Override class Descriptor (line 59) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 62) | public String getId() { method getCategory (line 66) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 70) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 74) | public KeyStroke getDefaultKeyStroke() { method createAction (line 78) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/CombineFilesAction.java class CombineFilesAction (line 40) | @InvokesDialog method CombineFilesAction (line 43) | private CombineFilesAction(MainFrame mainFrame, Map pr... method performAction (line 49) | @Override method getDescriptor (line 63) | @Override class Descriptor (line 68) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 71) | public String getId() { method getCategory (line 75) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 79) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 83) | public KeyStroke getDefaultKeyStroke() { method createAction (line 87) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/CommandAction.java class CommandAction (line 46) | public class CommandAction extends TcAction { method CommandAction (line 58) | private CommandAction(MainFrame mainFrame, Map propert... method performAction (line 68) | @Override method getDescriptor (line 96) | @Override class Descriptor (line 102) | public static final class Descriptor extends AbstractActionDescriptor { method Descriptor (line 110) | public Descriptor(Command command) { method getId (line 118) | public String getId() { method getCategory (line 122) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 126) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 130) | public KeyStroke getDefaultKeyStroke() { method createAction (line 134) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/CompareFilesAction.java class CompareFilesAction (line 44) | public class CompareFilesAction extends SelectedFilesAction { type DiffMethod (line 48) | public enum DiffMethod { method exec (line 50) | @Override method exec (line 56) | @Override method exec (line 62) | abstract void exec(String file1, String file2) throws IOException, I... method CompareFilesAction (line 67) | private CompareFilesAction(MainFrame mainFrame, Map pr... method isLocalFile (line 85) | private static boolean isLocalFile(AbstractFile file) { method performAction (line 89) | @Override method compareTwoFiles (line 101) | public static void compareTwoFiles(String file1, String file2) { method supported (line 114) | public static boolean supported() { method getDescriptor (line 136) | @Override class Descriptor (line 141) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 144) | public String getId() { method getCategory (line 148) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 152) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 156) | public KeyStroke getDefaultKeyStroke() { method createAction (line 160) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/CompareFoldersAction.java class CompareFoldersAction (line 39) | public class CompareFoldersAction extends TcAction { method CompareFoldersAction (line 41) | private CompareFoldersAction(MainFrame mainFrame, Map ... method performAction (line 45) | @Override method compare (line 64) | private boolean compare(BaseFileTableModel firstTableModel, BaseFileTa... method getDescriptor (line 91) | @Override class Descriptor (line 97) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 100) | public String getId() { method getCategory (line 104) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 108) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 112) | public KeyStroke getDefaultKeyStroke() { method createAction (line 120) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ConnectToServerAction.java class ConnectToServerAction (line 34) | @InvokesDialog method ConnectToServerAction (line 37) | private ConnectToServerAction(MainFrame mainFrame, Map... method toggleEnabledState (line 45) | @Override method performAction (line 50) | @Override method getDescriptor (line 55) | @Override class Descriptor (line 61) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 64) | public String getId() { method getCategory (line 68) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 72) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 76) | public KeyStroke getDefaultKeyStroke() { method createAction (line 80) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/CopyAction.java class CopyAction (line 40) | public class CopyAction extends SelectedFilesAction { method CopyAction (line 42) | private CopyAction(MainFrame mainFrame, Map properties) { method performAction (line 48) | @Override method getDescriptor (line 53) | @Override class Descriptor (line 59) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 62) | public String getId() { method getCategory (line 66) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 70) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 74) | public KeyStroke getDefaultKeyStroke() { method createAction (line 78) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/CopyFileBaseNamesAction.java class CopyFileBaseNamesAction (line 39) | public class CopyFileBaseNamesAction extends SelectedFilesAction { method CopyFileBaseNamesAction (line 41) | private CopyFileBaseNamesAction(MainFrame mainFrame, Map p... method performAction (line 47) | @Override method getDescriptor (line 64) | @Override class Descriptor (line 70) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 73) | public String getId() { method getCategory (line 77) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 81) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 85) | public KeyStroke getDefaultKeyStroke() { method createAction (line 93) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/CopyFilePathsAction.java class CopyFilePathsAction (line 39) | public class CopyFilePathsAction extends SelectedFilesAction { method CopyFilePathsAction (line 41) | private CopyFilePathsAction(MainFrame mainFrame, Map p... method performAction (line 45) | @Override method getDescriptor (line 59) | @Override class Descriptor (line 65) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 68) | public String getId() { method getCategory (line 72) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 76) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 80) | public KeyStroke getDefaultKeyStroke() { method createAction (line 84) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/CopyFilesToClipboardAction.java class CopyFilesToClipboardAction (line 39) | public class CopyFilesToClipboardAction extends SelectedFilesAction { method CopyFilesToClipboardAction (line 41) | private CopyFilesToClipboardAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/CreateSymlinkAction.java class CreateSymlinkAction (line 19) | @InvokesDialog method CreateSymlinkAction (line 22) | private CreateSymlinkAction(MainFrame mainFrame, Map p... method toggleEnabledState (line 26) | @Override method performAction (line 39) | @Override method getDescriptor (line 49) | @Override class Descriptor (line 55) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 58) | public String getId() { method getCategory (line 62) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 66) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 70) | public KeyStroke getDefaultKeyStroke() { method createAction (line 74) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/CustomizeCommandBarAction.java class CustomizeCommandBarAction (line 33) | @InvokesDialog method CustomizeCommandBarAction (line 36) | private CustomizeCommandBarAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/CutFilesToClipboardAction.java class CutFilesToClipboardAction (line 40) | public class CutFilesToClipboardAction extends SelectedFilesAction { method CutFilesToClipboardAction (line 43) | private CutFilesToClipboardAction(MainFrame mainFrame, Map... method getDescriptor (line 77) | @Override FILE: src/main/java/com/mucommander/ui/action/impl/DeleteAction.java class DeleteAction (line 44) | public class DeleteAction extends SelectedFilesAction { method DeleteAction (line 46) | private DeleteAction(MainFrame mainFrame, Map properti... method performAction (line 52) | @Override method getDescriptor (line 57) | @Override class Descriptor (line 63) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 66) | public String getId() { method getCategory (line 70) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 74) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 78) | public KeyStroke getDefaultKeyStroke() { method createAction (line 82) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/DonateAction.java class DonateAction (line 34) | public class DonateAction extends OpenURLInBrowserAction { method DonateAction (line 36) | private DonateAction(MainFrame mainFrame, Map properti... class Descriptor (line 42) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 45) | public String getId() { method getCategory (line 49) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 53) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 57) | public KeyStroke getDefaultKeyStroke() { method createAction (line 61) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/DuplicateTabAction.java class DuplicateTabAction (line 54) | public class DuplicateTabAction extends TcAction { method DuplicateTabAction (line 56) | private DuplicateTabAction(MainFrame mainFrame, Map pr... method performAction (line 60) | @Override method getDescriptor (line 65) | @Override class Descriptor (line 71) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 74) | public String getId() { method getCategory (line 78) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 82) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 86) | public KeyStroke getDefaultKeyStroke() { method createAction (line 90) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/EditAction.java class EditAction (line 39) | public class EditAction extends InternalEditAction { method EditAction (line 45) | private EditAction(MainFrame mainFrame, Map properties) { method preferInternalAction (line 50) | @Override method getCustomCommand (line 55) | @Override method getDescriptor (line 61) | @Override class Descriptor (line 67) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 70) | public String getId() { method getCategory (line 74) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 78) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 82) | public KeyStroke getDefaultKeyStroke() { method createAction (line 86) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/EditAsAction.java class EditAsAction (line 33) | public class EditAsAction extends SelectedFilesAction { method EditAsAction (line 39) | private EditAsAction(MainFrame mainFrame, Map properti... method getDescriptor (line 49) | @Override method performAction (line 54) | @Override class Descriptor (line 68) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 71) | public String getId() { return ACTION_ID; } method getCategory (line 73) | public ActionCategory getCategory() { return ActionCategory.FILES; } method getDefaultAltKeyStroke (line 75) | public KeyStroke getDefaultAltKeyStroke() { return null; } method getDefaultKeyStroke (line 77) | public KeyStroke getDefaultKeyStroke() { return KeyStroke.getKeyStro... method createAction (line 79) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/EditBookmarksAction.java class EditBookmarksAction (line 34) | @InvokesDialog method EditBookmarksAction (line 37) | private EditBookmarksAction(MainFrame mainFrame, Map p... method performAction (line 41) | @Override method getDescriptor (line 46) | @Override class Descriptor (line 52) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 55) | public String getId() { method getCategory (line 59) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 63) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 67) | public KeyStroke getDefaultKeyStroke() { method createAction (line 71) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/EditCommandsAction.java class EditCommandsAction (line 31) | @InvokesDialog method EditCommandsAction (line 41) | private EditCommandsAction(MainFrame mainFrame, Map pr... method performAction (line 45) | @Override method getDescriptor (line 51) | @Override class Descriptor (line 58) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 61) | public String getId() { method getCategory (line 65) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 69) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 73) | public KeyStroke getDefaultKeyStroke() { method createAction (line 77) | public TcAction createAction(MainFrame mainFrame, Map... method performAction (line 41) | @Override method getDescriptor (line 46) | @Override class Descriptor (line 52) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 55) | public String getId() { method getCategory (line 59) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 63) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 67) | public KeyStroke getDefaultKeyStroke() { method createAction (line 71) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/EjectDriveAction.java class EjectDriveAction (line 42) | public class EjectDriveAction extends SelectedFilesAction { method EjectDriveAction (line 44) | private EjectDriveAction(MainFrame mainFrame, Map prop... method performAction (line 49) | @Override method eject (line 57) | public static void eject(MainFrame mainFrame, AbstractFile file) { method getDescriptor (line 63) | @Override class Descriptor (line 69) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 72) | public String getId() { method getCategory (line 76) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 80) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 84) | public KeyStroke getDefaultKeyStroke() { method createAction (line 88) | public TcAction createAction(MainFrame mainFrame, Map { method EjectWorker (line 101) | EjectWorker(MainFrame mainFrame, String fileName) { method doInBackground (line 108) | @Override method process (line 134) | @Override method done (line 148) | @Override FILE: src/main/java/com/mucommander/ui/action/impl/EmailAction.java class EmailAction (line 41) | @InvokesDialog method EmailAction (line 44) | private EmailAction(MainFrame mainFrame, Map propertie... method performAction (line 50) | @Override method getDescriptor (line 65) | @Override class Descriptor (line 71) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 74) | public String getId() { method getCategory (line 78) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 82) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 86) | public KeyStroke getDefaultKeyStroke() { method createAction (line 90) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/EmptyTrashAction.java class EmptyTrashAction (line 39) | public class EmptyTrashAction extends TcAction { method EmptyTrashAction (line 41) | private EmptyTrashAction(MainFrame mainFrame, Map prop... method performAction (line 48) | @Override method getDescriptor (line 56) | @Override class Descriptor (line 62) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 65) | public String getId() { method getCategory (line 69) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 73) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 77) | public KeyStroke getDefaultKeyStroke() { method createAction (line 81) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ExploreBookmarksAction.java class ExploreBookmarksAction (line 37) | public class ExploreBookmarksAction extends ActiveTabAction { method ExploreBookmarksAction (line 39) | private ExploreBookmarksAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/FileAction.java class FileAction (line 45) | public abstract class FileAction extends TcAction implements TableSelect... method FileAction (line 51) | FileAction(MainFrame mainFrame, Map properties) { method init (line 57) | private void init(MainFrame mainFrame) { method updateEnabledState (line 80) | protected void updateEnabledState(FileTable fileTable) { method getFileTableCondition (line 94) | protected abstract boolean getFileTableCondition(FileTable fileTable); method selectedFileChanged (line 104) | public void selectedFileChanged(FileTable source) { method markedFilesChanged (line 114) | public void markedFilesChanged(FileTable source) { method activePanelChanged (line 125) | public void activePanelChanged(FolderPanel folderPanel) { FILE: src/main/java/com/mucommander/ui/action/impl/FindFileAction.java class FindFileAction (line 33) | @InvokesDialog method FindFileAction (line 36) | private FindFileAction(MainFrame mainFrame, Map proper... method toggleEnabledState (line 40) | @Override method performAction (line 45) | @Override method getDescriptor (line 51) | @Override class Descriptor (line 57) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 60) | public String getId() { method getCategory (line 64) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 68) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 72) | public KeyStroke getDefaultKeyStroke() { method createAction (line 76) | public TcAction createAction(MainFrame mainFrame, Map prope... method performAction (line 50) | @Override method getDescriptor (line 79) | @Override class Descriptor (line 85) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 88) | public String getId() { method getCategory (line 92) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 96) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 100) | public KeyStroke getDefaultKeyStroke() { method createAction (line 104) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/FocusPreviousAction.java class FocusPreviousAction (line 42) | public class FocusPreviousAction extends TcAction { method FocusPreviousAction (line 44) | private FocusPreviousAction(MainFrame mainFrame, Map p... method performAction (line 51) | @Override method getDescriptor (line 80) | @Override class Descriptor (line 86) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 89) | public String getId() { method getCategory (line 93) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 97) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 101) | public KeyStroke getDefaultKeyStroke() { method createAction (line 105) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/GarbageCollectAction.java class GarbageCollectAction (line 38) | public class GarbageCollectAction extends TcAction { method GarbageCollectAction (line 40) | private GarbageCollectAction(MainFrame mainFrame, Map ... method performAction (line 44) | @Override method getDescriptor (line 53) | @Override class Descriptor (line 59) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 62) | public String getId() { method getCategory (line 66) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 70) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 74) | public KeyStroke getDefaultKeyStroke() { method createAction (line 78) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/GoBackAction.java class GoBackAction (line 36) | public class GoBackAction extends ActiveTabAction { method GoBackAction (line 38) | private GoBackAction(MainFrame mainFrame, Map properti... method performAction (line 43) | @Override method getDescriptor (line 48) | @Override method toggleEnabledState (line 57) | @Override class Descriptor (line 64) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 67) | public String getId() { method getCategory (line 71) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 75) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 79) | public KeyStroke getDefaultKeyStroke() { method createAction (line 83) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/GoForwardAction.java class GoForwardAction (line 36) | public class GoForwardAction extends ActiveTabAction { method GoForwardAction (line 38) | private GoForwardAction(MainFrame mainFrame, Map prope... method performAction (line 43) | @Override method getDescriptor (line 48) | @Override method toggleEnabledState (line 57) | @Override class Descriptor (line 64) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 67) | public String getId() { method getCategory (line 71) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 75) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 79) | public KeyStroke getDefaultKeyStroke() { method createAction (line 83) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/GoToDocumentationAction.java class GoToDocumentationAction (line 39) | public class GoToDocumentationAction extends OpenURLInBrowserAction impl... method GoToDocumentationAction (line 44) | public GoToDocumentationAction(MainFrame mainFrame, Map... method updateURL (line 61) | private void updateURL() { method propertyChange (line 82) | public void propertyChange(PropertyChangeEvent propertyChangeEvent) { class Descriptor (line 90) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 93) | public String getId() { method getCategory (line 97) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 101) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 105) | public KeyStroke getDefaultKeyStroke() { method createAction (line 109) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/GoToForumsAction.java class GoToForumsAction (line 34) | public class GoToForumsAction extends OpenURLInBrowserAction { method GoToForumsAction (line 36) | private GoToForumsAction(MainFrame mainFrame, Map prop... class Descriptor (line 43) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 46) | public String getId() { method getCategory (line 50) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 54) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 58) | public KeyStroke getDefaultKeyStroke() { method createAction (line 62) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/GoToHomeAction.java class GoToHomeAction (line 37) | public class GoToHomeAction extends ActiveTabAction { method GoToHomeAction (line 39) | private GoToHomeAction(MainFrame mainFrame, Map proper... method toggleEnabledState (line 47) | @Override method performAction (line 52) | @Override method getDescriptor (line 60) | @Override class Descriptor (line 66) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 69) | public String getId() { method getCategory (line 73) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 77) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 81) | public KeyStroke getDefaultKeyStroke() { method createAction (line 85) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/GoToParentAction.java class GoToParentAction (line 39) | public class GoToParentAction extends ActiveTabAction { method GoToParentAction (line 45) | private GoToParentAction(MainFrame mainFrame, Map prop... method toggleEnabledState (line 55) | @Override method goToParent (line 70) | private boolean goToParent(FolderPanel panel) { method performAction (line 84) | @Override method getDescriptor (line 91) | @Override class Descriptor (line 97) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 100) | public String getId() { method getCategory (line 104) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 108) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 112) | public KeyStroke getDefaultKeyStroke() { method createAction (line 116) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/GoToParentInBothPanelsAction.java class GoToParentInBothPanelsAction (line 46) | public class GoToParentInBothPanelsAction extends ActiveTabAction { method GoToParentInBothPanelsAction (line 53) | private GoToParentInBothPanelsAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/GoToParentInOtherPanelAction.java class GoToParentInOtherPanelAction (line 41) | public class GoToParentInOtherPanelAction extends ParentFolderAction { method GoToParentInOtherPanelAction (line 47) | private GoToParentInOtherPanelAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/GoToRootAction.java class GoToRootAction (line 39) | public class GoToRootAction extends ActiveTabAction { method GoToRootAction (line 41) | private GoToRootAction(MainFrame mainFrame, Map proper... method toggleEnabledState (line 50) | @Override method performAction (line 57) | @Override method getDescriptor (line 66) | @Override class Descriptor (line 72) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 75) | public String getId() { method getCategory (line 79) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 83) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 87) | public KeyStroke getDefaultKeyStroke() { method createAction (line 91) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/GoToWebsiteAction.java class GoToWebsiteAction (line 34) | public class GoToWebsiteAction extends OpenURLInBrowserAction { method GoToWebsiteAction (line 36) | private GoToWebsiteAction(MainFrame mainFrame, Map pro... class Descriptor (line 43) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 46) | public String getId() { method getCategory (line 50) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 54) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 58) | public KeyStroke getDefaultKeyStroke() { method createAction (line 62) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/InternalEditAction.java class InternalEditAction (line 44) | public class InternalEditAction extends AbstractViewerAction { method InternalEditAction (line 50) | InternalEditAction(MainFrame mainFrame, Map properties) { method performInternalAction (line 70) | @Override method getCustomCommand (line 83) | @Override method getDescriptor (line 88) | @Override class Descriptor (line 94) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 97) | public String getId() { method getCategory (line 101) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 105) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 109) | public KeyStroke getDefaultKeyStroke() { method createAction (line 113) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/InternalViewAction.java class InternalViewAction (line 40) | public class InternalViewAction extends AbstractViewerAction { method InternalViewAction (line 48) | InternalViewAction(MainFrame mainFrame, Map properties) { method performInternalAction (line 61) | @Override method getCustomCommand (line 72) | @Override method getDescriptor (line 77) | @Override class Descriptor (line 83) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 86) | public String getId() { method getCategory (line 90) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 94) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 98) | public KeyStroke getDefaultKeyStroke() { method createAction (line 102) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/InvertSelectionAction.java class InvertSelectionAction (line 39) | public class InvertSelectionAction extends TcAction { method InvertSelectionAction (line 41) | private InvertSelectionAction(MainFrame mainFrame, Map... method performAction (line 45) | @Override method getDescriptor (line 64) | @Override class Descriptor (line 70) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 73) | public String getId() { method getCategory (line 77) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 81) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 85) | public KeyStroke getDefaultKeyStroke() { method createAction (line 89) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/LeftArrowAction.java class LeftArrowAction (line 38) | public class LeftArrowAction extends TcAction { method LeftArrowAction (line 40) | public LeftArrowAction(MainFrame mainFrame, Map proper... method performAction (line 44) | @Override method getDescriptor (line 64) | @Override class Descriptor (line 69) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 72) | public String getId() { method getCategory (line 76) | public ActionCategory getCategory() { method getDefaultKeyStroke (line 80) | public KeyStroke getDefaultKeyStroke() { method getDefaultAltKeyStroke (line 84) | public KeyStroke getDefaultAltKeyStroke() { method createAction (line 88) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/LocalCopyAction.java class LocalCopyAction (line 46) | public class LocalCopyAction extends SelectedFileAction { method LocalCopyAction (line 48) | private LocalCopyAction(MainFrame mainFrame, Map prope... method performAction (line 57) | @Override method getDescriptor (line 68) | @Override class Descriptor (line 74) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 77) | public String getId() { method getCategory (line 81) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 85) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 89) | public KeyStroke getDefaultKeyStroke() { method createAction (line 93) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/LocateSymlinkAction.java class LocateSymlinkAction (line 16) | public class LocateSymlinkAction extends SelectedFilesAction { method LocateSymlinkAction (line 18) | private LocateSymlinkAction(MainFrame mainFrame, Map p... method performAction (line 24) | @Override method getDescriptor (line 32) | @Override class Descriptor (line 38) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 41) | public String getId() { method getCategory (line 45) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 49) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 53) | public KeyStroke getDefaultKeyStroke() { method createAction (line 57) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/MarkAllAction.java class MarkAllAction (line 38) | public class MarkAllAction extends TcAction { method MarkAllAction (line 41) | MarkAllAction(MainFrame mainFrame, Map properties, boo... method MarkAllAction (line 46) | private MarkAllAction(MainFrame mainFrame, Map propert... method performAction (line 50) | @Override method getDescriptor (line 65) | @Override class Descriptor (line 71) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 74) | public String getId() { method getCategory (line 78) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 82) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 86) | public KeyStroke getDefaultKeyStroke() { method createAction (line 90) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/MarkBackwardAction.java class MarkBackwardAction (line 34) | public abstract class MarkBackwardAction extends TcAction { method MarkBackwardAction (line 36) | MarkBackwardAction(MainFrame mainFrame, Map properties) { method performAction (line 45) | @Override method getRowDecrement (line 68) | protected abstract int getRowDecrement(); FILE: src/main/java/com/mucommander/ui/action/impl/MarkEmptyFilesAction.java class MarkEmptyFilesAction (line 34) | public class MarkEmptyFilesAction extends TcAction { method MarkEmptyFilesAction (line 36) | private MarkEmptyFilesAction(MainFrame mainFrame, Map ... method performAction (line 41) | @Override method getDescriptor (line 54) | @Override class Descriptor (line 60) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 63) | public String getId() { method getCategory (line 67) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 71) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 75) | public KeyStroke getDefaultKeyStroke() { method createAction (line 79) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/MarkExtensionAction.java class MarkExtensionAction (line 67) | public class MarkExtensionAction extends TcAction { method MarkExtensionAction (line 85) | private MarkExtensionAction(MainFrame mainFrame, Map p... method getExtension (line 97) | private String getExtension() { method isCaseSensitive (line 118) | private boolean isCaseSensitive() { method getFilter (line 145) | private FilenameFilter getFilter(AbstractFile file) { method performAction (line 180) | @Override method getDescriptor (line 204) | @Override class Descriptor (line 210) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 213) | public String getId() { method getCategory (line 217) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 221) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 225) | public KeyStroke getDefaultKeyStroke() { method createAction (line 229) | public TcAction createAction(MainFrame mainFrame, Map properties) { method performAction (line 40) | @Override method getRowIncrement (line 59) | protected abstract int getRowIncrement(); FILE: src/main/java/com/mucommander/ui/action/impl/MarkGroupAction.java class MarkGroupAction (line 34) | @InvokesDialog method MarkGroupAction (line 37) | private MarkGroupAction(MainFrame mainFrame, Map prope... method performAction (line 41) | @Override method getDescriptor (line 46) | @Override class Descriptor (line 52) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 55) | public String getId() { method getCategory (line 59) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 63) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 67) | public KeyStroke getDefaultKeyStroke() { method createAction (line 71) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/MarkNextBlockAction.java class MarkNextBlockAction (line 38) | public class MarkNextBlockAction extends MarkForwardAction { method MarkNextBlockAction (line 44) | private MarkNextBlockAction(MainFrame mainFrame, Map p... method getRowIncrement (line 48) | @Override method getDescriptor (line 53) | @Override class Descriptor (line 58) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 61) | public String getId() { method getCategory (line 65) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 69) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 73) | public KeyStroke getDefaultKeyStroke() { method createAction (line 77) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/MarkNextPageAction.java class MarkNextPageAction (line 38) | public class MarkNextPageAction extends MarkForwardAction { method MarkNextPageAction (line 40) | private MarkNextPageAction(MainFrame mainFrame, Map pr... method getRowIncrement (line 44) | @Override method getDescriptor (line 50) | @Override class Descriptor (line 56) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 59) | public String getId() { method getCategory (line 63) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 67) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 71) | public KeyStroke getDefaultKeyStroke() { method createAction (line 75) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/MarkNextRowAction.java class MarkNextRowAction (line 36) | public class MarkNextRowAction extends MarkForwardAction { method MarkNextRowAction (line 38) | private MarkNextRowAction(MainFrame mainFrame, Map pro... method getRowIncrement (line 42) | @Override method getDescriptor (line 47) | @Override class Descriptor (line 53) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 56) | public String getId() { method getCategory (line 60) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 64) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 68) | public KeyStroke getDefaultKeyStroke() { method createAction (line 72) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/MarkPreviousBlockAction.java class MarkPreviousBlockAction (line 38) | public class MarkPreviousBlockAction extends MarkBackwardAction { method MarkPreviousBlockAction (line 44) | private MarkPreviousBlockAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/MarkPreviousPageAction.java class MarkPreviousPageAction (line 38) | public class MarkPreviousPageAction extends MarkBackwardAction { method MarkPreviousPageAction (line 40) | private MarkPreviousPageAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/MarkPreviousRowAction.java class MarkPreviousRowAction (line 36) | public class MarkPreviousRowAction extends MarkBackwardAction { method MarkPreviousRowAction (line 38) | private MarkPreviousRowAction(MainFrame mainFrame, Map... method getRowDecrement (line 42) | @Override method getDescriptor (line 47) | @Override class Descriptor (line 53) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 56) | public String getId() { method getCategory (line 60) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 64) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 68) | public KeyStroke getDefaultKeyStroke() { method createAction (line 72) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/MarkSelectedFileAction.java class MarkSelectedFileAction (line 50) | public class MarkSelectedFileAction extends TcAction { method MarkSelectedFileAction (line 52) | private MarkSelectedFileAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/MarkToFirstRowAction.java class MarkToFirstRowAction (line 37) | public class MarkToFirstRowAction extends MarkBackwardAction { method MarkToFirstRowAction (line 39) | private MarkToFirstRowAction(MainFrame mainFrame, Map ... method getRowDecrement (line 43) | @Override method getDescriptor (line 48) | @Override class Descriptor (line 54) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 57) | public String getId() { method getCategory (line 61) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 65) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 69) | public KeyStroke getDefaultKeyStroke() { method createAction (line 73) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/MarkToLastRowAction.java class MarkToLastRowAction (line 38) | public class MarkToLastRowAction extends MarkForwardAction { method MarkToLastRowAction (line 40) | private MarkToLastRowAction(MainFrame mainFrame, Map p... method getRowIncrement (line 44) | @Override method getDescriptor (line 51) | @Override class Descriptor (line 57) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 60) | public String getId() { method getCategory (line 64) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 68) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 72) | public KeyStroke getDefaultKeyStroke() { method createAction (line 76) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/MaximizeWindowAction.java class MaximizeWindowAction (line 36) | public class MaximizeWindowAction extends TcAction { method MaximizeWindowAction (line 38) | private MaximizeWindowAction(MainFrame mainFrame, Map ... method performAction (line 42) | @Override method getDescriptor (line 47) | @Override class Descriptor (line 53) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 56) | public String getId() { method getCategory (line 60) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 64) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 68) | public KeyStroke getDefaultKeyStroke() { method getLabel (line 72) | @Override method createAction (line 83) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/MinimizeWindowAction.java class MinimizeWindowAction (line 37) | public class MinimizeWindowAction extends TcAction { method MinimizeWindowAction (line 39) | private MinimizeWindowAction(MainFrame mainFrame, Map ... method performAction (line 43) | @Override method getDescriptor (line 48) | @Override class Descriptor (line 54) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 57) | public String getId() { method getCategory (line 61) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 65) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 69) | public KeyStroke getDefaultKeyStroke() { method getLabel (line 73) | @Override method createAction (line 83) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/MkdirAction.java class MkdirAction (line 36) | public class MkdirAction extends ParentFolderAction { method MkdirAction (line 38) | private MkdirAction(MainFrame mainFrame, Map propertie... method toggleEnabledState (line 42) | @Override method performAction (line 53) | @Override method getDescriptor (line 58) | @Override class Descriptor (line 64) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 67) | public String getId() { method getCategory (line 71) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 75) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 79) | public KeyStroke getDefaultKeyStroke() { method createAction (line 83) | public TcAction createAction(MainFrame mainFrame, Map properti... method toggleEnabledState (line 45) | protected void toggleEnabledState() { method performAction (line 55) | @Override method getDescriptor (line 60) | @Override class Descriptor (line 66) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 69) | public String getId() { method getCategory (line 73) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 77) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 81) | public KeyStroke getDefaultKeyStroke() { method createAction (line 85) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/MoveAction.java class MoveAction (line 40) | public class MoveAction extends SelectedFilesAction { method MoveAction (line 42) | private MoveAction(MainFrame mainFrame, Map properties) { method performAction (line 54) | @Override method getDescriptor (line 59) | @Override class Descriptor (line 65) | public static class Descriptor extends AbstractActionDescriptor { method getId (line 68) | public String getId() { method getCategory (line 72) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 76) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 80) | public KeyStroke getDefaultKeyStroke() { method createAction (line 84) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/MoveTabToOtherPanelAction.java class MoveTabToOtherPanelAction (line 34) | public class MoveTabToOtherPanelAction extends ActiveTabAction { method MoveTabToOtherPanelAction (line 36) | private MoveTabToOtherPanelAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/MuteProxyAction.java class MuteProxyAction (line 30) | public class MuteProxyAction extends ProxyAction { method MuteProxyAction (line 32) | public MuteProxyAction(Action proxiedAction) { method actionPerformed (line 39) | public void actionPerformed(ActionEvent actionEvent) { FILE: src/main/java/com/mucommander/ui/action/impl/NewWindowAction.java class NewWindowAction (line 38) | public class NewWindowAction extends TcAction { method NewWindowAction (line 40) | private NewWindowAction(MainFrame mainFrame, Map prope... method performAction (line 47) | @Override method getDescriptor (line 52) | @Override class Descriptor (line 58) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 61) | public String getId() { method getCategory (line 65) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 69) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 73) | public KeyStroke getDefaultKeyStroke() { method createAction (line 77) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/NextTabAction.java class NextTabAction (line 55) | public class NextTabAction extends TcAction { method NextTabAction (line 57) | private NextTabAction(MainFrame mainFrame, Map propert... method performAction (line 61) | @Override method getDescriptor (line 66) | @Override class Descriptor (line 72) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 75) | public String getId() { method getCategory (line 79) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 83) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 87) | public KeyStroke getDefaultKeyStroke() { method createAction (line 91) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/OpenAction.java class OpenAction (line 58) | public class OpenAction extends TcAction { method OpenAction (line 64) | OpenAction(MainFrame mainFrame, Map properties) { method open (line 89) | protected void open(final AbstractFile file, FolderPanel destination) { method openLocalFile (line 107) | private void openLocalFile(AbstractFile file) { method resolveIfSymlink (line 116) | AbstractFile resolveIfSymlink(AbstractFile file) { method openBrowsable (line 129) | private void openBrowsable(AbstractFile file, FolderPanel destination) { method openBookmark (line 142) | private void openBookmark(AbstractFile file, FolderPanel destination) { method cdFollowsSymlinks (line 159) | private static boolean cdFollowsSymlinks() { method resolveSymlink (line 163) | private AbstractFile resolveSymlink(AbstractFile symlink) { method resolveSymlink (line 167) | private AbstractFile resolveSymlink(AbstractFile file, Set... FILE: src/main/java/com/mucommander/ui/action/impl/OpenAsAction.java class OpenAsAction (line 35) | public class OpenAsAction extends OpenAction { method OpenAsAction (line 39) | private OpenAsAction(MainFrame mainFrame, Map properti... method performAction (line 47) | @Override method getDescriptor (line 62) | @Override class Descriptor (line 67) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 70) | public String getId() { method getCategory (line 74) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 78) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 82) | public KeyStroke getDefaultKeyStroke() { method createAction (line 86) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/OpenInBothPanelsAction.java class OpenInBothPanelsAction (line 61) | public class OpenInBothPanelsAction extends SelectedFileAction { method OpenInBothPanelsAction (line 67) | private OpenInBothPanelsAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/OpenInNewTabAction.java class OpenInNewTabAction (line 42) | public class OpenInNewTabAction extends SelectedFileAction { method OpenInNewTabAction (line 44) | private OpenInNewTabAction(MainFrame mainFrame, Map pr... method getFileTableCondition (line 51) | @Override method performAction (line 58) | @Override method getDescriptor (line 81) | @Override class Descriptor (line 87) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 90) | public String getId() { method getCategory (line 94) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 98) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 102) | public KeyStroke getDefaultKeyStroke() { method createAction (line 106) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/OpenInOtherPanelAction.java class OpenInOtherPanelAction (line 39) | public class OpenInOtherPanelAction extends SelectedFileAction { method OpenInOtherPanelAction (line 45) | private OpenInOtherPanelAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/OpenLeftInRightPanelAction.java class OpenLeftInRightPanelAction (line 50) | public class OpenLeftInRightPanelAction extends FileAction { method OpenLeftInRightPanelAction (line 56) | OpenLeftInRightPanelAction(MainFrame mainFrame, Map pr... method getFileTableCondition (line 63) | @Override method performAction (line 72) | @Override method getDestinationFile (line 88) | private AbstractFile getDestinationFile() { method getDestPanel (line 106) | protected FolderPanel getDestPanel() { method getSrcPanel (line 110) | protected FolderPanel getSrcPanel() { method getDescriptor (line 114) | @Override class Descriptor (line 120) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 123) | public String getId() { method getCategory (line 127) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 131) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 135) | public KeyStroke getDefaultKeyStroke() { method createAction (line 139) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/OpenLocationAction.java class OpenLocationAction (line 44) | public class OpenLocationAction extends ActiveTabAction { method OpenLocationAction (line 59) | public OpenLocationAction(MainFrame mainFrame, Map pro... method OpenLocationAction (line 71) | private OpenLocationAction(MainFrame mainFrame, Map pr... method OpenLocationAction (line 93) | public OpenLocationAction(MainFrame mainFrame, Map pro... method OpenLocationAction (line 105) | private OpenLocationAction(MainFrame mainFrame, Map pr... method OpenLocationAction (line 121) | public OpenLocationAction(MainFrame mainFrame, Map pro... method OpenLocationAction (line 133) | private OpenLocationAction(MainFrame mainFrame, Map pr... method OpenLocationAction (line 150) | public OpenLocationAction(MainFrame mainFrame, Map pro... method OpenLocationAction (line 163) | public OpenLocationAction(MainFrame mainFrame, Map pro... method getFolderPanel (line 173) | protected FolderPanel getFolderPanel() { method toggleEnabledState (line 181) | @Override method performAction (line 190) | @Override method getDescriptor (line 202) | @Override FILE: src/main/java/com/mucommander/ui/action/impl/OpenNativelyAction.java class OpenNativelyAction (line 46) | public class OpenNativelyAction extends TcAction { method OpenNativelyAction (line 48) | private OpenNativelyAction(MainFrame mainFrame, Map pr... method performAction (line 52) | @Override method getDescriptor (line 77) | @Override class Descriptor (line 83) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 86) | public String getId() { method getCategory (line 90) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 94) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 98) | public KeyStroke getDefaultKeyStroke() { method createAction (line 102) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/OpenRightInLeftPanelAction.java class OpenRightInLeftPanelAction (line 46) | public class OpenRightInLeftPanelAction extends OpenLeftInRightPanelActi... method OpenRightInLeftPanelAction (line 52) | private OpenRightInLeftPanelAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/OpenTrashAction.java class OpenTrashAction (line 36) | public class OpenTrashAction extends TcAction { method OpenTrashAction (line 38) | private OpenTrashAction(MainFrame mainFrame, Map prope... method performAction (line 45) | @Override method getDescriptor (line 50) | @Override class Descriptor (line 56) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 59) | public String getId() { method getCategory (line 63) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 67) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 71) | public KeyStroke getDefaultKeyStroke() { method createAction (line 75) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/OpenURLInBrowserAction.java class OpenURLInBrowserAction (line 37) | public class OpenURLInBrowserAction extends TcAction { method OpenURLInBrowserAction (line 42) | OpenURLInBrowserAction(MainFrame mainFrame, Map proper... method performAction (line 49) | @Override method getDescriptor (line 62) | @Override class Descriptor (line 68) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 71) | public String getId() { method getCategory (line 75) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 79) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 83) | public KeyStroke getDefaultKeyStroke() { method isParameterized (line 87) | @Override method createAction (line 92) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/PackAction.java class PackAction (line 37) | @InvokesDialog method PackAction (line 40) | private PackAction(MainFrame mainFrame, Map properties) { method performAction (line 46) | @Override method getDescriptor (line 51) | @Override class Descriptor (line 57) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 60) | public String getId() { method getCategory (line 64) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 68) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 72) | public KeyStroke getDefaultKeyStroke() { method createAction (line 76) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ParentFolderAction.java class ParentFolderAction (line 37) | public abstract class ParentFolderAction extends TcAction implements Act... method ParentFolderAction (line 39) | ParentFolderAction(MainFrame mainFrame, Map properties) { method toggleEnabledState (line 63) | protected abstract void toggleEnabledState(); method activePanelChanged (line 70) | public void activePanelChanged(FolderPanel folderPanel) { method locationChanged (line 78) | public void locationChanged(LocationEvent e) { method locationChanging (line 82) | public void locationChanging(LocationEvent locationEvent) { } method locationCancelled (line 84) | public void locationCancelled(LocationEvent locationEvent) { } method locationFailed (line 86) | public void locationFailed(LocationEvent locationEvent) { } FILE: src/main/java/com/mucommander/ui/action/impl/PasteClipboardFilesAction.java class PasteClipboardFilesAction (line 46) | public class PasteClipboardFilesAction extends TcAction { method PasteClipboardFilesAction (line 48) | private PasteClipboardFilesAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/PasteFromArchiveToFilesFromClipboardAction.java class PasteFromArchiveToFilesFromClipboardAction (line 22) | public class PasteFromArchiveToFilesFromClipboardAction extends Selected... method PasteFromArchiveToFilesFromClipboardAction (line 25) | private PasteFromArchiveToFilesFromClipboardAction(MainFrame mainFrame... method performAction (line 29) | @Override method getDescriptor (line 36) | @Override class Descriptor (line 41) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 44) | public String getId() { method getCategory (line 48) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 52) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 56) | public KeyStroke getDefaultKeyStroke() { method createAction (line 60) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/PermanentDeleteAction.java class PermanentDeleteAction (line 40) | public class PermanentDeleteAction extends SelectedFilesAction { method PermanentDeleteAction (line 42) | private PermanentDeleteAction(MainFrame mainFrame, Map... method performAction (line 48) | @Override method getDescriptor (line 53) | @Override class Descriptor (line 59) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 62) | public String getId() { method getCategory (line 66) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 70) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 74) | public KeyStroke getDefaultKeyStroke() { method createAction (line 78) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/PopupLeftDriveButtonAction.java class PopupLeftDriveButtonAction (line 35) | public class PopupLeftDriveButtonAction extends TcAction implements Acti... method PopupLeftDriveButtonAction (line 37) | private PopupLeftDriveButtonAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/PopupRightDriveButtonAction.java class PopupRightDriveButtonAction (line 35) | public class PopupRightDriveButtonAction extends TcAction implements Act... method PopupRightDriveButtonAction (line 37) | private PopupRightDriveButtonAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/PreviousTabAction.java class PreviousTabAction (line 55) | public class PreviousTabAction extends TcAction { method PreviousTabAction (line 57) | private PreviousTabAction(MainFrame mainFrame, Map pro... method performAction (line 61) | @Override method getDescriptor (line 66) | @Override class Descriptor (line 72) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 75) | public String getId() { method getCategory (line 79) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 83) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 87) | public KeyStroke getDefaultKeyStroke() { method createAction (line 91) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ProxyAction.java class ProxyAction (line 36) | public abstract class ProxyAction implements Action { method ProxyAction (line 47) | ProxyAction(Action proxiedAction) { method getProxiedAction (line 55) | public Action getProxiedAction() { method getValue (line 63) | public Object getValue(String key) { method putValue (line 67) | public void putValue(String key, Object value) { method setEnabled (line 71) | public void setEnabled(boolean b) { method isEnabled (line 75) | public boolean isEnabled() { method addPropertyChangeListener (line 79) | public void addPropertyChangeListener(PropertyChangeListener propertyC... method removePropertyChangeListener (line 83) | public void removePropertyChangeListener(PropertyChangeListener proper... FILE: src/main/java/com/mucommander/ui/action/impl/QuitAction.java class QuitAction (line 39) | public class QuitAction extends TcAction { method QuitAction (line 41) | private QuitAction(MainFrame mainFrame, Map properties) { method performAction (line 45) | @Override method getDescriptor (line 52) | @Override class Descriptor (line 58) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 61) | public String getId() { return ACTION_ID; } method getCategory (line 63) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 67) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 71) | public KeyStroke getDefaultKeyStroke() { method createAction (line 75) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/RecallNextWindowAction.java class RecallNextWindowAction (line 37) | public class RecallNextWindowAction extends TcAction { method RecallNextWindowAction (line 39) | private RecallNextWindowAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/RecallPreviousWindowAction.java class RecallPreviousWindowAction (line 37) | public class RecallPreviousWindowAction extends TcAction { method RecallPreviousWindowAction (line 39) | private RecallPreviousWindowAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/RecallWindow10Action.java class RecallWindow10Action (line 31) | public class RecallWindow10Action extends RecallWindowAction { method RecallWindow10Action (line 33) | private RecallWindow10Action(MainFrame mainFrame, Map ... class Descriptor (line 38) | public static final class Descriptor extends RecallWindowAction.Descri... method Descriptor (line 41) | public Descriptor() { method createAction (line 45) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/RecallWindow1Action.java class RecallWindow1Action (line 31) | public class RecallWindow1Action extends RecallWindowAction { method RecallWindow1Action (line 33) | private RecallWindow1Action(MainFrame mainFrame, Map p... class Descriptor (line 38) | public static final class Descriptor extends RecallWindowAction.Descri... method Descriptor (line 41) | public Descriptor() { method createAction (line 45) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/RecallWindow2Action.java class RecallWindow2Action (line 31) | public class RecallWindow2Action extends RecallWindowAction { method RecallWindow2Action (line 33) | private RecallWindow2Action(MainFrame mainFrame, Map p... class Descriptor (line 38) | public static final class Descriptor extends RecallWindowAction.Descri... method Descriptor (line 41) | public Descriptor() { method createAction (line 45) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/RecallWindow3Action.java class RecallWindow3Action (line 31) | public class RecallWindow3Action extends RecallWindowAction { method RecallWindow3Action (line 33) | private RecallWindow3Action(MainFrame mainFrame, Map p... class Descriptor (line 38) | public static final class Descriptor extends RecallWindowAction.Descri... method Descriptor (line 41) | public Descriptor() { method createAction (line 45) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/RecallWindow4Action.java class RecallWindow4Action (line 31) | public class RecallWindow4Action extends RecallWindowAction { method RecallWindow4Action (line 33) | private RecallWindow4Action(MainFrame mainFrame, Map p... class Descriptor (line 38) | public static final class Descriptor extends RecallWindowAction.Descri... method Descriptor (line 41) | public Descriptor() { method createAction (line 45) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/RecallWindow5Action.java class RecallWindow5Action (line 31) | public class RecallWindow5Action extends RecallWindowAction { method RecallWindow5Action (line 33) | private RecallWindow5Action(MainFrame mainFrame, Map p... class Descriptor (line 38) | public static final class Descriptor extends RecallWindowAction.Descri... method Descriptor (line 41) | public Descriptor() { method createAction (line 45) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/RecallWindow6Action.java class RecallWindow6Action (line 31) | public class RecallWindow6Action extends RecallWindowAction { method RecallWindow6Action (line 33) | private RecallWindow6Action(MainFrame mainFrame, Map p... class Descriptor (line 37) | public static final class Descriptor extends RecallWindowAction.Descri... method Descriptor (line 40) | public Descriptor() { method createAction (line 44) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/RecallWindow7Action.java class RecallWindow7Action (line 31) | public class RecallWindow7Action extends RecallWindowAction { method RecallWindow7Action (line 33) | private RecallWindow7Action(MainFrame mainFrame, Map p... class Descriptor (line 38) | public static final class Descriptor extends RecallWindowAction.Descri... method Descriptor (line 41) | public Descriptor() { method createAction (line 45) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/RecallWindow8Action.java class RecallWindow8Action (line 31) | public class RecallWindow8Action extends RecallWindowAction { method RecallWindow8Action (line 33) | private RecallWindow8Action(MainFrame mainFrame, Map p... class Descriptor (line 38) | public static final class Descriptor extends RecallWindowAction.Descri... method Descriptor (line 41) | public Descriptor() { method createAction (line 45) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/RecallWindow9Action.java class RecallWindow9Action (line 31) | public class RecallWindow9Action extends RecallWindowAction { method RecallWindow9Action (line 33) | private RecallWindow9Action(MainFrame mainFrame, Map p... class Descriptor (line 38) | public static final class Descriptor extends RecallWindowAction.Descri... method Descriptor (line 41) | public Descriptor() { method createAction (line 45) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/RecallWindowAction.java class RecallWindowAction (line 40) | public class RecallWindowAction extends TcAction { method RecallWindowAction (line 50) | public RecallWindowAction(MainFrame mainFrame, Map prop... method RecallWindowAction (line 64) | public RecallWindowAction(MainFrame mainFrame, Map prop... method performAction (line 73) | @Override method getDescriptor (line 87) | @Override class Descriptor (line 93) | public static class Descriptor extends AbstractActionDescriptor { method Descriptor (line 98) | public Descriptor() { method Descriptor (line 102) | protected Descriptor(int windowNumber) { method getId (line 106) | public String getId() { return windowNumber < 0 ? ACTION_ID : ACTION... method getCategory (line 108) | public ActionCategory getCategory() { return ActionCategory.WINDOW; } method getDefaultAltKeyStroke (line 110) | public KeyStroke getDefaultAltKeyStroke() { return null; } method getDefaultKeyStroke (line 112) | public KeyStroke getDefaultKeyStroke() { method getLabel (line 120) | @Override method isParameterized (line 125) | @Override method createAction (line 130) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/RefreshAction.java class RefreshAction (line 33) | public class RefreshAction extends TcAction { method RefreshAction (line 35) | private RefreshAction(MainFrame mainFrame, Map propert... method performAction (line 39) | @Override method getDescriptor (line 45) | @Override class Descriptor (line 51) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 54) | public String getId() { method getCategory (line 58) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 62) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 66) | public KeyStroke getDefaultKeyStroke() { method createAction (line 70) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/RenameAction.java class RenameAction (line 40) | public class RenameAction extends SelectedFileAction { method RenameAction (line 42) | private RenameAction(MainFrame mainFrame, Map properti... method performAction (line 54) | @Override method getDescriptor (line 66) | @Override class Descriptor (line 72) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 75) | public String getId() { method getCategory (line 79) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 83) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 87) | public KeyStroke getDefaultKeyStroke() { method createAction (line 91) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ReportBugAction.java class ReportBugAction (line 32) | public class ReportBugAction extends OpenURLInBrowserAction { method ReportBugAction (line 34) | private ReportBugAction(MainFrame mainFrame, Map prope... class Descriptor (line 41) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 44) | public String getId() { method getCategory (line 48) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 52) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 56) | public KeyStroke getDefaultKeyStroke() { method createAction (line 60) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/RevealInDesktopAction.java class RevealInDesktopAction (line 42) | public class RevealInDesktopAction extends ParentFolderAction { method RevealInDesktopAction (line 44) | private RevealInDesktopAction(MainFrame mainFrame, Map... method toggleEnabledState (line 50) | @Override method isLocalRegularFolder (line 56) | private static boolean isLocalRegularFolder(AbstractFile currentFolder) { method performAction (line 62) | @Override method getCurrentFolder (line 71) | private AbstractFile getCurrentFolder() { method getDescriptor (line 84) | @Override class Descriptor (line 90) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 93) | public String getId() { method getCategory (line 97) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 101) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 105) | public KeyStroke getDefaultKeyStroke() { method getLabel (line 109) | @Override method getIcon (line 115) | @Override method createAction (line 123) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ReverseSortOrderAction.java class ReverseSortOrderAction (line 33) | public class ReverseSortOrderAction extends TcAction { method ReverseSortOrderAction (line 35) | private ReverseSortOrderAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/RightArrowAction.java class RightArrowAction (line 38) | public class RightArrowAction extends TcAction { method RightArrowAction (line 40) | public RightArrowAction(MainFrame mainFrame, Map prope... method performAction (line 44) | @Override method getDescriptor (line 62) | @Override class Descriptor (line 67) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 70) | public String getId() { method getCategory (line 74) | public ActionCategory getCategory() { method getDefaultKeyStroke (line 78) | public KeyStroke getDefaultKeyStroke() { method getDefaultAltKeyStroke (line 82) | public KeyStroke getDefaultAltKeyStroke() { method createAction (line 86) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/RunCommandAction.java class RunCommandAction (line 34) | @InvokesDialog method RunCommandAction (line 37) | private RunCommandAction(MainFrame mainFrame, Map prop... method performAction (line 41) | @Override method getDescriptor (line 46) | @Override class Descriptor (line 51) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 54) | public String getId() { method getCategory (line 58) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 62) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 66) | public KeyStroke getDefaultKeyStroke() { method createAction (line 70) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SelectBackwardAction.java class SelectBackwardAction (line 32) | public abstract class SelectBackwardAction extends TcAction { method SelectBackwardAction (line 34) | SelectBackwardAction(MainFrame mainFrame, Map properti... method performAction (line 43) | @Override method getRowDecrement (line 60) | protected abstract int getRowDecrement(); FILE: src/main/java/com/mucommander/ui/action/impl/SelectFirstRowAction.java class SelectFirstRowAction (line 33) | public class SelectFirstRowAction extends TcAction { method SelectFirstRowAction (line 35) | private SelectFirstRowAction(MainFrame mainFrame, Map ... method performAction (line 39) | @Override method getDescriptor (line 44) | @Override class Descriptor (line 50) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 53) | public String getId() { method getCategory (line 57) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 61) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 65) | public KeyStroke getDefaultKeyStroke() { method createAction (line 69) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SelectForwardAction.java class SelectForwardAction (line 32) | public abstract class SelectForwardAction extends TcAction { method SelectForwardAction (line 34) | SelectForwardAction(MainFrame mainFrame, Map propertie... method performAction (line 43) | @Override method getRowIncrement (line 60) | protected abstract int getRowIncrement(); FILE: src/main/java/com/mucommander/ui/action/impl/SelectLastRowAction.java class SelectLastRowAction (line 34) | public class SelectLastRowAction extends TcAction { method SelectLastRowAction (line 36) | private SelectLastRowAction(MainFrame mainFrame, Map p... method performAction (line 40) | @Override method getDescriptor (line 46) | @Override class Descriptor (line 52) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 55) | public String getId() { method getCategory (line 59) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 63) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 67) | public KeyStroke getDefaultKeyStroke() { method createAction (line 71) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SelectNextBlockAction.java class SelectNextBlockAction (line 37) | public class SelectNextBlockAction extends SelectForwardAction { method SelectNextBlockAction (line 43) | private SelectNextBlockAction(MainFrame mainFrame, Map... method getRowIncrement (line 47) | @Override method getDescriptor (line 52) | @Override class Descriptor (line 58) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 61) | public String getId() { method getCategory (line 65) | public ActionCategory getCategory() { method getDefaultKeyStroke (line 69) | public KeyStroke getDefaultKeyStroke() { method getDefaultAltKeyStroke (line 73) | public KeyStroke getDefaultAltKeyStroke() { method createAction (line 77) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SelectNextPageAction.java class SelectNextPageAction (line 34) | public class SelectNextPageAction extends SelectForwardAction { method SelectNextPageAction (line 36) | private SelectNextPageAction(MainFrame mainFrame, Map ... method getRowIncrement (line 40) | @Override method getDescriptor (line 46) | @Override class Descriptor (line 52) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 55) | public String getId() { method getCategory (line 59) | public ActionCategory getCategory() { method getDefaultKeyStroke (line 63) | public KeyStroke getDefaultKeyStroke() { method getDefaultAltKeyStroke (line 67) | public KeyStroke getDefaultAltKeyStroke() { method createAction (line 71) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SelectNextRowAction.java class SelectNextRowAction (line 34) | public class SelectNextRowAction extends SelectForwardAction { method SelectNextRowAction (line 36) | private SelectNextRowAction(MainFrame mainFrame, Map p... method getRowIncrement (line 40) | @Override method getDescriptor (line 45) | @Override class Descriptor (line 51) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 54) | public String getId() { method getCategory (line 58) | public ActionCategory getCategory() { method getDefaultKeyStroke (line 62) | public KeyStroke getDefaultKeyStroke() { method getDefaultAltKeyStroke (line 66) | public KeyStroke getDefaultAltKeyStroke() { method createAction (line 70) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SelectPreviousBlockAction.java class SelectPreviousBlockAction (line 37) | public class SelectPreviousBlockAction extends SelectBackwardAction { method SelectPreviousBlockAction (line 43) | private SelectPreviousBlockAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SelectPreviousPageAction.java class SelectPreviousPageAction (line 34) | public class SelectPreviousPageAction extends SelectBackwardAction { method SelectPreviousPageAction (line 36) | private SelectPreviousPageAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SelectPreviousRowAction.java class SelectPreviousRowAction (line 34) | public class SelectPreviousRowAction extends SelectBackwardAction { method SelectPreviousRowAction (line 36) | private SelectPreviousRowAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SelectedFileAction.java class SelectedFileAction (line 37) | public abstract class SelectedFileAction extends FileAction { method SelectedFileAction (line 39) | SelectedFileAction(MainFrame mainFrame, Map properties) { method getSelectedFileFilter (line 48) | FileFilter getSelectedFileFilter() { method setSelectedFileFilter (line 57) | public void setSelectedFileFilter(FileFilter filter) { method getFileTableCondition (line 62) | @Override FILE: src/main/java/com/mucommander/ui/action/impl/SelectedFilesAction.java class SelectedFilesAction (line 37) | public abstract class SelectedFilesAction extends SelectedFileAction { method SelectedFilesAction (line 39) | public SelectedFilesAction(MainFrame mainFrame, Map pro... method getFileTableCondition (line 43) | @Override method performAction (line 53) | @Override method performAction (line 72) | public abstract void performAction(FileSet files); FILE: src/main/java/com/mucommander/ui/action/impl/SetSameFolderAction.java class SetSameFolderAction (line 39) | public class SetSameFolderAction extends TcAction implements ActivePanel... method SetSameFolderAction (line 41) | private SetSameFolderAction(MainFrame mainFrame, Map p... method toggleEnabledState (line 53) | private void toggleEnabledState() { method activePanelChanged (line 57) | public void activePanelChanged(FolderPanel folderPanel) { method performAction (line 61) | @Override method getDescriptor (line 66) | @Override class Descriptor (line 72) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 75) | public String getId() { method getCategory (line 79) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 83) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 87) | public KeyStroke getDefaultKeyStroke() { method createAction (line 91) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SetTabTitleAction.java class SetTabTitleAction (line 34) | @InvokesDialog method SetTabTitleAction (line 37) | private SetTabTitleAction(MainFrame mainFrame, Map pro... method performAction (line 41) | @Override method getDescriptor (line 46) | @Override class Descriptor (line 52) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 55) | public String getId() { method getCategory (line 59) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 63) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 67) | public KeyStroke getDefaultKeyStroke() { method createAction (line 71) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ShowAboutAction.java class ShowAboutAction (line 33) | public class ShowAboutAction extends TcAction { method ShowAboutAction (line 35) | private ShowAboutAction(MainFrame mainFrame, Map prope... method performAction (line 39) | @Override method getDescriptor (line 44) | @Override class Descriptor (line 50) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 53) | public String getId() { method getCategory (line 57) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 61) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 65) | public KeyStroke getDefaultKeyStroke() { method createAction (line 69) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ShowBookmarksQLAction.java class ShowBookmarksQLAction (line 29) | public class ShowBookmarksQLAction extends ShowQuickListAction { method ShowBookmarksQLAction (line 31) | private ShowBookmarksQLAction(MainFrame mainFrame, Map... method performAction (line 35) | @Override method getDescriptor (line 40) | @Override class Descriptor (line 46) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 49) | public String getId() { method getCategory (line 53) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 57) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 61) | public KeyStroke getDefaultKeyStroke() { method createAction (line 65) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ShowDebugConsoleAction.java class ShowDebugConsoleAction (line 31) | public class ShowDebugConsoleAction extends TcAction { method ShowDebugConsoleAction (line 33) | private ShowDebugConsoleAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ShowEditorBookmarksQLAction.java class ShowEditorBookmarksQLAction (line 31) | public class ShowEditorBookmarksQLAction extends ShowQuickListAction { method ShowEditorBookmarksQLAction (line 33) | private ShowEditorBookmarksQLAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ShowFilePopupMenuAction.java class ShowFilePopupMenuAction (line 23) | public class ShowFilePopupMenuAction extends SelectedFilesAction { method ShowFilePopupMenuAction (line 25) | private ShowFilePopupMenuAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ShowFilePropertiesAction.java class ShowFilePropertiesAction (line 35) | public class ShowFilePropertiesAction extends SelectedFilesAction { method ShowFilePropertiesAction (line 37) | private ShowFilePropertiesAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ShowFoldersSizeAction.java class ShowFoldersSizeAction (line 33) | public class ShowFoldersSizeAction extends ParentFolderAction { method ShowFoldersSizeAction (line 35) | private ShowFoldersSizeAction(MainFrame mainFrame, Map... method toggleEnabledState (line 39) | @Override method performAction (line 44) | @Override method getDescriptor (line 55) | @Override class Descriptor (line 61) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 64) | public String getId() { method getCategory (line 68) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 72) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 76) | public KeyStroke getDefaultKeyStroke() { method createAction (line 80) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ShowParentFoldersQLAction.java class ShowParentFoldersQLAction (line 35) | public class ShowParentFoldersQLAction extends ShowQuickListAction { method ShowParentFoldersQLAction (line 37) | private ShowParentFoldersQLAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ShowPreferencesAction.java class ShowPreferencesAction (line 33) | @InvokesDialog method ShowPreferencesAction (line 36) | private ShowPreferencesAction(MainFrame mainFrame, Map... method performAction (line 40) | @Override method getDescriptor (line 45) | @Override class Descriptor (line 51) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 54) | public String getId() { method getCategory (line 58) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 62) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 66) | public KeyStroke getDefaultKeyStroke() { method createAction (line 70) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ShowQuickListAction.java class ShowQuickListAction (line 33) | abstract class ShowQuickListAction extends TcAction { method ShowQuickListAction (line 35) | ShowQuickListAction(MainFrame mainFrame, Map propertie... method openQuickList (line 39) | void openQuickList(QuickLists quickList) { FILE: src/main/java/com/mucommander/ui/action/impl/ShowRecentEditedFilesQLAction.java class ShowRecentEditedFilesQLAction (line 33) | public class ShowRecentEditedFilesQLAction extends ShowQuickListAction { method ShowRecentEditedFilesQLAction (line 35) | private ShowRecentEditedFilesQLAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ShowRecentExecutedFilesQLAction.java class ShowRecentExecutedFilesQLAction (line 35) | public class ShowRecentExecutedFilesQLAction extends ShowQuickListAction { method ShowRecentExecutedFilesQLAction (line 37) | private ShowRecentExecutedFilesQLAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ShowRecentLocationsQLAction.java class ShowRecentLocationsQLAction (line 35) | public class ShowRecentLocationsQLAction extends ShowQuickListAction { method ShowRecentLocationsQLAction (line 37) | private ShowRecentLocationsQLAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ShowRecentViewedFilesQLAction.java class ShowRecentViewedFilesQLAction (line 33) | public class ShowRecentViewedFilesQLAction extends ShowQuickListAction { method ShowRecentViewedFilesQLAction (line 34) | private ShowRecentViewedFilesQLAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ShowRootFoldersQLAction.java class ShowRootFoldersQLAction (line 34) | public class ShowRootFoldersQLAction extends ShowQuickListAction { method ShowRootFoldersQLAction (line 36) | private ShowRootFoldersQLAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ShowServerConnectionsAction.java class ShowServerConnectionsAction (line 34) | @InvokesDialog method ShowServerConnectionsAction (line 37) | private ShowServerConnectionsAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ShowTabsQLAction.java class ShowTabsQLAction (line 34) | public class ShowTabsQLAction extends ShowQuickListAction { method ShowTabsQLAction (line 36) | private ShowTabsQLAction(MainFrame mainFrame, Map prop... method performAction (line 40) | @Override method getDescriptor (line 45) | @Override class Descriptor (line 51) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 54) | public String getId() { method getCategory (line 58) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 62) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 66) | public KeyStroke getDefaultKeyStroke() { method createAction (line 70) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SortByAction.java class SortByAction (line 47) | public abstract class SortByAction extends TcAction implements ActivePan... method SortByAction (line 52) | SortByAction(MainFrame mainFrame, Map properties, Colu... method updateState (line 69) | private void updateState(FileTable fileTable) { method performAction (line 78) | @Override method activePanelChanged (line 88) | public void activePanelChanged(FolderPanel folderPanel) { method columnAdded (line 98) | public void columnAdded(TableColumnModelEvent event) { method columnRemoved (line 104) | public void columnRemoved(TableColumnModelEvent event) { method columnMoved (line 110) | public void columnMoved(TableColumnModelEvent event) { method columnMarginChanged (line 113) | public void columnMarginChanged(ChangeEvent event) { method columnSelectionChanged (line 116) | public void columnSelectionChanged(ListSelectionEvent event) { class Descriptor (line 124) | public abstract static class Descriptor extends AbstractActionDescript... method Descriptor (line 129) | public Descriptor(Column column, KeyStroke defaultKeyStroke) { method getId (line 134) | public String getId() { method getCategory (line 138) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 142) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 146) | public KeyStroke getDefaultKeyStroke() { FILE: src/main/java/com/mucommander/ui/action/impl/SortByDateAction.java class SortByDateAction (line 37) | public class SortByDateAction extends SortByAction { method SortByDateAction (line 39) | private SortByDateAction(MainFrame mainFrame, Map prop... method getDescriptor (line 43) | @Override class Descriptor (line 49) | public static final class Descriptor extends SortByAction.Descriptor { method Descriptor (line 51) | public Descriptor() { method createAction (line 55) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SortByExtensionAction.java class SortByExtensionAction (line 37) | public class SortByExtensionAction extends SortByAction { method SortByExtensionAction (line 39) | private SortByExtensionAction(MainFrame mainFrame, Map... method getDescriptor (line 43) | @Override class Descriptor (line 49) | public static final class Descriptor extends SortByAction.Descriptor { method Descriptor (line 51) | public Descriptor() { method createAction (line 55) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SortByGroupAction.java class SortByGroupAction (line 37) | public class SortByGroupAction extends SortByAction { method SortByGroupAction (line 39) | private SortByGroupAction(MainFrame mainFrame, Map pro... method getDescriptor (line 43) | @Override class Descriptor (line 49) | public static final class Descriptor extends SortByAction.Descriptor { method Descriptor (line 51) | public Descriptor() { method createAction (line 55) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SortByNameAction.java class SortByNameAction (line 37) | public class SortByNameAction extends SortByAction { method SortByNameAction (line 39) | private SortByNameAction(MainFrame mainFrame, Map prop... method getDescriptor (line 43) | @Override class Descriptor (line 49) | public static final class Descriptor extends SortByAction.Descriptor { method Descriptor (line 51) | public Descriptor() { method createAction (line 55) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SortByOwnerAction.java class SortByOwnerAction (line 37) | public class SortByOwnerAction extends SortByAction { method SortByOwnerAction (line 39) | private SortByOwnerAction(MainFrame mainFrame, Map pro... method getDescriptor (line 43) | @Override class Descriptor (line 49) | public static final class Descriptor extends SortByAction.Descriptor { method Descriptor (line 51) | public Descriptor() { method createAction (line 55) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SortByPermissionsAction.java class SortByPermissionsAction (line 37) | public class SortByPermissionsAction extends SortByAction { method SortByPermissionsAction (line 39) | private SortByPermissionsAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SortBySizeAction.java class SortBySizeAction (line 37) | public class SortBySizeAction extends SortByAction { method SortBySizeAction (line 39) | private SortBySizeAction(MainFrame mainFrame, Map prop... method getDescriptor (line 43) | @Override class Descriptor (line 49) | public static final class Descriptor extends SortByAction.Descriptor { method Descriptor (line 51) | public Descriptor() { method createAction (line 55) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SplitEquallyAction.java class SplitEquallyAction (line 32) | public class SplitEquallyAction extends TcAction { method SplitEquallyAction (line 34) | private SplitEquallyAction(MainFrame mainFrame, Map pr... method performAction (line 38) | @Override method getDescriptor (line 43) | @Override class Descriptor (line 49) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 52) | public String getId() { method getCategory (line 56) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 60) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 64) | public KeyStroke getDefaultKeyStroke() { method createAction (line 68) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SplitFileAction.java class SplitFileAction (line 39) | @InvokesDialog method SplitFileAction (line 42) | private SplitFileAction(MainFrame mainFrame, Map prope... method performAction (line 51) | @Override method getDescriptor (line 59) | @Override class Descriptor (line 65) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 68) | public String getId() { method getCategory (line 72) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 76) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 80) | public KeyStroke getDefaultKeyStroke() { method createAction (line 84) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SplitHorizontallyAction.java class SplitHorizontallyAction (line 32) | public class SplitHorizontallyAction extends TcAction { method SplitHorizontallyAction (line 34) | private SplitHorizontallyAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SplitVerticallyAction.java class SplitVerticallyAction (line 33) | public class SplitVerticallyAction extends TcAction { method SplitVerticallyAction (line 35) | private SplitVerticallyAction(MainFrame mainFrame, Map... method performAction (line 39) | @Override method getDescriptor (line 44) | @Override class Descriptor (line 50) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 53) | public String getId() { method getCategory (line 57) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 61) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 65) | public KeyStroke getDefaultKeyStroke() { method createAction (line 69) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/StopAction.java class StopAction (line 37) | public class StopAction extends TcAction implements LocationListener { method StopAction (line 39) | private StopAction(MainFrame mainFrame, Map properties) { method performAction (line 53) | @Override method getDescriptor (line 63) | @Override method locationChanged (line 73) | public void locationChanged(LocationEvent e) { method locationChanging (line 77) | public void locationChanging(LocationEvent e) { method locationCancelled (line 81) | public void locationCancelled(LocationEvent e) { method locationFailed (line 85) | public void locationFailed(LocationEvent e) { class Descriptor (line 90) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 93) | public String getId() { method getCategory (line 97) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 101) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 105) | public KeyStroke getDefaultKeyStroke() { method createAction (line 109) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SwapFoldersAction.java class SwapFoldersAction (line 37) | public class SwapFoldersAction extends TcAction { method SwapFoldersAction (line 39) | private SwapFoldersAction(MainFrame mainFrame, Map pro... method performAction (line 43) | @Override method getDescriptor (line 48) | @Override class Descriptor (line 54) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 57) | public String getId() { method getCategory (line 61) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 65) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 69) | public KeyStroke getDefaultKeyStroke() { method createAction (line 73) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/SwitchActiveTableAction.java class SwitchActiveTableAction (line 35) | public class SwitchActiveTableAction extends TcAction { method SwitchActiveTableAction (line 37) | private SwitchActiveTableAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/TerminalAction.java class TerminalAction (line 42) | @Slf4j method TerminalAction (line 50) | private TerminalAction(MainFrame mainFrame, Map proper... method performAction (line 54) | @Override method performOnLinux (line 69) | private void performOnLinux(AbstractFile currentFolder) { method getConsoleCommand (line 83) | private static String getConsoleCommand(AbstractFile folder) { method getTerminalCommand (line 90) | private static String getTerminalCommand() { method getCustomExternalTerminal (line 102) | private static String getCustomExternalTerminal() { method useCustomExternalTerminal (line 106) | private static int useCustomExternalTerminal() { method toggleEnabledState (line 110) | @Override method getDescriptor (line 115) | @Override class Descriptor (line 121) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 124) | public String getId() { method getCategory (line 128) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 132) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 136) | public KeyStroke getDefaultKeyStroke() { method createAction (line 140) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/TerminalAltAction.java class TerminalAltAction (line 40) | @Slf4j method TerminalAltAction (line 48) | private TerminalAltAction(MainFrame mainFrame, Map pro... method performAction (line 52) | @Override method performOnLinux (line 70) | private void performOnLinux(AbstractFile currentFolder) { method getConsoleCommand (line 84) | private static String getConsoleCommand(AbstractFile folder) { method getTerminalCommand (line 91) | private static String getTerminalCommand() { method getCustomExternalTerminal (line 116) | private static String getCustomExternalTerminal() { method useCustomExternalTerminal (line 120) | private static int useCustomExternalTerminal() { method toggleEnabledState (line 124) | @Override method getDescriptor (line 129) | @Override class Descriptor (line 135) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 138) | public String getId() { method getCategory (line 142) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 146) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 150) | public KeyStroke getDefaultKeyStroke() { method createAction (line 154) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/TerminalPanelAction.java class TerminalPanelAction (line 32) | public class TerminalPanelAction extends TcAction { method TerminalPanelAction (line 34) | private TerminalPanelAction(MainFrame mainFrame, Map p... method performAction (line 39) | @Override method getDescriptor (line 44) | @Override class Descriptor (line 51) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 54) | public String getId() { method getCategory (line 58) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 62) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 66) | public KeyStroke getDefaultKeyStroke() { method createAction (line 70) | public TcAction createAction(MainFrame mainFrame, Map... method performAction (line 38) | @Override method getDescriptor (line 46) | @Override class Descriptor (line 51) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 54) | public String getId() { method getCategory (line 58) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 62) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 66) | public KeyStroke getDefaultKeyStroke() { method createAction (line 74) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ToggleAutoSizeAction.java class ToggleAutoSizeAction (line 35) | public class ToggleAutoSizeAction extends TcAction { method ToggleAutoSizeAction (line 37) | private ToggleAutoSizeAction(MainFrame mainFrame, Map ... method performAction (line 41) | @Override method getDescriptor (line 49) | @Override class Descriptor (line 55) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 58) | public String getId() { method getCategory (line 62) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 66) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 70) | public KeyStroke getDefaultKeyStroke() { method createAction (line 74) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ToggleColumnAction.java class ToggleColumnAction (line 37) | public abstract class ToggleColumnAction extends TcAction { method ToggleColumnAction (line 42) | ToggleColumnAction(MainFrame mainFrame, Map properties... method isColumnVisible (line 49) | private boolean isColumnVisible() { method updateLabel (line 53) | private void updateLabel() { method performAction (line 57) | @Override class Descriptor (line 67) | public static abstract class Descriptor extends AbstractActionDescript... method Descriptor (line 71) | public Descriptor(Column column) { method getId (line 75) | public String getId() { method getCategory (line 79) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 83) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 87) | public KeyStroke getDefaultKeyStroke() { method getLabel (line 91) | @Override FILE: src/main/java/com/mucommander/ui/action/impl/ToggleCommandBarAction.java class ToggleCommandBarAction (line 43) | public class ToggleCommandBarAction extends TcAction { method ToggleCommandBarAction (line 45) | private ToggleCommandBarAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ToggleDateColumnAction.java class ToggleDateColumnAction (line 34) | public class ToggleDateColumnAction extends ToggleColumnAction { method ToggleDateColumnAction (line 36) | private ToggleDateColumnAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ToggleExtensionColumnAction.java class ToggleExtensionColumnAction (line 34) | public class ToggleExtensionColumnAction extends ToggleColumnAction { method ToggleExtensionColumnAction (line 36) | private ToggleExtensionColumnAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ToggleFoldersAlwaysAlphabeticalAction.java class ToggleFoldersAlwaysAlphabeticalAction (line 39) | public class ToggleFoldersAlwaysAlphabeticalAction extends TcAction { method ToggleFoldersAlwaysAlphabeticalAction (line 41) | private ToggleFoldersAlwaysAlphabeticalAction(MainFrame mainFrame, Map... method performAction (line 45) | @Override method getDescriptor (line 53) | @Override class Descriptor (line 59) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 62) | public String getId() { method getCategory (line 66) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 70) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 74) | public KeyStroke getDefaultKeyStroke() { method createAction (line 78) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ToggleGroupColumnAction.java class ToggleGroupColumnAction (line 34) | public class ToggleGroupColumnAction extends ToggleColumnAction { method ToggleGroupColumnAction (line 36) | private ToggleGroupColumnAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ToggleHiddenFilesAction.java class ToggleHiddenFilesAction (line 39) | public class ToggleHiddenFilesAction extends TcAction { method ToggleHiddenFilesAction (line 45) | private ToggleHiddenFilesAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ToggleLockTabAction.java class ToggleLockTabAction (line 40) | public class ToggleLockTabAction extends ActiveTabAction { method ToggleLockTabAction (line 42) | private ToggleLockTabAction(MainFrame mainFrame, Map p... method updateLabel (line 46) | private void updateLabel(boolean locked) { method performAction (line 50) | @Override method getDescriptor (line 65) | @Override method toggleEnabledState (line 70) | @Override class Descriptor (line 76) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 79) | public String getId() { method getCategory (line 83) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 87) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 91) | public KeyStroke getDefaultKeyStroke() { method createAction (line 95) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ToggleOwnerColumnAction.java class ToggleOwnerColumnAction (line 34) | public class ToggleOwnerColumnAction extends ToggleColumnAction { method ToggleOwnerColumnAction (line 36) | private ToggleOwnerColumnAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/TogglePanelPreviewModeAction.java class TogglePanelPreviewModeAction (line 37) | public class TogglePanelPreviewModeAction extends TcAction { method TogglePanelPreviewModeAction (line 45) | private TogglePanelPreviewModeAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ToggleShowFoldersFirstAction.java class ToggleShowFoldersFirstAction (line 39) | public class ToggleShowFoldersFirstAction extends TcAction { method ToggleShowFoldersFirstAction (line 41) | private ToggleShowFoldersFirstAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ToggleSinglePanelAction.java class ToggleSinglePanelAction (line 34) | public class ToggleSinglePanelAction extends TcAction { method ToggleSinglePanelAction (line 39) | private ToggleSinglePanelAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ToggleStatusBarAction.java class ToggleStatusBarAction (line 46) | public class ToggleStatusBarAction extends TcAction { method ToggleStatusBarAction (line 48) | private ToggleStatusBarAction(MainFrame mainFrame, Map... method updateLabel (line 53) | private void updateLabel(boolean visible) { method performAction (line 57) | @Override method getDescriptor (line 70) | @Override class Descriptor (line 76) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 79) | public String getId() { method getCategory (line 83) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 87) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 91) | public KeyStroke getDefaultKeyStroke() { method getLabelKey (line 95) | @Override method createAction (line 100) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ToggleTableViewModeCompactAction.java class ToggleTableViewModeCompactAction (line 35) | public class ToggleTableViewModeCompactAction extends TcAction { method ToggleTableViewModeCompactAction (line 43) | private ToggleTableViewModeCompactAction(MainFrame mainFrame, Map p... method updateLabel (line 53) | private void updateLabel(boolean visible) { method performAction (line 57) | @Override method getDescriptor (line 70) | @Override class Descriptor (line 76) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 79) | public String getId() { method getCategory (line 83) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 87) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 91) | public KeyStroke getDefaultKeyStroke() { method getLabelKey (line 95) | @Override method createAction (line 100) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ToggleTreeAction.java class ToggleTreeAction (line 39) | public class ToggleTreeAction extends TcAction { method ToggleTreeAction (line 41) | private ToggleTreeAction(MainFrame mainFrame, Map prop... method performAction (line 45) | @Override method getDescriptor (line 51) | @Override class Descriptor (line 57) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 60) | public String getId() { method getCategory (line 64) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 68) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 72) | public KeyStroke getDefaultKeyStroke() { method createAction (line 76) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/UnmarkAllAction.java class UnmarkAllAction (line 36) | public class UnmarkAllAction extends MarkAllAction { method UnmarkAllAction (line 38) | private UnmarkAllAction(MainFrame mainFrame, Map prope... method getDescriptor (line 42) | @Override class Descriptor (line 48) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 51) | public String getId() { method getCategory (line 55) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 59) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 63) | public KeyStroke getDefaultKeyStroke() { method createAction (line 67) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/UnmarkGroupAction.java class UnmarkGroupAction (line 34) | @InvokesDialog method UnmarkGroupAction (line 37) | private UnmarkGroupAction(MainFrame mainFrame, Map pro... method performAction (line 41) | @Override method getDescriptor (line 46) | @Override class Descriptor (line 52) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 55) | public String getId() { method getCategory (line 59) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 63) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 67) | public KeyStroke getDefaultKeyStroke() { method createAction (line 71) | public TcAction createAction(MainFrame mainFrame, Map properti... method performAction (line 51) | @Override method getDescriptor (line 56) | @Override class Descriptor (line 62) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 65) | public String getId() { method getCategory (line 69) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 73) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 77) | public KeyStroke getDefaultKeyStroke() { method createAction (line 81) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/UserMenuAction.java class UserMenuAction (line 39) | @Slf4j method UserMenuAction (line 42) | private UserMenuAction(MainFrame mainFrame, Map proper... method toggleEnabledState (line 46) | @Override method performAction (line 49) | @Override method createMenu (line 57) | public static UserPopupMenu createMenu(MainFrame mainFrame) { method findLocalMenu (line 79) | private static AbstractFile findLocalMenu(AbstractFile folder) { method getMenuFile (line 87) | private static AbstractFile getMenuFile(AbstractFile folder) { method openEditorAndShowError (line 103) | private static void openEditorAndShowError(MainFrame mainFrame, Abstra... method getDescriptor (line 117) | @Override class Descriptor (line 123) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 126) | public String getId() { method getCategory (line 130) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 134) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 138) | public KeyStroke getDefaultKeyStroke() { method createAction (line 142) | public TcAction createAction(MainFrame mainFrame, Map properties) { method getCustomCommand (line 53) | @Override method getDescriptor (line 58) | @Override class Descriptor (line 64) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 67) | public String getId() { method getCategory (line 71) | public ActionCategory getCategory() { method getDefaultAltKeyStroke (line 75) | public KeyStroke getDefaultAltKeyStroke() { method getDefaultKeyStroke (line 79) | public KeyStroke getDefaultKeyStroke() { method createAction (line 83) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/action/impl/ViewAsAction.java class ViewAsAction (line 39) | public class ViewAsAction extends SelectedFilesAction { method ViewAsAction (line 45) | private ViewAsAction(MainFrame mainFrame, Map properti... method getDescriptor (line 55) | @Override method performAction (line 60) | @Override class Descriptor (line 74) | public static final class Descriptor extends AbstractActionDescriptor { method getId (line 77) | public String getId() { return ACTION_ID; } method getCategory (line 79) | public ActionCategory getCategory() { return ActionCategory.FILES; } method getDefaultAltKeyStroke (line 81) | public KeyStroke getDefaultAltKeyStroke() { return null; } method getDefaultKeyStroke (line 83) | public KeyStroke getDefaultKeyStroke() { return KeyStroke.getKeyStro... method createAction (line 85) | public TcAction createAction(MainFrame mainFrame, Map... FILE: src/main/java/com/mucommander/ui/autocomplete/AutocompleterTextComponent.java class AutocompleterTextComponent (line 45) | public abstract class AutocompleterTextComponent { method AutocompleterTextComponent (line 49) | public AutocompleterTextComponent(JTextComponent textComp) { method AutocompleterTextComponent (line 53) | protected AutocompleterTextComponent(EditableComboBox editableComboBox) { method OnEnterPressed (line 66) | public abstract void OnEnterPressed(KeyEvent keyEvent); method OnEscPressed (line 72) | public abstract void OnEscPressed(KeyEvent keyEvent); method removeAllKeyListeners (line 74) | private void removeAllKeyListeners() { method getDocument (line 82) | public Document getDocument() { return textComponent.getDocument(); } method isShowing (line 84) | public boolean isShowing() { return textComponent.isShowing(); } method setText (line 86) | public void setText(String text) { textComponent.setText(text); } method getText (line 88) | public String getText() { return textComponent.getText(); } method hasFocus (line 90) | public boolean hasFocus() { return textComponent.hasFocus(); } method isEnabled (line 92) | public boolean isEnabled() { return textComponent.isEnabled(); } method getCaretPosition (line 94) | public int getCaretPosition() { return textComponent.getCaretPosition(... method requestFocus (line 96) | public void requestFocus() { textComponent.requestFocus(); } method getHeight (line 98) | public int getHeight() { return textComponent.getHeight(); } method modelToView (line 100) | Rectangle modelToView() throws BadLocationException { method moveCaretToEndOfText (line 105) | void moveCaretToEndOfText() { textComponent.setCaretPosition(textCompo... method isCaretAtEndOfTextAtInsertion (line 107) | boolean isCaretAtEndOfTextAtInsertion() { return textComponent.getCare... method isCarentAtEndOfTextAtRemoval (line 109) | boolean isCarentAtEndOfTextAtRemoval() { return textComponent.getCaret... method getTextComponent (line 111) | JTextComponent getTextComponent() { return textComponent; } method addKeyListener (line 113) | public void addKeyListener(KeyAdapter adapter) { textComponent.addKeyL... method addFocusListener (line 115) | public void addFocusListener(FocusListener listener) { textComponent.a... method getItemNames (line 123) | public List getItemNames() { method isComponentsPopupVisible (line 139) | public boolean isComponentsPopupVisible() { method setComponentsPopupInvisible (line 146) | void setComponentsPopupInvisible() { FILE: src/main/java/com/mucommander/ui/autocomplete/BasicAutocompleterTextComponent.java class BasicAutocompleterTextComponent (line 30) | public class BasicAutocompleterTextComponent extends AutocompleterTextCo... method BasicAutocompleterTextComponent (line 32) | public BasicAutocompleterTextComponent(JTextComponent textComp) { method OnEnterPressed (line 41) | @Override method OnEscPressed (line 45) | @Override FILE: src/main/java/com/mucommander/ui/autocomplete/CompleterFactory.java class CompleterFactory (line 31) | public class CompleterFactory { method getComboboxOptionsCompleter (line 33) | public static Completer getComboboxOptionsCompleter() { method getPathCompleter (line 37) | public static Completer getPathCompleter() { method getLocationCompleter (line 41) | public static Completer getLocationCompleter() { FILE: src/main/java/com/mucommander/ui/autocomplete/CompletionType.java class CompletionType (line 42) | public abstract class CompletionType { class ShowingThread (line 65) | protected abstract class ShowingThread extends Thread { method ShowingThread (line 70) | ShowingThread(int delayTime) { method run (line 75) | @Override method done (line 97) | public void done() { method delay (line 104) | protected void delay(int miliseconds) { method showAutocompletionPopup (line 112) | abstract void showAutocompletionPopup(); method CompletionType (line 115) | CompletionType(AutocompleterTextComponent comp, Completer completer) { method startNewShowingThread (line 154) | protected abstract void startNewShowingThread(int delay); method hideAutocompletionPopup (line 159) | protected abstract void hideAutocompletionPopup(); method updateListData (line 168) | boolean updateListData(JList list) { method updateTextComponent (line 178) | private void updateTextComponent(String selected) { method createNewShowingThread (line 188) | void createNewShowingThread(int delay) { method acceptListItem (line 202) | protected void acceptListItem(String selected) { method addMouseListenerToList (line 207) | private void addMouseListenerToList() { method createDocumentListener (line 230) | private void createDocumentListener() { method isPopupListShowing (line 253) | boolean isPopupListShowing() { method isItemSelectedAtPopupList (line 260) | boolean isItemSelectedAtPopupList() { method selectFirstValue (line 267) | void selectFirstValue() { method selectLastValue (line 275) | void selectLastValue() { method selectNextPage (line 286) | void selectNextPage() { method selectPreviousPage (line 301) | void selectPreviousPage() { method selectNextPossibleValue (line 315) | void selectNextPossibleValue(){ method selectPreviousPossibleValue (line 329) | void selectPreviousPossibleValue(){ FILE: src/main/java/com/mucommander/ui/autocomplete/EditableComboboxCompletion.java class EditableComboboxCompletion (line 37) | public class EditableComboboxCompletion extends CompletionType { class ShowingThreadImp (line 40) | private class ShowingThreadImp extends ShowingThread { method ShowingThreadImp (line 41) | ShowingThreadImp(int delay) { method showAutocompletionPopup (line 45) | @Override method EditableComboboxCompletion (line 75) | public EditableComboboxCompletion(AutocompleterTextComponent comp, Com... method hideAutocompletionPopup (line 167) | @Override method startNewShowingThread (line 175) | @Override FILE: src/main/java/com/mucommander/ui/autocomplete/OtherTextComponentCompletion.java class OtherTextComponentCompletion (line 40) | public class OtherTextComponentCompletion extends CompletionType { class ShowingThreadImp (line 43) | private class ShowingThreadImp extends ShowingThread { method ShowingThreadImp (line 44) | ShowingThreadImp(int delay) { method showAutocompletionPopup (line 48) | @Override method OtherTextComponentCompletion (line 79) | public OtherTextComponentCompletion(AutocompleterTextComponent comp, C... method hideAutocompletionPopup (line 162) | @Override method startNewShowingThread (line 171) | @Override FILE: src/main/java/com/mucommander/ui/autocomplete/TextFieldCompletion.java class TextFieldCompletion (line 37) | public class TextFieldCompletion extends CompletionType { class ShowingThreadImp (line 40) | private class ShowingThreadImp extends ShowingThread { method ShowingThreadImp (line 41) | ShowingThreadImp(int delay) { method showAutocompletionPopup (line 45) | @Override method TextFieldCompletion (line 75) | public TextFieldCompletion(AutocompleterTextComponent comp, Completer ... method startNewShowingThread (line 163) | @Override method hideAutocompletionPopup (line 168) | @Override FILE: src/main/java/com/mucommander/ui/autocomplete/TypicalAutocompleterEditableCombobox.java class TypicalAutocompleterEditableCombobox (line 32) | public class TypicalAutocompleterEditableCombobox extends AutocompleterT... method TypicalAutocompleterEditableCombobox (line 35) | public TypicalAutocompleterEditableCombobox(AutocompleteEditableCombob... method OnEnterPressed (line 40) | @Override method OnEscPressed (line 45) | @Override FILE: src/main/java/com/mucommander/ui/autocomplete/completers/ComboboxOptionsCompleter.java class ComboboxOptionsCompleter (line 33) | public class ComboboxOptionsCompleter extends Completer { method ComboboxOptionsCompleter (line 35) | public ComboboxOptionsCompleter() { } method getUpdatedSuggestions (line 37) | @Override method updateTextComponent (line 42) | @Override FILE: src/main/java/com/mucommander/ui/autocomplete/completers/Completer.java class Completer (line 40) | public abstract class Completer { method getUpdatedSuggestions (line 51) | protected abstract List getUpdatedSuggestions(AutocompleterTex... method updateListData (line 60) | public boolean updateListData(final JList list, AutocompleterT... method updateTextComponent (line 85) | public abstract void updateTextComponent(final String selected, Autoco... method registerService (line 95) | protected void registerService(CompletionService service) { method getPossibleCompletionsFromServices (line 107) | protected Vector getPossibleCompletionsFromServices(String pat... method tryToCompleteFromServices (line 125) | protected String tryToCompleteFromServices(String selectedString) { FILE: src/main/java/com/mucommander/ui/autocomplete/completers/LocationCompleter.java class LocationCompleter (line 32) | public class LocationCompleter extends Completer { method LocationCompleter (line 34) | public LocationCompleter(){ method getUpdatedSuggestions (line 41) | @Override method updateTextComponent (line 46) | @Override FILE: src/main/java/com/mucommander/ui/autocomplete/completers/PathCompleter.java class PathCompleter (line 32) | public class PathCompleter extends Completer { method PathCompleter (line 36) | public PathCompleter() { method getUpdatedSuggestions (line 42) | @Override method updateTextComponent (line 52) | @Override method setCurrentLocation (line 64) | public void setCurrentLocation(AbstractFile currentLocation) { FILE: src/main/java/com/mucommander/ui/autocomplete/completers/ServiceFactory.java class ServiceFactory (line 36) | public class ServiceFactory { method getAllFilesService (line 38) | public static CompletionService getAllFilesService() { method getBrowsableFilesService (line 42) | public static CompletionService getBrowsableFilesService() { method getVolumesService (line 46) | public static CompletionService getVolumesService() { method getBookmarksService (line 50) | public static CompletionService getBookmarksService() { method getSystemVariablesService (line 54) | public static CompletionService getSystemVariablesService() { FILE: src/main/java/com/mucommander/ui/autocomplete/completers/services/AllFilesService.java class AllFilesService (line 31) | public class AllFilesService extends FilesService { method getFiles (line 33) | @Override FILE: src/main/java/com/mucommander/ui/autocomplete/completers/services/BookmarksService.java class BookmarksService (line 34) | public class BookmarksService implements CompletionService, BookmarkList... method BookmarksService (line 38) | public BookmarksService() { method getPossibleCompletions (line 45) | public Vector getPossibleCompletions(String path) { method complete (line 53) | public String complete(String selectedCompletion) { method getSortedBookmarkNames (line 77) | private String[] getSortedBookmarkNames() { method getLocationsOfBookmarks (line 93) | private String[] getLocationsOfBookmarks() { method fetchBookmarks (line 102) | protected void fetchBookmarks() { method bookmarksChanged (line 110) | public void bookmarksChanged() { FILE: src/main/java/com/mucommander/ui/autocomplete/completers/services/CompletionService.java type CompletionService (line 34) | public interface CompletionService { method getPossibleCompletions (line 43) | List getPossibleCompletions(String path); method complete (line 52) | String complete(String selectedCompletion); FILE: src/main/java/com/mucommander/ui/autocomplete/completers/services/FilesService.java class FilesService (line 38) | public abstract class FilesService implements CompletionService { method FilesService (line 45) | public FilesService() { method getFiles (line 58) | protected abstract AbstractFile[] getFiles(AbstractFile directory) thr... method getPossibleCompletions (line 60) | public List getPossibleCompletions(String path) { method complete (line 99) | public String complete(String selectedCompletion) { FILE: src/main/java/com/mucommander/ui/autocomplete/completers/services/FilteredFilesService.java class FilteredFilesService (line 33) | public class FilteredFilesService extends FilesService { method FilteredFilesService (line 36) | public FilteredFilesService(FileFilter fileFilter) { method getFiles (line 40) | @Override FILE: src/main/java/com/mucommander/ui/autocomplete/completers/services/PrefixFilter.java class PrefixFilter (line 30) | public class PrefixFilter { method PrefixFilter (line 33) | private PrefixFilter(String prefix) { method createPrefixFilter (line 42) | public static PrefixFilter createPrefixFilter(String prefix) { method accept (line 51) | public boolean accept(String input) { method filter (line 61) | public List filter(String[] strings) { method filter (line 76) | public List filter(List strings) { FILE: src/main/java/com/mucommander/ui/autocomplete/completers/services/SystemVariablesService.java class SystemVariablesService (line 29) | public class SystemVariablesService implements CompletionService { method SystemVariablesService (line 32) | public SystemVariablesService() { method getPossibleCompletions (line 42) | public List getPossibleCompletions(String path) { method complete (line 46) | public String complete(String selectedCompletion) { FILE: src/main/java/com/mucommander/ui/autocomplete/completers/services/VolumesService.java class VolumesService (line 34) | public class VolumesService implements CompletionService { method VolumesService (line 37) | public VolumesService() {} method getPossibleCompletions (line 45) | public List getPossibleCompletions(String path) { method complete (line 60) | public String complete(String selectedCompletion) { FILE: src/main/java/com/mucommander/ui/border/MutableLineBorder.java class MutableLineBorder (line 28) | public class MutableLineBorder extends LineBorder { method MutableLineBorder (line 33) | public MutableLineBorder(Color color) {super(color);} method MutableLineBorder (line 40) | public MutableLineBorder(Color color, int thickness) {super(color, thi... method MutableLineBorder (line 48) | public MutableLineBorder(Color color, int thickness, boolean roundedCo... method setLineColor (line 56) | public void setLineColor(Color color) {lineColor = color;} method setRoundedCorners (line 62) | public void setRoundedCorners(boolean roundedCorners) {this.roundedCor... method setThickness (line 68) | public void setThickness(int thickness) {this.thickness = thickness;} FILE: src/main/java/com/mucommander/ui/button/ArrowButton.java class ArrowButton (line 31) | public class ArrowButton extends JButton { type Direction (line 33) | public enum Direction { method Direction (line 41) | Direction(String fileName) { method ArrowButton (line 50) | ArrowButton() { method ArrowButton (line 57) | public ArrowButton(Direction direction) { method ArrowButton (line 64) | public ArrowButton(Action action, Direction direction) { method setArrowDirection (line 77) | void setArrowDirection(Direction direction) { FILE: src/main/java/com/mucommander/ui/button/ButtonChoicePanel.java class ButtonChoicePanel (line 48) | public class ButtonChoicePanel extends JPanel implements KeyListener, Fo... method ButtonChoicePanel (line 78) | public ButtonChoicePanel(JButton[] buttons, int nbCols, JRootPane root... method updateMnemonics (line 121) | public void updateMnemonics() { method keyPressed (line 139) | public void keyPressed(KeyEvent e) { method keyReleased (line 186) | public void keyReleased(KeyEvent e) { method keyTyped (line 189) | public void keyTyped(KeyEvent e) { method focusGained (line 197) | public void focusGained(FocusEvent focusEvent) { method focusLost (line 202) | public void focusLost(FocusEvent focusEvent) { FILE: src/main/java/com/mucommander/ui/button/CollapseExpandButton.java class CollapseExpandButton (line 38) | public class CollapseExpandButton extends ArrowButton implements ActionL... method CollapseExpandButton (line 54) | public CollapseExpandButton(String label, Component component, boolean... method setExpandedState (line 71) | public void setExpandedState(boolean expanded) { method getExpandedState (line 82) | public boolean getExpandedState() { method setExpandedState (line 95) | private void setExpandedState(boolean expanded, boolean packWindow) { method actionPerformed (line 116) | public void actionPerformed(ActionEvent actionEvent) { method keyPressed (line 126) | public void keyPressed(KeyEvent keyEvent) { method keyReleased (line 135) | public void keyReleased(KeyEvent keyEvent) { method keyTyped (line 138) | public void keyTyped(KeyEvent keyEvent) { FILE: src/main/java/com/mucommander/ui/button/HelpButton.java class HelpButton (line 43) | public class HelpButton extends JButton { method HelpButton (line 50) | public HelpButton(MainFrame mainFrame) { method HelpButton (line 60) | public HelpButton(MainFrame mainFrame, String helpTopic) { method getHelpTopic (line 98) | public String getHelpTopic() { method setHelpTopic (line 107) | public void setHelpTopic(String helpTopic) { FILE: src/main/java/com/mucommander/ui/button/HelpButtonPanel.java class HelpButtonPanel (line 29) | public class HelpButtonPanel extends JPanel { method HelpButtonPanel (line 31) | public HelpButtonPanel(HelpButton helpButton) { FILE: src/main/java/com/mucommander/ui/button/NonFocusableButton.java class NonFocusableButton (line 33) | public class NonFocusableButton extends JButton { method NonFocusableButton (line 35) | public NonFocusableButton() { method NonFocusableButton (line 39) | public NonFocusableButton(Action a) { method NonFocusableButton (line 44) | public NonFocusableButton(Icon icon) { method NonFocusableButton (line 49) | public NonFocusableButton(String text) { method NonFocusableButton (line 54) | public NonFocusableButton(String text, Icon icon) { method setLookAndFeelProperties (line 60) | private void setLookAndFeelProperties() { method isFocusable (line 67) | @Override method updateUI (line 72) | @Override FILE: src/main/java/com/mucommander/ui/button/PopupButton.java class PopupButton (line 46) | public abstract class PopupButton extends NonFocusableButton { method PopupButton (line 75) | protected PopupButton() { method PopupButton (line 84) | public PopupButton(Action buttonClickedAction) { method setAction (line 96) | @Override method isPopupMenuVisible (line 112) | private boolean isPopupMenuVisible() { method popupMenu (line 119) | public synchronized void popupMenu() { method getPopupMenu (line 170) | public abstract JPopupMenu getPopupMenu(); class PopupMenuHandler (line 180) | private class PopupMenuHandler implements MouseListener, Runnable { method shouldIgnoreMouseEvent (line 187) | private boolean shouldIgnoreMouseEvent() { method mousePressed (line 195) | public synchronized void mousePressed(MouseEvent mouseEvent) { method mouseClicked (line 210) | public synchronized void mouseClicked(MouseEvent mouseEvent) { method mouseReleased (line 225) | public synchronized void mouseReleased(MouseEvent mouseEvent) { method mouseExited (line 230) | public synchronized void mouseExited(MouseEvent mouseEvent) { method mouseEntered (line 235) | public void mouseEntered(MouseEvent mouseEvent) { method run (line 243) | public void run() { FILE: src/main/java/com/mucommander/ui/button/RolloverButtonAdapter.java class RolloverButtonAdapter (line 39) | public class RolloverButtonAdapter implements MouseListener { method RolloverButtonAdapter (line 46) | public RolloverButtonAdapter() { method decorateButton (line 54) | public static void decorateButton(JButton button) { method mouseEntered (line 68) | @Override method mouseExited (line 73) | @Override method mouseClicked (line 78) | @Override method mouseReleased (line 82) | @Override method mousePressed (line 86) | @Override FILE: src/main/java/com/mucommander/ui/button/ToolbarMoreButton.java class ToolbarMoreButton (line 79) | public class ToolbarMoreButton extends JToggleButton implements ActionLi... method ToolbarMoreButton (line 84) | private ToolbarMoreButton(final JToolBar toolbar) { method isVisible (line 129) | private boolean isVisible(Component comp, Rectangle rect) { method actionPerformed (line 136) | public void actionPerformed(ActionEvent e) { method wrapToolBar (line 170) | public static JPanel wrapToolBar(JToolBar toolbar) { FILE: src/main/java/com/mucommander/ui/chooser/ColorChangeEvent.java class ColorChangeEvent (line 27) | public class ColorChangeEvent { method ColorChangeEvent (line 33) | public ColorChangeEvent(JComponent source, Color color) { method getSource (line 38) | public JComponent getSource() { method getColor (line 42) | public Color getColor() { FILE: src/main/java/com/mucommander/ui/chooser/ColorChangeListener.java type ColorChangeListener (line 24) | public interface ColorChangeListener { method colorChanged (line 26) | void colorChanged(ColorChangeEvent event); FILE: src/main/java/com/mucommander/ui/chooser/ColorChooser.java class ColorChooser (line 45) | public class ColorChooser extends YBoxPanel implements ChangeListener { method ColorChooser (line 98) | public ColorChooser() { method ColorChooser (line 102) | public ColorChooser(Color initialColor) { method ColorChooser (line 106) | public ColorChooser(Color initialColor, JComponent previewComponent, S... method createDialog (line 132) | public static FocusDialog createDialog(Dialog parent, ColorChooser cho... method createDialog (line 142) | public static FocusDialog createDialog(Frame parent, ColorChooser choo... method createPreviewPanel (line 149) | private JPanel createPreviewPanel(JComponent previewComponent) { method createChooserPanel (line 170) | private JColorChooser createChooserPanel() { method createTransparencyPanel (line 182) | private JPanel createTransparencyPanel() { method getColor (line 200) | public Color getColor() { method reset (line 207) | public void reset() { method reset (line 215) | private void reset(boolean updateUI) { method updatePreview (line 231) | private void updatePreview() { method stateChanged (line 240) | public void stateChanged(ChangeEvent e) { class ChooserDialog (line 253) | private static class ChooserDialog extends FocusDialog implements Acti... method ChooserDialog (line 264) | ChooserDialog(Frame parent, ColorChooser chooser) { method ChooserDialog (line 272) | ChooserDialog(Dialog parent, ColorChooser chooser) { method initUI (line 280) | private void initUI(ColorChooser chooser) { method createButtonsPanel (line 295) | private JPanel createButtonsPanel() { method cancel (line 323) | @Override method actionPerformed (line 332) | public void actionPerformed(ActionEvent e) { FILE: src/main/java/com/mucommander/ui/chooser/ColorPicker.java class ColorPicker (line 36) | public class ColorPicker extends JButton implements ActionListener, AWTE... method ColorPicker (line 60) | public ColorPicker() { method isSupported (line 66) | public static boolean isSupported() { method setActive (line 71) | public void setActive(boolean active) { method addColorChangeListener (line 117) | public void addColorChangeListener(ColorChangeListener listener) { method removeColorChangeListener (line 121) | public void removeColorChangeListener(ColorChangeListener listener) { method setPickerCursor (line 126) | private void setPickerCursor(Color fillColor) { method setCustomCursor (line 155) | private void setCustomCursor(Cursor cursor) { method fireColorPicked (line 159) | private void fireColorPicked(Color color) { method actionPerformed (line 166) | @Override method eventDispatched (line 172) | @Override FILE: src/main/java/com/mucommander/ui/chooser/FontChooser.java class FontChooser (line 37) | public class FontChooser extends YBoxPanel implements ActionListener { method FontChooser (line 61) | public FontChooser(Font selection) { method initUI (line 70) | private void initUI(Font selection) { method createFont (line 136) | private Font createFont() { method getCurrentFont (line 146) | public Font getCurrentFont() { method updatePreview (line 157) | private void updatePreview() { method actionPerformed (line 165) | public void actionPerformed(ActionEvent e) { method addChangeListener (line 183) | public void addChangeListener(ChangeListener listener) { method removeChangeListener (line 190) | public void removeChangeListener(ChangeListener listener) { FILE: src/main/java/com/mucommander/ui/chooser/IntegerChooser.java class IntegerChooser (line 36) | public class IntegerChooser extends JPanel implements ChangeListener { method IntegerChooser (line 53) | public IntegerChooser(int min, int max, int initialValue) { method setMajorTickSpacing (line 83) | public void setMajorTickSpacing(int spacing) { method setMinorTickSpacing (line 94) | public void setMinorTickSpacing(int spacing) { method setPaintTicks (line 102) | public void setPaintTicks(boolean b) { method setPaintLabels (line 110) | public void setPaintLabels(boolean b) { method setValue (line 117) | public void setValue(int value) { method getValue (line 130) | public int getValue() {return slider.getValue();} method addChangeListener (line 138) | public void addChangeListener(ChangeListener listener) { method removeChangeListener (line 145) | public void removeChangeListener(ChangeListener listener) { method stateChanged (line 152) | public void stateChanged(ChangeEvent e) { FILE: src/main/java/com/mucommander/ui/chooser/KeyboardShortcutChooser.java class KeyboardShortcutChooser (line 39) | public class KeyboardShortcutChooser extends JPanel implements ItemListe... method KeyboardShortcutChooser (line 79) | public KeyboardShortcutChooser() { method KeyboardShortcutChooser (line 83) | public KeyboardShortcutChooser(KeyStroke keyStroke) { method addKeyChoice (line 144) | private void addKeyChoice(int keyValue) { method updateTextField (line 148) | private void updateTextField() { method updateKeyComboBox (line 162) | private void updateKeyComboBox() { method updateCheckBoxes (line 182) | private void updateCheckBoxes() { method updateKeyStroke (line 192) | private void updateKeyStroke() { method itemStateChanged (line 207) | @Override method comboBoxSelectionChanged (line 215) | @Override method focusGained (line 224) | @Override method focusLost (line 230) | @Override method keyPressed (line 236) | @Override method keyReleased (line 252) | @Override method keyTyped (line 256) | @Override class KeyChoice (line 262) | private static class KeyChoice { method KeyChoice (line 266) | private KeyChoice(int choiceValue, String choiceLabel) { method getKeyValue (line 271) | private int getKeyValue() { method getKeyLabel (line 275) | private String getKeyLabel() { method equals (line 279) | public boolean equals(Object o) { method toString (line 286) | public String toString() { method main (line 293) | public static void main(String[] args) { FILE: src/main/java/com/mucommander/ui/chooser/PreviewLabel.java class PreviewLabel (line 36) | public class PreviewLabel extends JLabel implements PropertyChangeListen... method PreviewLabel (line 56) | public PreviewLabel() { method setOverlay (line 64) | public void setOverlay(Color color) { method setTextPainted (line 68) | public void setTextPainted(boolean b) { method setOverlayUnderText (line 72) | public void setOverlayUnderText(boolean b) { method setBorderColor (line 77) | public void setBorderColor(Color color) { method paintText (line 81) | private void paintText(Graphics g) { method setForeground (line 89) | @Override method setBackground (line 94) | @Override method clone (line 99) | @Override method paint (line 109) | @Override method getPreferredSize (line 135) | @Override method propertyChange (line 143) | @Override FILE: src/main/java/com/mucommander/ui/chooser/SizeChooser.java class SizeChooser (line 40) | public class SizeChooser extends JPanel { method SizeChooser (line 66) | public SizeChooser(boolean speedUnits) { method getSize (line 95) | @Override method getValue (line 111) | public long getValue() { method addChangeListener (line 124) | public synchronized void addChangeListener(ChangeListener listener) { method removeChangeListener (line 133) | public synchronized void removeChangeListener(ChangeListener listener) { method fireChangeEvent (line 141) | public synchronized void fireChangeEvent() { method setEnabled (line 146) | @Override FILE: src/main/java/com/mucommander/ui/combobox/AutocompleteEditableCombobox.java class AutocompleteEditableCombobox (line 35) | public class AutocompleteEditableCombobox extends EditableComboBox { method AutocompleteEditableCombobox (line 41) | public AutocompleteEditableCombobox(Completer completer) { method AutocompleteEditableCombobox (line 52) | public AutocompleteEditableCombobox(JTextField textField, Completer co... method AutocompleteEditableCombobox (line 65) | public AutocompleteEditableCombobox(JTextField textField, ComboBoxMode... method AutocompleteEditableCombobox (line 78) | public AutocompleteEditableCombobox(JTextField textField, E[] items, C... method AutocompleteEditableCombobox (line 91) | public AutocompleteEditableCombobox(JTextField textField, Vector it... method enableAutoCompletion (line 96) | private void enableAutoCompletion(Completer completer) { method respondToEnterKeyPressing (line 105) | public void respondToEnterKeyPressing(KeyEvent keyEvent) { method respondToEscapeKeyPressing (line 125) | public void respondToEscapeKeyPressing(KeyEvent keyEvent) { FILE: src/main/java/com/mucommander/ui/combobox/ComboBoxCellRenderer.java class ComboBoxCellRenderer (line 29) | public class ComboBoxCellRenderer implements ListCellRenderer { method ComboBoxCellRenderer (line 38) | public ComboBoxCellRenderer() { method setForeground (line 43) | public void setForeground(Color color) {textColor = color;} method setBackground (line 44) | public void setBackground(Color color) {backgroundColor = color;} method setSelectionForeground (line 45) | public void setSelectionForeground(Color color) {selectedTextColor = c... method setSelectionBackground (line 46) | public void setSelectionBackground(Color color) {selectedBackgroundCol... method getListCellRendererComponent (line 48) | public Component getListCellRendererComponent(JList list, Object value... FILE: src/main/java/com/mucommander/ui/combobox/ComboBoxListener.java type ComboBoxListener (line 26) | public interface ComboBoxListener { method comboBoxSelectionChanged (line 33) | void comboBoxSelectionChanged(SaneComboBox source); FILE: src/main/java/com/mucommander/ui/combobox/EditableComboBox.java class EditableComboBox (line 49) | public class EditableComboBox extends SaneComboBox { method EditableComboBox (line 82) | public EditableComboBox() { method EditableComboBox (line 92) | public EditableComboBox(JTextField textField) { method EditableComboBox (line 103) | public EditableComboBox(JTextField textField, ComboBoxModel comboBo... method EditableComboBox (line 115) | public EditableComboBox(JTextField textField, E[] items) { method EditableComboBox (line 127) | public EditableComboBox(JTextField textField, Vector items) { method getComboSelectionUpdatesTextField (line 138) | public boolean getComboSelectionUpdatesTextField() { method init (line 147) | private void init(JTextField textField) { method addEditableComboBoxListener (line 221) | public void addEditableComboBoxListener(EditableComboBoxListener liste... method removeEditableComboBoxListener (line 231) | public void removeEditableComboBoxListener(EditableComboBoxListener li... method fireComboBoxSelectionChanged (line 241) | @Override method fireComboFieldValidated (line 261) | protected void fireComboFieldValidated() { method fireComboFieldCancelled (line 274) | protected void fireComboFieldCancelled() { method setForeground (line 283) | @Override method setBackground (line 293) | @Override method setSelectionForeground (line 303) | public void setSelectionForeground(Color color) { method setSelectionBackground (line 310) | public void setSelectionBackground(Color color) { method setFont (line 317) | @Override FILE: src/main/java/com/mucommander/ui/combobox/EditableComboBoxListener.java type EditableComboBoxListener (line 28) | public interface EditableComboBoxListener extends ComboBoxListener { method textFieldValidated (line 39) | void textFieldValidated(EditableComboBox source); method textFieldCancelled (line 50) | void textFieldCancelled(EditableComboBox source); FILE: src/main/java/com/mucommander/ui/combobox/SaneComboBox.java class SaneComboBox (line 42) | public class SaneComboBox extends JComboBox { method SaneComboBox (line 48) | public SaneComboBox() { method SaneComboBox (line 53) | public SaneComboBox(ComboBoxModel comboBoxModel) { method SaneComboBox (line 58) | public SaneComboBox(E[] items) { method SaneComboBox (line 63) | public SaneComboBox(Vector items) { method init (line 69) | private void init() { method addComboBoxListener (line 101) | public void addComboBoxListener(ComboBoxListener listener) { method removeComboBoxListener (line 110) | public void removeComboBoxListener(ComboBoxListener listener) { method fireComboBoxSelectionChanged (line 121) | protected void fireComboBoxSelectionChanged() { method addItem (line 133) | @Override method insertItemAt (line 140) | @Override method removeItem (line 147) | @Override method removeItemAt (line 154) | @Override method removeAllItems (line 161) | @Override method processKeyEvent (line 168) | @Override FILE: src/main/java/com/mucommander/ui/combobox/TcComboBox.java class TcComboBox (line 32) | public class TcComboBox extends JComboBox { method TcComboBox (line 34) | public TcComboBox() { method TcComboBox (line 38) | public TcComboBox(java.util.List items) { method TcComboBox (line 45) | public TcComboBox(E[] items) { method processKeyEvent (line 52) | @Override method disposeParentFocusDialog (line 62) | private void disposeParentFocusDialog() { FILE: src/main/java/com/mucommander/ui/dialog/DialogOwner.java class DialogOwner (line 29) | public class DialogOwner { method DialogOwner (line 38) | public DialogOwner(Frame frame) { method DialogOwner (line 47) | public DialogOwner(Dialog dialog) { method getOwner (line 56) | public Window getOwner() { FILE: src/main/java/com/mucommander/ui/dialog/DialogToolkit.java class DialogToolkit (line 48) | public class DialogToolkit { method fitToMinDimension (line 50) | public static boolean fitToMinDimension(Window window, Dimension minD) { method fitToMaxDimension (line 54) | static boolean fitToMaxDimension(Window window, Dimension maxD) { method fitToScreen (line 58) | public static boolean fitToScreen(Window window) { method fitToDimension (line 63) | private static boolean fitToDimension(Window window, Dimension d, bool... method centerOnScreen (line 109) | public static void centerOnScreen(Component c) { method centerOnWindow (line 125) | public static void centerOnWindow(Component c, Window window) { method createOKCancelPanel (line 147) | public static JPanel createOKCancelPanel(JButton okButton, JButton can... method createOKPanel (line 157) | public static JPanel createOKPanel(JButton okButton, JRootPane rootPan... method createButtonPanel (line 168) | public static JPanel createButtonPanel(JRootPane rootPane, ActionListe... method getWindowForComponent (line 197) | static Window getWindowForComponent(Component parentComponent) throws ... FILE: src/main/java/com/mucommander/ui/dialog/FocusDialog.java class FocusDialog (line 49) | public class FocusDialog extends JDialog implements WindowListener, IMac... method FocusDialog (line 87) | public FocusDialog(Frame owner, String title, Component locationRelati... method FocusDialog (line 113) | public FocusDialog(Dialog owner, String title, Component locationRelat... method showOnScreen (line 141) | public void showOnScreen(Window parent) { method init (line 161) | private void init(Component locationRelativeComp) { method cancel (line 204) | public void cancel() { method dispose (line 209) | @Override method setInitialFocusComponent (line 233) | public void setInitialFocusComponent(JComponent initialFocusComponent) { method setMaximumSize (line 247) | @Override method setMinimumSize (line 255) | @Override method setKeyboardDisposalEnabled (line 268) | protected void setKeyboardDisposalEnabled(boolean enabled) { method pack (line 276) | @Override method packDialog (line 294) | protected void packDialog() { method setMinimumSizeDialog (line 298) | protected void setMinimumSizeDialog(Dimension d) { method setMaximumSizeDialog (line 303) | protected void setMaximumSizeDialog(Dimension d) { method showDialog (line 312) | public void showDialog() { method isActivated (line 333) | public boolean isActivated() { method windowOpened (line 338) | @Override method windowActivated (line 342) | @Override method windowClosing (line 362) | @Override method windowClosed (line 366) | @Override method windowDeactivated (line 370) | @Override method windowIconified (line 374) | @Override method windowDeiconified (line 378) | @Override method saveState (line 382) | protected void saveState() { method setStorageSuffix (line 386) | public void setStorageSuffix(String storageSuffix) { method setStoreSizes (line 390) | public void setStoreSizes(boolean storeSizes) { method returnFocusTo (line 394) | public FocusDialog returnFocusTo(Component c) { method getReturnFocusTo (line 399) | public Component getReturnFocusTo() { method fixHeight (line 404) | protected void fixHeight() { method i18n (line 417) | protected static String i18n(String key, String... params) { FILE: src/main/java/com/mucommander/ui/dialog/InformationDialog.java class InformationDialog (line 46) | public class InformationDialog { method showErrorDialog (line 72) | public static void showErrorDialog(Component parentComponent) { method showErrorDialog (line 83) | public static void showErrorDialog(Component parentComponent, String m... method showErrorDialog (line 95) | public static void showErrorDialog(Component parentComponent, String t... method showErrorDialog (line 108) | public static void showErrorDialog(Component parentComponent, String t... method showErrorDialog (line 123) | public static void showErrorDialog(Component parentComponent, String t... method showWarningDialog (line 134) | public static void showWarningDialog(Component parentComponent, String... method showWarningDialog (line 146) | public static void showWarningDialog(Component parentComponent, String... method showWarningDialog (line 159) | public static void showWarningDialog(Component parentComponent, String... method showDialog (line 177) | public static void showDialog(int dialogType, Component parentComponen... method getInformationPaneIconId (line 244) | private static int getInformationPaneIconId(int dialogType) { FILE: src/main/java/com/mucommander/ui/dialog/PasswordDialog.java class PasswordDialog (line 32) | public class PasswordDialog extends FocusDialog implements ActionListener { method PasswordDialog (line 46) | private PasswordDialog(Frame owner, String title, Component locationRe... method PasswordDialog (line 51) | public PasswordDialog(String title) { method init (line 56) | private void init() { method getPassword (line 86) | public String getPassword() { method cancel (line 100) | @Override method actionPerformed (line 106) | @Override FILE: src/main/java/com/mucommander/ui/dialog/QuestionDialog.java class QuestionDialog (line 38) | public class QuestionDialog extends FocusDialog implements ActionListene... method QuestionDialog (line 63) | public QuestionDialog(Frame owner, String title, String msg, Component... method QuestionDialog (line 72) | public QuestionDialog(Dialog owner, String title, String msg, Componen... method QuestionDialog (line 81) | public QuestionDialog(Frame owner, String title, Component msgComp, Co... method QuestionDialog (line 90) | public QuestionDialog(Dialog owner, String title, Component msgComp, C... method QuestionDialog (line 96) | protected QuestionDialog(Frame owner, String title, Component location... method QuestionDialog (line 100) | protected QuestionDialog(Dialog owner, String title, Component locatio... method init (line 105) | protected void init(Component comp, String[] actionText, int[] actionV... method addComponent (line 141) | protected void addComponent(JComponent comp) { method getActionValue (line 152) | public int getActionValue() { method actionPerformed (line 163) | @Override method getUserInput (line 176) | @Override FILE: src/main/java/com/mucommander/ui/dialog/about/AboutDialog.java class AboutDialog (line 65) | public class AboutDialog extends FocusDialog implements ActionListener { method AboutDialog (line 94) | public AboutDialog(MainFrame mainFrame) { method createCreditsPanel (line 116) | private JScrollPane createCreditsPanel() { method createIconPanel (line 275) | private JPanel createIconPanel() { method createCopyright (line 296) | private JLabel createCopyright() { method createAppString (line 300) | private JLabel createAppString() { method createHomeComponent (line 304) | private Component createHomeComponent() { method createHomeButton (line 310) | private JButton createHomeButton() { method createLicenseButton (line 316) | private JButton createLicenseButton() { method createOkButton (line 322) | private JButton createOkButton() { method setStyles (line 334) | private static void setStyles(StyledDocument doc) { method insertHeader (line 380) | private static void insertHeader(StyledDocument doc, String string) th... method insertNormalString (line 390) | private static void insertNormalString(StyledDocument doc, String stri... method insertDetailedString (line 401) | private static void insertDetailedString(StyledDocument doc, String st... method insertUrl (line 412) | private static void insertUrl(StyledDocument doc, String url) throws B... method insertLineBreak (line 422) | private static void insertLineBreak(StyledDocument doc) throws BadLoca... method insertDetailedUrl (line 434) | private static void insertDetailedUrl(StyledDocument doc, String strin... method insertTitle (line 445) | private static void insertTitle(StyledDocument doc, String string) thr... method actionPerformed (line 462) | @Override method getFormatedDate (line 482) | private String getFormatedDate() { method createBoldLabel (line 494) | private static JLabel createBoldLabel(String text) { FILE: src/main/java/com/mucommander/ui/dialog/about/LicenseDialog.java class LicenseDialog (line 38) | public class LicenseDialog extends FocusDialog implements ActionListener { method LicenseDialog (line 52) | LicenseDialog(Dialog dialog) { method LicenseDialog (line 61) | public LicenseDialog(Frame frame) { method createButtonPanel (line 70) | private JPanel createButtonPanel() { method createLicensePanel (line 85) | private JScrollPane createLicensePanel() { method initUI (line 108) | private void initUI() { method getLicenseText (line 132) | private String getLicenseText() { method actionPerformed (line 154) | public void actionPerformed(ActionEvent e) { FILE: src/main/java/com/mucommander/ui/dialog/auth/AuthDialog.java class AuthDialog (line 54) | public class AuthDialog extends FocusDialog implements ActionListener, E... method AuthDialog (line 81) | public AuthDialog(MainFrame mainFrame, FileURL fileURL, boolean authFa... method addGuestCredentials (line 219) | private void addGuestCredentials(Credentials guestCredentials, XAligne... method getCredentialsMapping (line 240) | public CredentialsMapping getCredentialsMapping() { method guestCredentialsSelected (line 250) | public boolean guestCredentialsSelected() { method setCredentialMapping (line 258) | private void setCredentialMapping() { method actionPerformed (line 284) | @Override method comboBoxSelectionChanged (line 308) | @Override method textFieldValidated (line 321) | @Override method textFieldCancelled (line 327) | @Override FILE: src/main/java/com/mucommander/ui/dialog/auth/EditCredentialsDialog.java class EditCredentialsDialog (line 60) | public class EditCredentialsDialog extends FocusDialog implements Action... method EditCredentialsDialog (line 85) | public EditCredentialsDialog(MainFrame mainFrame) { method updateComponents (line 171) | private void updateComponents() { method modifyCredentials (line 199) | private void modifyCredentials() { method dispose (line 213) | @Override method actionPerformed (line 228) | @Override method valueChanged (line 252) | public void valueChanged(ListSelectionEvent e) { FILE: src/main/java/com/mucommander/ui/dialog/bookmark/BookmarkParentComboBox.java class BookmarkParentComboBox (line 29) | public class BookmarkParentComboBox extends TcComboBox implement... method BookmarkParentComboBox (line 33) | BookmarkParentComboBox() { method popupMenuWillBecomeVisible (line 39) | @Override method popupMenuWillBecomeInvisible (line 54) | @Override method popupMenuCanceled (line 59) | @Override method getChildName (line 64) | public String getChildName() { method setChildName (line 68) | public void setChildName(String childName) { method getSelectedParent (line 72) | public String getSelectedParent() { method setSelectedParent (line 79) | public void setSelectedParent(String parent) { FILE: src/main/java/com/mucommander/ui/dialog/bookmark/EditBookmarksDialog.java class EditBookmarksDialog (line 54) | public class EditBookmarksDialog extends FocusDialog implements ActionLi... method EditBookmarksDialog (line 88) | public EditBookmarksDialog(MainFrame mainFrame) { method updateComponents (line 204) | private void updateComponents() { method updateSeparatorNoticeVisibility (line 244) | private void updateSeparatorNoticeVisibility() { method modifyBookmark (line 270) | private void modifyBookmark(Document sourceDocument) { method getFreeNameVariation (line 323) | private String getFreeNameVariation(String name) { method containsName (line 351) | private boolean containsName(String name) { method dispose (line 367) | @Override method actionPerformed (line 390) | @Override method addBookmark (line 413) | private void addBookmark(boolean duplicate) { method valueChanged (line 438) | @Override method changedUpdate (line 453) | @Override method insertUpdate (line 458) | @Override method removeUpdate (line 463) | public void removeUpdate(DocumentEvent e) { FILE: src/main/java/com/mucommander/ui/dialog/customization/CommandBarDialog.java class CommandBarDialog (line 51) | public class CommandBarDialog extends CustomizeDialog { method CommandBarDialog (line 84) | public CommandBarDialog(MainFrame mainFrame) { method componentChanged (line 88) | @Override method commit (line 93) | @Override method createCustomizationPanel (line 113) | @Override method areActionsChanged (line 133) | private boolean areActionsChanged() { method areAlternativeActionsChanged (line 153) | private boolean areAlternativeActionsChanged() { method isModifierChanged (line 173) | private boolean isModifierChanged() { method initCommandBarActionsList (line 177) | private Collection initCommandBarActionsList() { method removeCommandBarButtonAtIndex (line 249) | private void removeCommandBarButtonAtIndex(int index) { method getNumberOfButtons (line 260) | private int getNumberOfButtons() { method addCommandBarButtonAtLocation (line 265) | private int addCommandBarButtonAtLocation(Point dropLocation, JButton ... method initCommandBarAlternateActionsList (line 281) | private Collection initCommandBarAlternateActionsList() { method initActionsPoolList (line 359) | private void initActionsPoolList(Set usedActions) { method createAvailableButtonsPanel (line 428) | private JPanel createAvailableButtonsPanel() { method createCommandBarPanel (line 439) | private JPanel createCommandBarPanel() { class TransferableButton (line 485) | private static class TransferableButton implements Transferable { method TransferableButton (line 490) | TransferableButton(JButton button) { method getTransferData (line 494) | public Object getTransferData(DataFlavor flavor) { method getTransferDataFlavors (line 498) | public DataFlavor[] getTransferDataFlavors() { method isDataFlavorSupported (line 502) | public boolean isDataFlavorSupported(DataFlavor flavor) { class CommandBarButtonListCellRenderer (line 507) | private static class CommandBarButtonListCellRenderer implements ListC... method getListCellRendererComponent (line 508) | @Override class CommandBarAlternativeButtonListRenderer (line 514) | private static class CommandBarAlternativeButtonListRenderer implement... method getListCellRendererComponent (line 516) | public Component getListCellRendererComponent(JList list, JButton va... class AvailableButtonCellListRenderer (line 522) | private static class AvailableButtonCellListRenderer implements ListCe... method getListCellRendererComponent (line 524) | public Component getListCellRendererComponent(JList list, JButton va... method createBoxFiller (line 536) | private static Filler createBoxFiller() { method insertInOrder (line 542) | private static int insertInOrder(List vector, JButton element) { method findPlace (line 554) | private static int findPlace(List vector, JButton element, Co... FILE: src/main/java/com/mucommander/ui/dialog/customization/CustomizeDialog.java class CustomizeDialog (line 34) | public abstract class CustomizeDialog extends FocusDialog implements Act... method CustomizeDialog (line 45) | CustomizeDialog(Frame parent, String title) { method CustomizeDialog (line 50) | public CustomizeDialog(Dialog parent, String title) { method initUI (line 55) | private void initUI() { method createCustomizationPanel (line 91) | protected abstract JPanel createCustomizationPanel(); method commit (line 93) | protected abstract void commit(); method componentChanged (line 95) | protected abstract void componentChanged(); method actionPerformed (line 102) | public void actionPerformed(ActionEvent e) { method setCommitButtonsEnabled (line 121) | void setCommitButtonsEnabled(boolean enabled) { FILE: src/main/java/com/mucommander/ui/dialog/debug/DebugConsoleAppender.java class DebugConsoleAppender (line 44) | public class DebugConsoleAppender extends AppenderBase { method DebugConsoleAppender (line 59) | public DebugConsoleAppender(Layout loggingEventsLayout) { method getLogRecords (line 71) | synchronized LoggingEvent[] getLogRecords() { method append (line 83) | @Override class LogbackLoggingEvent (line 98) | public class LogbackLoggingEvent implements LoggingEvent { method LogbackLoggingEvent (line 106) | LogbackLoggingEvent(ILoggingEvent lr) { method toString (line 115) | @Override method isLevelEqualOrHigherThan (line 125) | public boolean isLevelEqualOrHigherThan(LogLevel level) { method getLevel (line 129) | public LogLevel getLevel() { FILE: src/main/java/com/mucommander/ui/dialog/debug/DebugConsoleDialog.java class DebugConsoleDialog (line 54) | public class DebugConsoleDialog extends FocusDialog implements ActionLis... method DebugConsoleDialog (line 85) | public DebugConsoleDialog(MainFrame mainFrame) { method createComboPanel (line 135) | private JPanel createComboPanel() { method refreshLogRecords (line 151) | private void refreshLogRecords() { method updateLogLevel (line 176) | private void updateLogLevel() { method actionPerformed (line 185) | public void actionPerformed(ActionEvent e) { method printThreads (line 199) | private void printThreads(boolean onlyActive) { method buildStringEvent (line 222) | private static LoggingEvent buildStringEvent(final LogLevel level, fin... method itemStateChanged (line 243) | public void itemStateChanged(ItemEvent e) { class DebugListCellRenderer (line 257) | private class DebugListCellRenderer extends DefaultListCellRenderer { method getLevelColor (line 259) | private Color getLevelColor(LogLevel logLevel) { method getListCellRendererComponent (line 270) | @Override FILE: src/main/java/com/mucommander/ui/dialog/debug/LoggingEvent.java type LoggingEvent (line 28) | public interface LoggingEvent { method isLevelEqualOrHigherThan (line 36) | boolean isLevelEqualOrHigherThan(LogLevel level); method getLevel (line 43) | LogLevel getLevel(); FILE: src/main/java/com/mucommander/ui/dialog/file/AbstractCopyDialog.java class AbstractCopyDialog (line 32) | public abstract class AbstractCopyDialog extends TransferDestinationDial... method AbstractCopyDialog (line 34) | AbstractCopyDialog(MainFrame mainFrame, FileSet files, String title, S... method selectDestinationFilename (line 51) | public static PathFieldContent selectDestinationFilename(AbstractFile ... method computeInitialPath (line 75) | @Override FILE: src/main/java/com/mucommander/ui/dialog/file/BatchRenameConfirmationDialog.java class BatchRenameConfirmationDialog (line 35) | public class BatchRenameConfirmationDialog extends FocusDialog implement... method BatchRenameConfirmationDialog (line 41) | BatchRenameConfirmationDialog(MainFrame mainFrame, FileSet files, int ... method actionPerformed (line 69) | public void actionPerformed(ActionEvent e) { method isProceedWithRename (line 76) | boolean isProceedWithRename() { FILE: src/main/java/com/mucommander/ui/dialog/file/BatchRenameDialog.java class BatchRenameDialog (line 59) | public class BatchRenameDialog extends FocusDialog implements ActionList... method BatchRenameDialog (line 115) | public BatchRenameDialog(MainFrame mainFrame, FileSet files) { method initialize (line 131) | private void initialize() { method getPnlButtons (line 143) | private JPanel getPnlButtons() { method getTblNames (line 164) | private JTable getTblNames() { method getActRemove (line 195) | private Action getActRemove() { method getPnlTop (line 211) | private JPanel getPnlTop() { method getPatternHelp (line 313) | private String getPatternHelp() { method removeSelectedFiles (line 330) | private void removeSelectedFiles() { method checkForDuplicates (line 346) | private void checkForDuplicates() { method generateNewName (line 384) | private String generateNewName(AbstractFile file) { method generateNewNames (line 429) | private void generateNewNames() { method compilePattern (line 455) | private void compilePattern(String pattern) { method changeCase (line 516) | private String changeCase(String oldName, int newCase) { method applyPattern (line 558) | private String applyPattern(AbstractFile file) { method removeUnchangedFiles (line 571) | private int removeUnchangedFiles(boolean countOnly) { method doRename (line 594) | private void doRename() { method insertPattern (line 608) | private void insertPattern(String pattern) { method actionPerformed (line 626) | public void actionPerformed(ActionEvent e) { method changedUpdate (line 665) | public void changedUpdate(DocumentEvent e) { method insertUpdate (line 669) | public void insertUpdate(DocumentEvent e) { method removeUpdate (line 673) | public void removeUpdate(DocumentEvent e) { class RenameTableModel (line 683) | private class RenameTableModel extends AbstractTableModel { method getColumnCount (line 685) | public int getColumnCount() { method getRowCount (line 689) | public int getRowCount() { method getValueAt (line 693) | public Object getValueAt(int rowIndex, int columnIndex) { method setValueAt (line 708) | @Override method getColumnName (line 737) | @Override method getColumnClass (line 747) | @Override method isCellEditable (line 756) | @Override class AbstractToken (line 772) | private abstract static class AbstractToken { method AbstractToken (line 782) | AbstractToken(String token) { method parse (line 790) | protected abstract void parse(); method apply (line 798) | public abstract String apply(AbstractFile file); method getChar (line 805) | public char getChar() { method getInt (line 820) | int getInt(int def) { class CopyChar (line 843) | static class CopyChar extends AbstractToken { method CopyChar (line 845) | CopyChar(String token) { method parse (line 849) | @Override method apply (line 853) | @Override class NameToken (line 876) | static class NameToken extends AbstractToken { method NameToken (line 881) | NameToken(String token) { method parse (line 885) | @Override method apply (line 898) | @Override method extractNamePart (line 914) | String extractNamePart(String name) { class ExtToken (line 955) | static class ExtToken extends NameToken { method ExtToken (line 957) | ExtToken(String token) { method apply (line 961) | @Override class CounterToken (line 986) | static class CounterToken extends AbstractToken { method CounterToken (line 993) | CounterToken(String token, int start, int step, int digits) { method parse (line 1000) | @Override method apply (line 1015) | @Override class ParentDirToken (line 1029) | static class ParentDirToken extends NameToken { method ParentDirToken (line 1031) | ParentDirToken(String token) { method apply (line 1035) | @Override class DateToken (line 1057) | static class DateToken extends AbstractToken { method DateToken (line 1061) | DateToken(String token) { method apply (line 1071) | @Override method parse (line 1101) | @Override FILE: src/main/java/com/mucommander/ui/dialog/file/BatchRenameSelectRange.java class BatchRenameSelectRange (line 39) | public class BatchRenameSelectRange extends FocusDialog implements Actio... method BatchRenameSelectRange (line 47) | BatchRenameSelectRange(Dialog owner, String filename) { method actionPerformed (line 67) | public void actionPerformed(ActionEvent e) { method getRange (line 84) | public String getRange() { class ReadOnlyDocument (line 93) | private static class ReadOnlyDocument extends PlainDocument { method setReadOnly (line 96) | public void setReadOnly(boolean readOnly) { method insertString (line 100) | @Override method remove (line 108) | @Override FILE: src/main/java/com/mucommander/ui/dialog/file/CalculateChecksumDialog.java class CalculateChecksumDialog (line 57) | public class CalculateChecksumDialog extends JobDialog implements Action... method CalculateChecksumDialog (line 83) | public CalculateChecksumDialog(MainFrame mainFrame, FileSet files) { method getSelectedMessageDigest (line 183) | private MessageDigest getSelectedMessageDigest() { method getChecksumFilename (line 194) | private String getChecksumFilename(String algorithm) { method actionPerformed (line 222) | public void actionPerformed(ActionEvent e) { method itemStateChanged (line 271) | @Override FILE: src/main/java/com/mucommander/ui/dialog/file/ChangeDateDialog.java class ChangeDateDialog (line 47) | public class ChangeDateDialog extends JobDialog implements ActionListene... method ChangeDateDialog (line 56) | public ChangeDateDialog(MainFrame mainFrame, FileSet files) { method actionPerformed (line 126) | public void actionPerformed(ActionEvent e) { method itemStateChanged (line 150) | public void itemStateChanged(ItemEvent e) { FILE: src/main/java/com/mucommander/ui/dialog/file/ChangePermissionsDialog.java class ChangePermissionsDialog (line 52) | public class ChangePermissionsDialog extends JobDialog method ChangePermissionsDialog (line 70) | public ChangePermissionsDialog(MainFrame mainFrame, FileSet files) { method getPermInt (line 177) | private int getPermInt() { method updateOctalPermTextField (line 197) | private void updateOctalPermTextField() { method updatePermCheckBoxes (line 211) | private void updatePermCheckBoxes() { method actionPerformed (line 231) | public void actionPerformed(ActionEvent e) { method itemStateChanged (line 253) | public void itemStateChanged(ItemEvent e) { method changedUpdate (line 270) | public void changedUpdate(DocumentEvent e) { method insertUpdate (line 280) | public void insertUpdate(DocumentEvent e) { method removeUpdate (line 290) | public void removeUpdate(DocumentEvent e) { FILE: src/main/java/com/mucommander/ui/dialog/file/ChangeReplicationDialog.java class ChangeReplicationDialog (line 48) | public class ChangeReplicationDialog extends JobDialog implements Action... method ChangeReplicationDialog (line 58) | public ChangeReplicationDialog(MainFrame mainFrame, FileSet files) { method actionPerformed (line 117) | public void actionPerformed(ActionEvent e) { class IntTextField (line 135) | static class IntTextField extends JTextField { method IntTextField (line 136) | IntTextField(int defval, int size) { method createDefaultModel (line 140) | protected Document createDefaultModel() { method isValid (line 144) | public boolean isValid() { method getValue (line 153) | public int getValue() { class IntTextDocument (line 161) | static class IntTextDocument extends PlainDocument { method insertString (line 162) | public void insertString(int offs, String str, AttributeSet a) thr... FILE: src/main/java/com/mucommander/ui/dialog/file/CombineFilesDialog.java class CombineFilesDialog (line 46) | public class CombineFilesDialog extends TransferDestinationDialog { method CombineFilesDialog (line 57) | public CombineFilesDialog(MainFrame mainFrame, FileSet files, Abstract... method searchParts (line 72) | private void searchParts(AbstractFile part1) { method isValidDestination (line 109) | @Override method computeInitialPath (line 124) | @Override method createTransferFileJob (line 134) | @Override method getProgressDialogTitle (line 140) | @Override FILE: src/main/java/com/mucommander/ui/dialog/file/CopyDialog.java class CopyDialog (line 46) | public class CopyDialog extends AbstractCopyDialog { method CopyDialog (line 54) | public CopyDialog(MainFrame mainFrame, FileSet files) { method createTransferFileJob (line 67) | @Override method getProgressDialogTitle (line 109) | @Override FILE: src/main/java/com/mucommander/ui/dialog/file/DeleteDialog.java class DeleteDialog (line 53) | public class DeleteDialog extends JobDialog implements ItemListener, Act... method DeleteDialog (line 71) | public DeleteDialog(MainFrame mainFrame, FileSet files, boolean delete... method updateDialog (line 144) | private void updateDialog() { method buildMessageId (line 153) | @NotNull method buildTitleId (line 167) | @NotNull method itemStateChanged (line 181) | @Override method actionPerformed (line 188) | @Override FILE: src/main/java/com/mucommander/ui/dialog/file/DownloadDialog.java class DownloadDialog (line 36) | public class DownloadDialog extends TransferDestinationDialog { method DownloadDialog (line 38) | public DownloadDialog(MainFrame mainFrame, FileSet files) { method computeInitialPath (line 52) | @Override method createTransferFileJob (line 62) | @Override method getProgressDialogTitle (line 74) | @Override FILE: src/main/java/com/mucommander/ui/dialog/file/EmailFilesDialog.java class EmailFilesDialog (line 59) | public class EmailFilesDialog extends JobDialog implements ActionListene... method EmailFilesDialog (line 81) | public EmailFilesDialog(MainFrame mainFrame, FileSet files) { method updateInfoLabel (line 163) | private void updateInfoLabel() { method getFlattenedFiles (line 191) | private FileSet getFlattenedFiles(FileSet originalFiles) throws IOExce... method recurseOnFolder (line 204) | private void recurseOnFolder(AbstractFile file, FileSet flattenedFiles... method actionPerformed (line 220) | public void actionPerformed(ActionEvent e) { method itemStateChanged (line 264) | public void itemStateChanged(ItemEvent e) { FILE: src/main/java/com/mucommander/ui/dialog/file/FileCollisionDialog.java class FileCollisionDialog (line 54) | public class FileCollisionDialog extends QuestionDialog { method FileCollisionDialog (line 89) | public FileCollisionDialog(Dialog owner, Component locationRelative, i... method FileCollisionDialog (line 106) | public FileCollisionDialog(Frame owner, Component locationRelative, in... method init (line 113) | private void init(int collisionType, AbstractFile sourceFile, Abstract... method addFileDetails (line 241) | private void addFileDetails(XAlignedComponentPanel panel, AbstractFile... method addFileDetailsRow (line 259) | private void addFileDetailsRow(XAlignedComponentPanel panel, String la... method applyToAllSelected (line 268) | public boolean applyToAllSelected() { FILE: src/main/java/com/mucommander/ui/dialog/file/FileCollisionRenameDialog.java class FileCollisionRenameDialog (line 42) | public class FileCollisionRenameDialog extends FocusDialog implements Ac... method FileCollisionRenameDialog (line 62) | public FileCollisionRenameDialog(MainFrame mainFrame, AbstractFile fil... method actionPerformed (line 95) | public void actionPerformed(ActionEvent e) { method getUserInput (line 107) | public Object getUserInput() { FILE: src/main/java/com/mucommander/ui/dialog/file/FileSelectionDialog.java class FileSelectionDialog (line 55) | public class FileSelectionDialog extends FocusDialog implements ActionLi... method FileSelectionDialog (line 97) | public FileSelectionDialog(MainFrame mainFrame, boolean addToSelection) { method actionPerformed (line 151) | @Override FILE: src/main/java/com/mucommander/ui/dialog/file/FindFileDialog.java class FindFileDialog (line 65) | public class FindFileDialog extends FocusDialog implements ActionListene... class UpdateRunner (line 102) | private class UpdateRunner extends SwingWorker, Abs... method doInBackground (line 104) | @Override method done (line 118) | @Override method process (line 125) | @Override method checkUpdates (line 136) | private void checkUpdates() { method FindFileDialog (line 153) | public FindFileDialog(final MainFrame mainFrame, AbstractFile currentF... method setHexMode (line 347) | private void setHexMode(boolean hexMode) { method updateButtons (line 371) | private void updateButtons() { method start (line 377) | private void start() { method clearResults (line 395) | private void clearResults() { method actionPerformed (line 402) | @Override method showProgress (line 420) | private void showProgress(boolean show) { method insertUpdate (line 425) | @Override method removeUpdate (line 430) | @Override method changedUpdate (line 435) | @Override method getSelectedFile (line 441) | private AbstractFile getSelectedFile() { method getSelectedFiles (line 450) | private FileSet getSelectedFiles() { method updateResultLabel (line 461) | private void updateResultLabel() { method cancel (line 466) | @Override method dispose (line 483) | @Override FILE: src/main/java/com/mucommander/ui/dialog/file/FindFileResultRenderer.java class FindFileResultRenderer (line 32) | public class FindFileResultRenderer implements ListCellRenderer> createCategoryToItsAct... method addTopic (line 134) | private void addTopic(JTabbedPane tabbedPane, String titleKey, Iterato... method addTopic (line 151) | private void addTopic(JTabbedPane tabbedPane, String titleKey, Map extends TcComboBox implements P... method PrefComboBox (line 31) | protected PrefComboBox() { method PrefComboBox (line 35) | protected PrefComboBox(List items) { method PrefComboBox (line 40) | protected PrefComboBox(E[] items) { method addItems (line 45) | private void addItems(List items) { method addItems (line 51) | private void addItems(E[] items) { method addDialogListener (line 57) | public void addDialogListener(final PreferencesDialog dialog) { method getSelectedItem (line 61) | @Override FILE: src/main/java/com/mucommander/ui/dialog/pref/component/PrefComponent.java type PrefComponent (line 28) | public interface PrefComponent { method addDialogListener (line 34) | void addDialogListener(final PreferencesDialog dialog); method hasChanged (line 42) | boolean hasChanged(); FILE: src/main/java/com/mucommander/ui/dialog/pref/component/PrefEncodingSelectBox.java class PrefEncodingSelectBox (line 29) | public abstract class PrefEncodingSelectBox extends EncodingSelectBox im... method PrefEncodingSelectBox (line 31) | protected PrefEncodingSelectBox(DialogOwner dialogOwner, String select... method addDialogListener (line 35) | public void addDialogListener(final PreferencesDialog dialog) { FILE: src/main/java/com/mucommander/ui/dialog/pref/component/PrefFilePathField.java class PrefFilePathField (line 28) | public abstract class PrefFilePathField extends PrefTextField { method PrefFilePathField (line 30) | public PrefFilePathField(String text) { method enableAutoCompletion (line 38) | private void enableAutoCompletion() { FILE: src/main/java/com/mucommander/ui/dialog/pref/component/PrefRadioButton.java class PrefRadioButton (line 28) | public abstract class PrefRadioButton extends JRadioButton implements Pr... method PrefRadioButton (line 30) | protected PrefRadioButton(String description) { method addDialogListener (line 34) | public void addDialogListener(final PreferencesDialog dialog) { FILE: src/main/java/com/mucommander/ui/dialog/pref/component/PrefTable.java class PrefTable (line 33) | public abstract class PrefTable extends JTable implements PrefComponent { method PrefTable (line 37) | public PrefTable() { super(); } method PrefTable (line 39) | public PrefTable(TableModel model) { super(model); } method setPreferredColumnWidths (line 47) | public void setPreferredColumnWidths(double[] percentages) { method addDialogListener (line 62) | public void addDialogListener(final PreferencesDialog dialog) { method setModel (line 66) | @Override FILE: src/main/java/com/mucommander/ui/dialog/pref/component/PrefTextField.java class PrefTextField (line 30) | public abstract class PrefTextField extends JTextField implements PrefCo... method PrefTextField (line 32) | public PrefTextField(int columns) { method PrefTextField (line 36) | public PrefTextField(String text) { method addDialogListener (line 40) | public void addDialogListener(final PreferencesDialog dialog) { FILE: src/main/java/com/mucommander/ui/dialog/pref/general/AppearancePanel.java class AppearancePanel (line 85) | class AppearancePanel extends PreferencesPanel implements ActionListener... method AppearancePanel (line 180) | AppearancePanel(PreferencesDialog parent) { method initUI (line 189) | private void initUI() { method populateLookAndFeels (line 232) | private void populateLookAndFeels() { method createLookAndFeelPanel (line 258) | private JPanel createLookAndFeelPanel() { method createIconSizePanel (line 325) | private JPanel createIconSizePanel() { method createThemesPanel (line 348) | private JPanel createThemesPanel() { method createSyntaxHighlightThemePanel (line 415) | private JPanel createSyntaxHighlightThemePanel() { method populateThemes (line 436) | private void populateThemes(Theme selectedTheme) { method createSystemIconsPanel (line 468) | private JPanel createSystemIconsPanel() { method createIconSizeCombo (line 500) | private PrefComboBox createIconSizeCombo(final TcPreference pr... method commit (line 521) | @Override method initializeCustomLookAndFeels (line 578) | private void initializeCustomLookAndFeels() { method initializeAvailableLookAndFeels (line 585) | private void initializeAvailableLookAndFeels() { method isCustomLookAndFeel (line 605) | private boolean isCustomLookAndFeel(String className) { method isLookAndFeelModifiable (line 620) | private boolean isLookAndFeelModifiable(UIManager.LookAndFeelInfo laf) { method resetLookAndFeelButtons (line 627) | private void resetLookAndFeelButtons() { method uninstallLookAndFeel (line 641) | private void uninstallLookAndFeel(UIManager.LookAndFeelInfo selection) { method deleteCustomLookAndFeel (line 663) | private void deleteCustomLookAndFeel(UIManager.LookAndFeelInfo selecti... method deleteSelectedLookAndFeel (line 681) | private void deleteSelectedLookAndFeel() { method setLookAndFeelsLoading (line 707) | private void setLookAndFeelsLoading(boolean loading) { method importLookAndFeelLibrary (line 735) | private boolean importLookAndFeelLibrary(AbstractFile library) throws ... method run (line 762) | public void run() { method importLookAndFeel (line 803) | private void importLookAndFeel() { method setTypeLabel (line 834) | private void setTypeLabel(Theme theme) { method resetThemeButtons (line 848) | private void resetThemeButtons(Theme theme) { method renameTheme (line 868) | private void renameTheme(Theme theme) { method deleteTheme (line 888) | private void deleteTheme(Theme theme) { method editTheme (line 909) | private void editTheme(Theme theme) { method createFileChooser (line 921) | private JFileChooser createFileChooser() { method insertTheme (line 928) | private void insertTheme(Theme theme) { method importTheme (line 947) | private void importTheme() { method exportTheme (line 980) | private void exportTheme(Theme theme) { method duplicateTheme (line 1026) | private void duplicateTheme(Theme theme) { method actionPerformed (line 1042) | public void actionPerformed(ActionEvent e) { class ExtensionFileFilter (line 1093) | private static class ExtensionFileFilter extends javax.swing.filechoos... method ExtensionFileFilter (line 1103) | ExtensionFileFilter(String extension, String description) { method accept (line 1111) | @Override method getDescription (line 1124) | @Override FILE: src/main/java/com/mucommander/ui/dialog/pref/general/FoldersPanel.java class FoldersPanel (line 61) | class FoldersPanel extends PreferencesPanel implements ItemListener, Key... method FoldersPanel (line 99) | FoldersPanel(PreferencesDialog parent) { method setCustomFolderComponentsEnabled (line 289) | private void setCustomFolderComponentsEnabled(boolean enabled) { method commit (line 301) | @Override method itemStateChanged (line 343) | public void itemStateChanged(ItemEvent event) { method keyTyped (line 362) | public void keyTyped(KeyEvent e) { method keyPressed (line 372) | public void keyPressed(KeyEvent e) { method keyReleased (line 375) | public void keyReleased(KeyEvent e) { method actionPerformed (line 386) | public void actionPerformed(ActionEvent e) { class PrefFilePathFieldWithDefaultValue (line 409) | public class PrefFilePathFieldWithDefaultValue extends PrefFilePathFie... method PrefFilePathFieldWithDefaultValue (line 414) | PrefFilePathFieldWithDefaultValue(boolean isLeft) { method hasChanged (line 421) | public boolean hasChanged() { method getFilePath (line 427) | String getFilePath() { class HintTextFieldUI (line 433) | private static class HintTextFieldUI extends BasicTextFieldUI implem... method getColor (line 439) | public Color getColor() { method setColor (line 443) | public void setColor(Color color) { method repaint (line 448) | private void repaint() { method isHideOnFocus (line 454) | public boolean isHideOnFocus() { method setHideOnFocus (line 458) | public void setHideOnFocus(boolean hideOnFocus) { method getHint (line 463) | public String getHint() { method setHint (line 467) | public void setHint(String hint) { method HintTextFieldUI (line 471) | public HintTextFieldUI(String hint) { method HintTextFieldUI (line 475) | HintTextFieldUI(String hint, boolean hideOnFocus) { method HintTextFieldUI (line 479) | HintTextFieldUI(String hint, boolean hideOnFocus, Color color) { method paintSafely (line 485) | @Override method focusGained (line 496) | public void focusGained(FocusEvent e) { method focusLost (line 502) | public void focusLost(FocusEvent e) { method installListeners (line 508) | @Override method uninstallListeners (line 514) | @Override class QuickSearchTimeoutCombobox (line 523) | private class QuickSearchTimeoutCombobox extends PrefComboBox { method QuickSearchTimeoutCombobox (line 525) | QuickSearchTimeoutCombobox() { method getPrefValue (line 545) | long getPrefValue() { method getMilliseconds (line 549) | long getMilliseconds() { method hasChanged (line 557) | @Override FILE: src/main/java/com/mucommander/ui/dialog/pref/general/GeneralPanel.java class GeneralPanel (line 66) | class GeneralPanel extends PreferencesPanel implements ItemListener, Act... class LangComboBox (line 119) | private class LangComboBox extends PrefComboBox { method LangComboBox (line 120) | LangComboBox() { method hasChanged (line 145) | public boolean hasChanged() { method GeneralPanel (line 152) | GeneralPanel(PreferencesDialog parent) { method getDateFormatIndex (line 303) | private int getDateFormatIndex(String dateFormat, String separator) { method strContainsLetterOrDigit (line 315) | private static boolean strContainsLetterOrDigit(String str) { method getTimeFormatString (line 328) | private String getTimeFormatString() { method getDateFormatString (line 338) | private String getDateFormatString() { method updatePreviewLabel (line 343) | private void updatePreviewLabel() { method commit (line 353) | @Override method itemStateChanged (line 366) | public void itemStateChanged(ItemEvent e) { method actionPerformed (line 375) | public void actionPerformed(ActionEvent e) { method changedUpdate (line 384) | public void changedUpdate(DocumentEvent e) { method insertUpdate (line 388) | public void insertUpdate(DocumentEvent e) { method removeUpdate (line 392) | public void removeUpdate(DocumentEvent e) { FILE: src/main/java/com/mucommander/ui/dialog/pref/general/GeneralPreferencesDialog.java class GeneralPreferencesDialog (line 39) | public class GeneralPreferencesDialog extends PreferencesDialog { method GeneralPreferencesDialog (line 94) | private GeneralPreferencesDialog() { method commit (line 128) | @Override method dispose (line 142) | @Override method getDialog (line 161) | public static synchronized GeneralPreferencesDialog getDialog() { method releaseSingleton (line 177) | private static synchronized void releaseSingleton(int lastTab) { method componentChanged (line 182) | @Override method setCommitButtonsEnabled (line 192) | @Override FILE: src/main/java/com/mucommander/ui/dialog/pref/general/MailPanel.java class MailPanel (line 41) | class MailPanel extends PreferencesPanel { method MailPanel (line 56) | MailPanel(PreferencesDialog parent) { method commit (line 109) | @Override FILE: src/main/java/com/mucommander/ui/dialog/pref/general/MiscPanel.java class MiscPanel (line 64) | class MiscPanel extends PreferencesPanel implements ItemListener { method createShellEncodingPanel (line 108) | private JPanel createShellEncodingPanel(PreferencesDialog parent) { method MiscPanel (line 133) | MiscPanel(PreferencesDialog parent) { method getTerminalType (line 343) | private static int getTerminalType() { method itemStateChanged (line 348) | @Override method commit (line 363) | @Override FILE: src/main/java/com/mucommander/ui/dialog/pref/general/ShortcutsPanel.java class ShortcutsPanel (line 44) | public class ShortcutsPanel extends PreferencesPanel { class Filter (line 46) | private static class Filter extends ShortcutsTable.ActionFilter { method Filter (line 51) | Filter() { method accept (line 55) | @Override method setActionCategory (line 63) | void setActionCategory(ActionCategory actionCategory) { method setText (line 67) | void setText(String text) { method ShortcutsPanel (line 80) | ShortcutsPanel(PreferencesDialog parent) { method initUI (line 88) | private void initUI() { method createNorthPanel (line 103) | private JPanel createNorthPanel() { method createCenterPanel (line 115) | private JPanel createCenterPanel() { method createSouthPanel (line 125) | private JPanel createSouthPanel() { method createButtonsPanel (line 139) | private JPanel createButtonsPanel() { method createFilteringPanel (line 159) | private JPanel createFilteringPanel() { method resetShortcutFilterText (line 202) | private void resetShortcutFilterText(JTextField shortcutText) { method addShortcutFilter (line 206) | private void addShortcutFilter(final JTextField shortcutText) { method resetShortcutFilterWhenFocusGained (line 227) | private void resetShortcutFilterWhenFocusGained(JComponent componentGa... method addCategoryFilter (line 239) | private void addCategoryFilter(final JTextField searchText, final JCom... method addSearchTextFilter (line 245) | private void addSearchTextFilter(final JTextField searchText, final JC... method updateFilter (line 263) | private void updateFilter(final JTextField searchText, final JComboBox... method updateFilter (line 284) | private void updateFilter(final KeyStroke pressedKeyStroke) { method commit (line 292) | @Override class TooltipBar (line 298) | static class TooltipBar extends JLabel { method TooltipBar (line 304) | TooltipBar() { method showActionTooltip (line 313) | void showActionTooltip(String text) { method showDefaultMessage (line 317) | void showDefaultMessage() { method showErrorMessage (line 321) | void showErrorMessage(String text) { method createMessageRemoverThread (line 326) | private void createMessageRemoverThread() { class MessageRemoverThread (line 332) | private class MessageRemoverThread extends Thread { method neutralize (line 335) | void neutralize() { method run (line 339) | @Override class RemoveButton (line 353) | private class RemoveButton extends JButton implements ListSelectionLis... method RemoveButton (line 355) | RemoveButton() { method valueChanged (line 371) | public void valueChanged(ListSelectionEvent e) { method tableChanged (line 375) | public void tableChanged(TableModelEvent e) { method updateButtonState (line 379) | private void updateButtonState() { FILE: src/main/java/com/mucommander/ui/dialog/pref/general/ShortcutsTable.java class ShortcutsTable (line 76) | public class ShortcutsTable extends PrefTable implements KeyListener, Li... method ShortcutsTable (line 131) | ShortcutsTable(TooltipBar tooltipBar) { method paintDottedBorder (line 175) | private static void paintDottedBorder(Graphics g, int width, int heigh... method usesTableHeaderRenderingProperties (line 186) | private static boolean usesTableHeaderRenderingProperties() { method scrollToVisible (line 194) | private void scrollToVisible(int rowIndex, int vColIndex) { method createCancelEditingStateThread (line 219) | private void createCancelEditingStateThread(TableCellEditor cellEditor) { method getCellRenderer (line 226) | @Override method valueChanged (line 231) | @Override method updateModel (line 243) | void updateModel(ActionFilter filter) { method createCurrentAcceleratorsActionFilter (line 247) | ActionFilter createCurrentAcceleratorsActionFilter(KeyStroke accelerat... method setModel (line 255) | @Override method hasChanged (line 260) | public boolean hasChanged() { return data.hasChanged(); } method getCellEditor (line 262) | @Override method commitChanges (line 270) | void commitChanges() { method restoreDefaults (line 274) | void restoreDefaults() { method focusGained (line 278) | @Override method focusLost (line 286) | public void focusLost(FocusEvent e) { } method keyPressed (line 288) | @Override method keyReleased (line 307) | public void keyReleased(KeyEvent e) {} method keyTyped (line 309) | public void keyTyped(KeyEvent e) {} class ActionFilter (line 311) | public static abstract class ActionFilter { method accept (line 312) | public abstract boolean accept(String actionId); class KeyStrokeCellEditor (line 319) | private class KeyStrokeCellEditor extends DefaultCellEditor implements... method KeyStrokeCellEditor (line 323) | KeyStrokeCellEditor(RecordingKeyStrokeField rec) { method getTableCellEditorComponent (line 342) | @Override method getCellEditorValue (line 348) | @Override class CancelEditingStateThread (line 354) | private static class CancelEditingStateThread extends Thread { method CancelEditingStateThread (line 358) | CancelEditingStateThread(TableCellEditor cellEditor) { method neutralize (line 362) | void neutralize() { method run (line 366) | @Override class KeymapTableModel (line 377) | private class KeymapTableModel extends DefaultTableModel { method KeymapTableModel (line 380) | private KeymapTableModel(ShortcutsTableData data) { method isCellEditable (line 387) | @Override method getValueAt (line 396) | @Override method setValueAt (line 401) | @Override class RecordingKeyStrokeField (line 428) | private class RecordingKeyStrokeField extends JTextField implements Ke... method RecordingKeyStrokeField (line 434) | RecordingKeyStrokeField(KeyStroke currentKeyStroke) { method getLastKeyStroke (line 452) | KeyStroke getLastKeyStroke() { return lastKeyStroke; } method paintBorder (line 459) | @Override method keyPressed (line 468) | public void keyPressed(KeyEvent keyEvent) { method keyReleased (line 499) | public void keyReleased(KeyEvent e) {e.consume();} method keyTyped (line 501) | public void keyTyped(KeyEvent e) {e.consume();} class ShortcutsTableData (line 504) | private class ShortcutsTableData { class CurrentActionAccceleratorsFilter (line 506) | public class CurrentActionAccceleratorsFilter extends ActionFilter { method CurrentActionAccceleratorsFilter (line 509) | CurrentActionAccceleratorsFilter(KeyStroke accelerator) { method accept (line 513) | @Override method ShortcutsTableData (line 535) | ShortcutsTableData() { method filter (line 572) | public void filter(ActionFilter filter) { method getTableData (line 604) | Object[][] getTableData() { return data; } method getTableData (line 606) | Object getTableData(int row, int col) { return data[row][col]; } method getCurrentTooltip (line 608) | String getCurrentTooltip() { return descriptions[getSelectedRow()]; } method getActionId (line 610) | String getActionId(int row) { return actionIds[row]; } method hasChanged (line 612) | boolean hasChanged() { method restoreDefaultAccelerators (line 622) | void restoreDefaultAccelerators() { method submitChanges (line 637) | void submitChanges() { method contains (line 650) | public String contains(KeyStroke accelerator) { method setAccelerator (line 661) | private void setAccelerator(KeyStroke accelerator, int row) { method setAlternativeAccelerator (line 666) | private void setAlternativeAccelerator(KeyStroke altAccelerator, int... method filter (line 671) | private List filter(List actionIds, ActionFilter fil... method equals (line 681) | private boolean equals(Object obj1, Object obj2) { class ShortcutsTableCellRenderer (line 688) | private class ShortcutsTableCellRenderer implements TableCellRenderer,... method ShortcutsTableCellRenderer (line 692) | ShortcutsTableCellRenderer() { method setCellLabelsFont (line 710) | private void setCellLabelsFont(Font newFont) { method getTableCellRendererComponent (line 717) | public Component getTableCellRendererComponent(JTable table, Object ... method colorChanged (line 773) | public void colorChanged(ColorChangedEvent event) { } method fontChanged (line 778) | public void fontChanged(FontChangedEvent event) { class DotBorderedCellLabel (line 788) | private static class DotBorderedCellLabel extends CellLabel { method paintOutline (line 790) | @Override FILE: src/main/java/com/mucommander/ui/dialog/pref/general/ThemeNameDialog.java class ThemeNameDialog (line 35) | public class ThemeNameDialog extends FocusDialog implements ActionListen... method ThemeNameDialog (line 57) | public ThemeNameDialog(Frame owner, String name) { method ThemeNameDialog (line 67) | public ThemeNameDialog(Dialog owner, String name) { method createNamePanel (line 77) | private JPanel createNamePanel(String name) { method init (line 91) | private void init(String name) { method getText (line 114) | public String getText() {return nameField.getText();} method cancel (line 119) | @Override method wasValidated (line 129) | public boolean wasValidated() { method actionPerformed (line 138) | public void actionPerformed(ActionEvent e) { FILE: src/main/java/com/mucommander/ui/dialog/pref/theme/ColorButton.java class ColorButton (line 35) | class ColorButton extends JPanel implements ActionListener, ColorChangeL... method ColorButton (line 64) | public ColorButton(PreferencesDialog parent, ThemeData themeData, int ... method ColorButton (line 68) | ColorButton(PreferencesDialog parent, ThemeData themeData, int colorId... method ColorButton (line 72) | ColorButton(PreferencesDialog parent, ThemeData themeData, int colorId... method addUpdatedPreviewComponent (line 122) | void addUpdatedPreviewComponent(JComponent previewComponent) { method getColorId (line 133) | int getColorId() { method getCurrentColor (line 137) | Color getCurrentColor() { method setCurrentColor (line 141) | private void setCurrentColor(Color color, boolean initiatedByUser) { method createColorChooser (line 159) | private ColorChooser createColorChooser() { method actionPerformed (line 169) | @Override method colorChanged (line 177) | @Override FILE: src/main/java/com/mucommander/ui/dialog/pref/theme/CopyFilePanelColorsButton.java class CopyFilePanelColorsButton (line 20) | class CopyFilePanelColorsButton extends JButton { method CopyFilePanelColorsButton (line 40) | CopyFilePanelColorsButton(Container targetColorButtonsContainer, boole... method setSource (line 72) | public void setSource(PreferencesPanel otherPanelsColorButtonsContaine... method findColorButtons (line 85) | private void findColorButtons(final Container otherPanelsColorButtonsC... FILE: src/main/java/com/mucommander/ui/dialog/pref/theme/FileEditorPanel.java class FileEditorPanel (line 45) | class FileEditorPanel extends ThemeEditorPanel implements ThemeId { method FileEditorPanel (line 73) | FileEditorPanel(PreferencesDialog parent, ThemeData themeData) { method createTextColorsPanel (line 85) | private JPanel createTextColorsPanel(FontChooser fontChooser) { method createHexColorsPanel (line 118) | private JPanel createHexColorsPanel(FontChooser fontChooser) { method initUI (line 156) | private void initUI() { method createTextViewerPanel (line 170) | private JPanel createTextViewerPanel() { method createHexViewerPanel (line 187) | private JPanel createHexViewerPanel() { method createTextPreviewPanel (line 207) | private JPanel createTextPreviewPanel() { method createHexPreviewPanel (line 228) | private JPanel createHexPreviewPanel() { method setTextBackgroundColors (line 252) | private void setTextBackgroundColors() { method setTextForegroundColors (line 262) | private void setTextForegroundColors() { method setHexColors (line 268) | private void setHexColors() { method loadText (line 288) | private void loadText() { method commit (line 308) | @Override FILE: src/main/java/com/mucommander/ui/dialog/pref/theme/FileGroupsPanel.java class FileGroupsPanel (line 41) | public class FileGroupsPanel extends ThemeEditorPanel implements ThemeId { method FileGroupsPanel (line 52) | FileGroupsPanel(final PreferencesDialog parent, ThemeData data) { method commit (line 98) | @Override FILE: src/main/java/com/mucommander/ui/dialog/pref/theme/FilePanel.java class FilePanel (line 39) | class FilePanel extends ThemeEditorPanel { method FilePanel (line 50) | FilePanel(PreferencesDialog parent, boolean isActive, ThemeData data, ... method initUI (line 55) | private void initUI(boolean isActive, FontChooser fontChooser) { method addForegroundColor (line 168) | private void addForegroundColor(JPanel to, int colorId, ColorButton ba... method commit (line 179) | @Override method setCopyColorButtonsSource (line 182) | void setCopyColorButtonsSource(PreferencesPanel otherPanelsColorButton... FILE: src/main/java/com/mucommander/ui/dialog/pref/theme/FilePanelColorIds.java class FilePanelColorIds (line 12) | class FilePanelColorIds { method FilePanelColorIds (line 17) | FilePanelColorIds() { method getIdByActive (line 55) | int getIdByActive(boolean isActive, int activeColorId) { method getIdByInactive (line 68) | int getIdByInactive(boolean isActive, int inactiveColorId) { method add (line 72) | private void add(int active, int inactive) { FILE: src/main/java/com/mucommander/ui/dialog/pref/theme/FilePreviewPanel.java class FilePreviewPanel (line 42) | class FilePreviewPanel extends JScrollPane implements PropertyChangeList... type RowType (line 44) | private enum RowType { method FilePreviewPanel (line 78) | FilePreviewPanel(ThemeData data, boolean isActive) { method initUI (line 91) | private void initUI() { method propertyChange (line 102) | public void propertyChange(PropertyChangeEvent event) { method setFont (line 126) | @Override class PreviewTable (line 138) | private class PreviewTable extends JTable { method PreviewTable (line 145) | PreviewTable() { method doLayout (line 187) | @Override method getIconWidth (line 197) | private int getIconWidth() {return (int)FileIcons.getIconDimension()... method getLabelWidth (line 202) | private int getLabelWidth() { method getPreferredSize (line 215) | @Override method getPreferredScrollableViewportSize (line 221) | @Override method setRowHeight (line 232) | private void setRowHeight(Font font) { method getCellRenderer (line 240) | @Override method isCellEditable (line 248) | @Override class PreviewCellRenderer (line 258) | private class PreviewCellRenderer implements TableCellRenderer { method PreviewCellRenderer (line 265) | PreviewCellRenderer() { method getForegroundColor (line 273) | private Color getForegroundColor(RowType row, boolean isSelected) { method getTableCellRendererComponent (line 358) | public Component getTableCellRendererComponent(JTable table, Object ... method getColor (line 409) | private Color getColor(int id) { FILE: src/main/java/com/mucommander/ui/dialog/pref/theme/FolderPanePanel.java class FolderPanePanel (line 34) | class FolderPanePanel extends ThemeEditorPanel { method FolderPanePanel (line 43) | FolderPanePanel(PreferencesDialog parent, ThemeData themeData) { method initUI (line 52) | private void initUI() { method createGeneralPanel (line 84) | private JPanel createGeneralPanel(FontChooser chooser) { method commit (line 112) | @Override FILE: src/main/java/com/mucommander/ui/dialog/pref/theme/LocationBarPanel.java class LocationBarPanel (line 39) | class LocationBarPanel extends ThemeEditorPanel implements PropertyChang... method LocationBarPanel (line 48) | LocationBarPanel(PreferencesDialog parent, ThemeData themeData) { method createConfigurationPanel (line 53) | private JPanel createConfigurationPanel() { method createPreviewPanel (line 100) | private JPanel createPreviewPanel() { method initUI (line 133) | private void initUI() { method propertyChange (line 144) | public void propertyChange(PropertyChangeEvent event) { method setBackgroundColors (line 159) | private void setBackgroundColors() { method setForegroundColors (line 166) | private void setForegroundColors() { method setProgressColors (line 174) | private void setProgressColors() { method commit (line 180) | @Override FILE: src/main/java/com/mucommander/ui/dialog/pref/theme/QuickListPanel.java class QuickListPanel (line 54) | public class QuickListPanel extends ThemeEditorPanel implements Property... method getImageIconOfItem (line 85) | @Override method addMouseListenerToList (line 90) | @Override method createPreviewPanel (line 98) | private JPanel createPreviewPanel() { method QuickListPanel (line 129) | QuickListPanel(PreferencesDialog parent, ThemeData themeData) { method createItemColorsPanel (line 141) | private JPanel createItemColorsPanel(FontChooser fontChooser) { method createHeaderColorsPanel (line 168) | private JPanel createHeaderColorsPanel(FontChooser fontChooser) { method initUI (line 194) | private void initUI() { method propertyChange (line 245) | public void propertyChange(PropertyChangeEvent event) { method commit (line 265) | @Override FILE: src/main/java/com/mucommander/ui/dialog/pref/theme/ShellPanel.java class ShellPanel (line 40) | class ShellPanel extends ThemeEditorPanel implements PropertyChangeListe... method ShellPanel (line 52) | ShellPanel(PreferencesDialog parent, ThemeData themeData) { method createConfigurationPanel (line 57) | private JComponent createConfigurationPanel(int fontId, int foreground... method createPreviewPanel (line 80) | private JPanel createPreviewPanel() { method initUI (line 117) | private void initUI() { method propertyChange (line 165) | public void propertyChange(final PropertyChangeEvent event) { method setBackgroundColors (line 173) | private void setBackgroundColors() { method setForegroundColors (line 186) | private void setForegroundColors() { method commit (line 202) | @Override FILE: src/main/java/com/mucommander/ui/dialog/pref/theme/StatusBarPanel.java class StatusBarPanel (line 40) | class StatusBarPanel extends ThemeEditorPanel implements PropertyChangeL... method StatusBarPanel (line 82) | StatusBarPanel(PreferencesDialog parent, ThemeData themeData) { method createGeneralPanel (line 87) | private JPanel createGeneralPanel(FontChooser chooser, ColorButton for... method createFreeSpacePanel (line 107) | private JPanel createFreeSpacePanel(FontChooser chooser, ColorButton f... method addPreviewLabel (line 140) | private void addPreviewLabel(YBoxPanel panel, JLabel preview, String l... method createPreviewPanel (line 152) | private JPanel createPreviewPanel(FontChooser fontChooser) { method initUI (line 176) | private void initUI() { method commit (line 233) | @Override method propertyChange (line 243) | public void propertyChange(PropertyChangeEvent event) { class Preview (line 271) | private class Preview extends JLabel { method Preview (line 275) | Preview(int type) { method refreshBorder (line 284) | void refreshBorder() { method paint (line 289) | @Override FILE: src/main/java/com/mucommander/ui/dialog/pref/theme/ThemeEditorDialog.java class ThemeEditorDialog (line 37) | public class ThemeEditorDialog extends PreferencesDialog { method ThemeEditorDialog (line 47) | public ThemeEditorDialog(Dialog parent, Theme theme) { method ThemeEditorDialog (line 57) | public ThemeEditorDialog(Frame parent, Theme theme) { method createTitle (line 62) | private static String createTitle(Theme theme) { method initUI (line 66) | private void initUI(Theme theme) { method editTheme (line 93) | public Theme editTheme() { method checkCommit (line 98) | @Override method commit (line 111) | @Override method componentChanged (line 140) | @Override FILE: src/main/java/com/mucommander/ui/dialog/pref/theme/ThemeEditorPanel.java class ThemeEditorPanel (line 48) | abstract class ThemeEditorPanel extends PreferencesPanel { method ThemeEditorPanel (line 69) | ThemeEditorPanel(PreferencesDialog parent, String title, ThemeData the... method createCaptionLabel (line 87) | JLabel createCaptionLabel(String dictionaryKey) { method createCaptionLabelWithTitle (line 100) | JLabel createCaptionLabelWithTitle(String title) { method addLabelRow (line 118) | void addLabelRow(ProportionalGridPanel panel) {addLabelRow(panel, true);} method addLabelRow (line 131) | void addLabelRow(ProportionalGridPanel panel, boolean includePreview) { method createFontChooser (line 153) | FontChooser createFontChooser(int fontId) { method addFontChooserListener (line 175) | void addFontChooserListener(FontChooser fontChooser, JComponent previe... method createScrollPane (line 198) | JComponent createScrollPane(JPanel panel) { method addColorButtons (line 220) | PreviewLabel addColorButtons(ProportionalGridPanel gridPanel, FontChoo... method addColorButtons (line 239) | PreviewLabel addColorButtons(ProportionalGridPanel gridPanel, FontChoo... class ThemeFontChooserListener (line 282) | private static class ThemeFontChooserListener implements ChangeListener { method ThemeFontChooserListener (line 296) | ThemeFontChooserListener(ThemeData data, int fontId, PreferencesDial... method stateChanged (line 305) | public void stateChanged(ChangeEvent event) { class PreviewFontChooserListener (line 316) | private static class PreviewFontChooserListener implements ChangeListe... method PreviewFontChooserListener (line 325) | PreviewFontChooserListener(JComponent preview) { method stateChanged (line 333) | public void stateChanged(ChangeEvent event) { FILE: src/main/java/com/mucommander/ui/dialog/server/FTPPanel.java class FTPPanel (line 44) | public class FTPPanel extends ServerPanel implements ActionListener, Enc... method FTPPanel (line 73) | FTPPanel(final ServerConnectDialog dialog, MainFrame mainFrame) { method updateValues (line 129) | private void updateValues() { method getServerURL (line 145) | @Override method usesCredentials (line 174) | @Override method dialogValidated (line 179) | @Override method actionPerformed (line 195) | public void actionPerformed(ActionEvent e) { method encodingChanged (line 218) | public void encodingChanged(Object source, String oldEncoding, String ... FILE: src/main/java/com/mucommander/ui/dialog/server/HDFSPanel.java class HDFSPanel (line 39) | public class HDFSPanel extends ServerPanel { method HDFSPanel (line 61) | HDFSPanel(ServerConnectDialog dialog, final MainFrame mainFrame) { method updateValues (line 94) | private void updateValues() { method getServerURL (line 107) | @Override method usesCredentials (line 125) | @Override method dialogValidated (line 130) | @Override FILE: src/main/java/com/mucommander/ui/dialog/server/HTTPPanel.java class HTTPPanel (line 37) | public class HTTPPanel extends ServerPanel { method HTTPPanel (line 49) | HTTPPanel(ServerConnectDialog dialog, MainFrame mainFrame) { method updateValues (line 74) | private void updateValues() { method getServerURL (line 80) | @Override method usesCredentials (line 93) | @Override method dialogValidated (line 98) | @Override FILE: src/main/java/com/mucommander/ui/dialog/server/NFSPanel.java class NFSPanel (line 38) | public class NFSPanel extends ServerPanel { method NFSPanel (line 54) | NFSPanel(ServerConnectDialog dialog, MainFrame mainFrame) { method updateValues (line 90) | private void updateValues() { method getServerURL (line 105) | @Override method usesCredentials (line 121) | @Override method dialogValidated (line 126) | @Override FILE: src/main/java/com/mucommander/ui/dialog/server/S3Panel.java class S3Panel (line 38) | public class S3Panel extends ServerPanel { method S3Panel (line 54) | S3Panel(ServerConnectDialog dialog, final MainFrame mainFrame) { method updateValues (line 88) | private void updateValues() { method getServerURL (line 101) | @Override method usesCredentials (line 114) | @Override method dialogValidated (line 119) | @Override FILE: src/main/java/com/mucommander/ui/dialog/server/SFTPPanel.java class SFTPPanel (line 50) | public class SFTPPanel extends ServerPanel { method SFTPPanel (line 70) | SFTPPanel(ServerConnectDialog dialog, final MainFrame mainFrame) { method updateValues (line 133) | private void updateValues() { method getServerURL (line 147) | @Override method usesCredentials (line 168) | @Override method dialogValidated (line 173) | @Override FILE: src/main/java/com/mucommander/ui/dialog/server/SMBPanel.java class SMBPanel (line 37) | public class SMBPanel extends ServerPanel { method SMBPanel (line 53) | SMBPanel(ServerConnectDialog dialog, MainFrame mainFrame) { method updateValues (line 87) | private void updateValues() { method getServerURL (line 96) | @Override method usesCredentials (line 111) | @Override method dialogValidated (line 116) | @Override FILE: src/main/java/com/mucommander/ui/dialog/server/ServerConnectDialog.java class ServerConnectDialog (line 56) | public class ServerConnectDialog extends FocusDialog implements ActionLi... method ServerConnectDialog (line 80) | public ServerConnectDialog(FolderPanel folderPanel) { method ServerConnectDialog (line 92) | public ServerConnectDialog(FolderPanel folderPanel, Class ... method ShellComboBox (line 59) | public ShellComboBox(RunDialog parent) { method populateHistory (line 95) | private void populateHistory() { method setEnabled (line 122) | @Override method comboBoxSelectionChanged (line 137) | public void comboBoxSelectionChanged(SaneComboBox source) {} method textFieldValidated (line 139) | public void textFieldValidated(EditableComboBox source) {parent.runCom... method textFieldCancelled (line 141) | public void textFieldCancelled(EditableComboBox source) {parent.dispos... method historyChanged (line 147) | public void historyChanged(String command) { method historyCleared (line 152) | public void historyCleared() { method popupMenuCanceled (line 164) | public void popupMenuCanceled(PopupMenuEvent e) {} method popupMenuWillBecomeVisible (line 169) | public void popupMenuWillBecomeVisible(PopupMenuEvent e) { method popupMenuWillBecomeInvisible (line 181) | public void popupMenuWillBecomeInvisible(PopupMenuEvent e) {} method getCommand (line 190) | public String getCommand() {return input.getText();} FILE: src/main/java/com/mucommander/ui/dialog/shutdown/QuitDialog.java class QuitDialog (line 42) | public class QuitDialog extends QuestionDialog { method QuitDialog (line 65) | public QuitDialog(MainFrame mainFrame) { method quitConfirmed (line 90) | public boolean quitConfirmed() { method confirmationRequired (line 101) | public static boolean confirmationRequired() { method confirmQuit (line 114) | public static synchronized boolean confirmQuit() { FILE: src/main/java/com/mucommander/ui/dialog/startup/CheckVersionDialog.java class CheckVersionDialog (line 51) | public class CheckVersionDialog extends QuestionDialog { method CheckVersionDialog (line 77) | public CheckVersionDialog(MainFrame mainFrame, VersionChecker versionC... method init (line 91) | public void init(VersionChecker version) { method executeAction (line 197) | private void executeAction(URL downloadURL, String jarURL, int action) { method installAndRelaunch (line 205) | private void installAndRelaunch(String jarURL) { method gotoWebSite (line 211) | private void gotoWebSite(URL downloadURL) { method getLogger (line 219) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/ui/dialog/startup/InitialSetupDialog.java class InitialSetupDialog (line 45) | public class InitialSetupDialog extends FocusDialog implements ActionLis... method createThemesPanel (line 62) | private JPanel createThemesPanel() { method createThemeComboBox (line 89) | private TcComboBox createThemeComboBox() { method createLookAndFeelPanel (line 115) | private JPanel createLookAndFeelPanel() { method createMainPanel (line 161) | private JPanel createMainPanel() { method InitialSetupDialog (line 185) | public InitialSetupDialog(Frame owner) { method actionPerformed (line 198) | @Override method preInitDefault (line 215) | private void preInitDefault() { method initFileGroups (line 225) | private static void initFileGroups() { method postInitDefault (line 238) | private void postInitDefault() { method setVariable (line 241) | private static void setVariable(TcPreference preference, String value) { method setVariable (line 245) | private static void setVariable(TcPreference preference, int value) { method setVariable (line 249) | private static void setVariable(TcPreference preference, float value) { FILE: src/main/java/com/mucommander/ui/dialog/symlink/CreateSymLinkDialog.java class CreateSymLinkDialog (line 46) | public class CreateSymLinkDialog extends FocusDialog implements ActionLi... method CreateSymLinkDialog (line 75) | public CreateSymLinkDialog(Frame mainFrame, AbstractFile linkPath, Abs... method actionPerformed (line 108) | @Override method execute (line 118) | private void execute() { FILE: src/main/java/com/mucommander/ui/dialog/symlink/EditSymlinkDialog.java class EditSymlinkDialog (line 39) | public class EditSymlinkDialog extends FocusDialog implements ActionList... method EditSymlinkDialog (line 56) | public EditSymlinkDialog(Frame mainFrame, AbstractFile linkPath) { method actionPerformed (line 90) | @Override FILE: src/main/java/com/mucommander/ui/dnd/ClipboardNotifier.java class ClipboardNotifier (line 37) | public class ClipboardNotifier implements FlavorListener { method ClipboardNotifier (line 49) | public ClipboardNotifier(Action action) { method toggleActionState (line 63) | private void toggleActionState() { method flavorsChanged (line 79) | public void flavorsChanged(FlavorEvent event) { FILE: src/main/java/com/mucommander/ui/dnd/ClipboardOperations.java type ClipboardOperations (line 10) | public enum ClipboardOperations { FILE: src/main/java/com/mucommander/ui/dnd/ClipboardSupport.java class ClipboardSupport (line 32) | public class ClipboardSupport { method getOperation (line 36) | public static ClipboardOperations getOperation(){ method setOperation (line 40) | public static void setOperation(ClipboardOperations operation){ method getClipboardContents (line 48) | private static Transferable getClipboardContents() { method setClipboardContents (line 61) | public static void setClipboardContents(Transferable transferable) { method getClipboardFiles (line 72) | public static FileSet getClipboardFiles() { method setClipboardFiles (line 84) | public static void setClipboardFiles(FileSet fileSet) { method getClipboard (line 97) | public static Clipboard getClipboard() { FILE: src/main/java/com/mucommander/ui/dnd/DnDContext.java class DnDContext (line 31) | class DnDContext { method isDragInitiatedByMucommander (line 47) | static boolean isDragInitiatedByMucommander() { method setDragInitiatedByMucommander (line 54) | static void setDragInitiatedByMucommander(boolean b) { method getDragInitiator (line 63) | static FolderPanel getDragInitiator() { method setDragInitiator (line 70) | static void setDragInitiator(FolderPanel fp) { method getDragGestureModifiersEx (line 79) | static int getDragGestureModifiersEx() { method setDragGestureModifiersEx (line 86) | static void setDragGestureModifiersEx(int modifiersEx) { FILE: src/main/java/com/mucommander/ui/dnd/FileDragSourceListener.java class FileDragSourceListener (line 42) | public class FileDragSourceListener implements DragGestureListener, Drag... method FileDragSourceListener (line 54) | public FileDragSourceListener(FolderPanel folderPanel) { method enableDrag (line 65) | public void enableDrag(Component c) { method dragGestureRecognized (line 99) | public void dragGestureRecognized(DragGestureEvent event) { method dragEnter (line 154) | public void dragEnter(DragSourceDragEvent event) { method dragOver (line 159) | public void dragOver(DragSourceDragEvent event) { method dropActionChanged (line 162) | public void dropActionChanged(DragSourceDragEvent event) { method dragExit (line 167) | public void dragExit(DragSourceEvent event) { method dragDropEnd (line 170) | public void dragDropEnd(DragSourceDropEvent event) { FILE: src/main/java/com/mucommander/ui/dnd/FileDropTargetListener.java class FileDropTargetListener (line 73) | public class FileDropTargetListener implements DropTargetListener { method FileDropTargetListener (line 106) | public FileDropTargetListener(FolderPanel folderPanel, boolean changeF... method getDragActionCursor (line 122) | private Cursor getDragActionCursor(int dropAction, boolean dragAccepte... method acceptOrRejectDragEvent (line 157) | private boolean acceptOrRejectDragEvent(DropTargetDragEvent event) { method dragEnter (line 205) | @Override method dragOver (line 211) | public void dragOver(DropTargetDragEvent event) { method dropActionChanged (line 218) | public void dropActionChanged(DropTargetDragEvent event) { method dragExit (line 223) | public void dragExit(DropTargetEvent event) { method drop (line 229) | public void drop(DropTargetDropEvent event) { FILE: src/main/java/com/mucommander/ui/dnd/TransferableFileSet.java class TransferableFileSet (line 65) | public class TransferableFileSet implements Transferable { method TransferableFileSet (line 118) | public TransferableFileSet(FileSet fileSet) { method setFileSetDataFlavorSupported (line 129) | public void setFileSetDataFlavorSupported(boolean supported) { method setJavaFileListDataFlavorSupported (line 139) | public void setJavaFileListDataFlavorSupported(boolean supported) { method setStringDataFlavorSupported (line 149) | public void setStringDataFlavorSupported(boolean supported) { method setStringDataFlavourTransfersFilename (line 160) | public void setStringDataFlavourTransfersFilename(boolean b) { method getStringDataFlavourTransfersFilename (line 172) | public boolean getStringDataFlavourTransfersFilename() { method setStringDataFlavourTransfersFileBaseName (line 183) | public void setStringDataFlavourTransfersFileBaseName(boolean b) { method getStringDataFlavourTransfersFileBaseName (line 195) | public boolean getStringDataFlavourTransfersFileBaseName() { method getFileSetDataFlavor (line 204) | static DataFlavor getFileSetDataFlavor() { method getTransferFiles (line 225) | static FileSet getTransferFiles(Transferable transferable) { method getTransferDataFlavors (line 283) | @Override method isDataFlavorSupported (line 305) | @Override method getTransferData (line 319) | @NotNull FILE: src/main/java/com/mucommander/ui/encoding/EncodingListener.java type EncodingListener (line 28) | public interface EncodingListener { method encodingChanged (line 37) | void encodingChanged(Object source, String oldEncoding, String newEnco... FILE: src/main/java/com/mucommander/ui/encoding/EncodingMenu.java class EncodingMenu (line 39) | public class EncodingMenu extends JMenu { method EncodingMenu (line 56) | public EncodingMenu(DialogOwner dialogOwner) { method EncodingMenu (line 67) | public EncodingMenu(final DialogOwner dialogOwner, String selectedEnco... method populateMenu (line 81) | private void populateMenu() { method addPreferredEncodings (line 96) | private void addPreferredEncodings(java.util.List encodings) { method addCustomizeMenu (line 121) | private void addCustomizeMenu() { method getSelectedEncoding (line 143) | public String getSelectedEncoding() { method addEncodingListener (line 148) | public void addEncodingListener(EncodingListener listener) { method removeEncodingListener (line 154) | public void removeEncodingListener(EncodingListener listener) { method fireEncodingListener (line 160) | private void fireEncodingListener(String oldEncoding, String newEncodi... FILE: src/main/java/com/mucommander/ui/encoding/EncodingPreferences.java class EncodingPreferences (line 37) | public class EncodingPreferences { method getPreferredEncodings (line 62) | public static List getPreferredEncodings() { method getDefaultPreferredEncodings (line 77) | public static List getDefaultPreferredEncodings() { method setPreferredEncodings (line 93) | public static void setPreferredEncodings(List encodings) { FILE: src/main/java/com/mucommander/ui/encoding/EncodingSelectBox.java class EncodingSelectBox (line 42) | public class EncodingSelectBox extends JPanel { method EncodingSelectBox (line 62) | public EncodingSelectBox(DialogOwner dialogOwner) { method EncodingSelectBox (line 75) | public EncodingSelectBox(final DialogOwner dialogOwner, String selecte... method populateComboBox (line 122) | protected void populateComboBox(String selectEncoding) { method getSelectedEncoding (line 148) | public String getSelectedEncoding() { method addEncodingListener (line 154) | public void addEncodingListener(EncodingListener listener) { method removeEncodingListener (line 160) | public void removeEncodingListener(EncodingListener listener) { method fireEncodingListener (line 166) | protected void fireEncodingListener(String oldEncoding, String newEnco... method setEnabled (line 174) | @Override FILE: src/main/java/com/mucommander/ui/encoding/PreferredEncodingsDialog.java class PreferredEncodingsDialog (line 52) | public class PreferredEncodingsDialog extends FocusDialog { method PreferredEncodingsDialog (line 68) | PreferredEncodingsDialog(Frame owner) { method PreferredEncodingsDialog (line 78) | public PreferredEncodingsDialog(Dialog owner) { method init (line 84) | protected void init() { method selectCheckboxes (line 159) | private void selectCheckboxes(List selectedEncodings) { FILE: src/main/java/com/mucommander/ui/event/ActivePanelListener.java type ActivePanelListener (line 33) | public interface ActivePanelListener { method activePanelChanged (line 40) | void activePanelChanged(FolderPanel folderPanel); FILE: src/main/java/com/mucommander/ui/event/LocationAdapter.java class LocationAdapter (line 28) | public abstract class LocationAdapter implements LocationListener { method locationChanging (line 33) | public void locationChanging(LocationEvent locationEvent) { } method locationChanged (line 38) | public void locationChanged(LocationEvent locationEvent) { } method locationCancelled (line 43) | public void locationCancelled(LocationEvent locationEvent) { } method locationFailed (line 48) | public void locationFailed(LocationEvent locationEvent) { } FILE: src/main/java/com/mucommander/ui/event/LocationEvent.java class LocationEvent (line 32) | public class LocationEvent { method LocationEvent (line 46) | public LocationEvent(FolderPanel folderPanel, FileURL folderURL) { method getFolderPanel (line 54) | public FolderPanel getFolderPanel() { method getFolderURL (line 61) | public FileURL getFolderURL() { FILE: src/main/java/com/mucommander/ui/event/LocationListener.java type LocationListener (line 31) | public interface LocationListener { method locationChanging (line 41) | void locationChanging(LocationEvent locationEvent); method locationChanged (line 49) | void locationChanged(LocationEvent locationEvent); method locationCancelled (line 57) | void locationCancelled(LocationEvent locationEvent); method locationFailed (line 66) | void locationFailed(LocationEvent locationEvent); FILE: src/main/java/com/mucommander/ui/event/LocationManager.java class LocationManager (line 38) | public class LocationManager { method LocationManager (line 60) | public LocationManager(FolderPanel folderPanel) { method setCurrentFolder (line 73) | public void setCurrentFolder(AbstractFile folder, AbstractFile fileToS... method safeLs (line 89) | private static AbstractFile[] safeLs(AbstractFile folder, FileFilter f... method getCurrentFolder (line 104) | public AbstractFile getCurrentFolder() { method getFolderChangeMonitor (line 108) | public FolderChangeMonitor getFolderChangeMonitor() { method addLocationListener (line 121) | public synchronized void addLocationListener(LocationListener listener) { method removeLocationListener (line 131) | public synchronized void removeLocationListener(LocationListener liste... method fireLocationChanged (line 140) | private synchronized void fireLocationChanged(FileURL folderURL) { method fireLocationChanging (line 151) | public synchronized void fireLocationChanging(FileURL folderURL) { method fireLocationCancelled (line 163) | public synchronized void fireLocationCancelled(FileURL folderURL) { method fireLocationFailed (line 175) | public synchronized void fireLocationFailed(FileURL folderURL) { FILE: src/main/java/com/mucommander/ui/event/TableSelectionListener.java type TableSelectionListener (line 31) | public interface TableSelectionListener { method selectedFileChanged (line 38) | void selectedFileChanged(FileTable source); method markedFilesChanged (line 46) | void markedFilesChanged(FileTable source); FILE: src/main/java/com/mucommander/ui/helper/FocusRequester.java class FocusRequester (line 39) | public class FocusRequester implements Runnable { method FocusRequester (line 48) | private FocusRequester(Component c, boolean requestFocusInWindow) { method requestFocus (line 63) | public static synchronized void requestFocus(Component c) { method requestFocusInWindow (line 80) | public static synchronized void requestFocusInWindow(Component c) { method run (line 88) | @Override FILE: src/main/java/com/mucommander/ui/helper/MenuToolkit.java class MenuToolkit (line 41) | public class MenuToolkit { method MenuToolkit (line 48) | private MenuToolkit() { method addMenu (line 60) | public static JMenu addMenu(String title, MnemonicHelper mnemonicHelpe... method addScrollableMenu (line 74) | public static JScrollMenu addScrollableMenu(String title, MnemonicHelp... method initMenu (line 80) | private static void initMenu(JMenu menu, String title, MnemonicHelper ... method addMenuItem (line 97) | public static JMenuItem addMenuItem(JMenu menu, String text, MnemonicH... method addCheckBoxMenuItem (line 111) | public static JCheckBoxMenuItem addCheckBoxMenuItem(JMenu menu, String... method addRadioButtonMenuItem (line 125) | public static JRadioButtonMenuItem addRadioButtonMenuItem(JMenu menu, ... method addMenuItem (line 147) | private static JMenuItem addMenuItem(JMenu menu, String text, Mnemonic... method setupMnemonic (line 164) | private static void setupMnemonic(String text, MnemonicHelper mnemonic... method configureActionMenuItem (line 185) | public static void configureActionMenuItem(JMenuItem item) { method isInvalidAccelerator (line 193) | private static boolean isInvalidAccelerator(KeyStroke stroke) { method addMenuItem (line 198) | public static JMenuItem addMenuItem(JMenu menu, TcAction action, Mnemo... method addCheckBoxMenuItem (line 202) | public static JCheckBoxMenuItem addCheckBoxMenuItem(JMenu menu, TcActi... method addRadioButtonMenuItem (line 206) | public static JRadioButtonMenuItem addRadioButtonMenuItem(JMenu menu, ... method addMenuItem (line 210) | private static JMenuItem addMenuItem(JMenu menu, TcAction action, Mnem... method construct (line 230) | private static JMenuItem construct(int type, String text) { method construct (line 241) | private static JMenuItem construct(int type, Action action) { FILE: src/main/java/com/mucommander/ui/helper/MnemonicHelper.java class MnemonicHelper (line 36) | public class MnemonicHelper { method MnemonicHelper (line 45) | public MnemonicHelper() { method getMnemonic (line 60) | public char getMnemonic(String text) { method getMnemonic (line 90) | public char getMnemonic(JButton button) { method isMnemonicUsed (line 102) | private boolean isMnemonicUsed(char ch) { method clear (line 110) | public void clear() { FILE: src/main/java/com/mucommander/ui/helper/ScreenServices.java class ScreenServices (line 35) | public class ScreenServices { method getScreenInsets (line 48) | public static Insets getScreenInsets(Window window) { method isInsideUsableScreen (line 66) | public static boolean isInsideUsableScreen(Frame frame, int x, int y) { method getFullScreenBounds (line 81) | public static Rectangle getFullScreenBounds(Window window) { FILE: src/main/java/com/mucommander/ui/icon/AnimatedIcon.java class AnimatedIcon (line 39) | public abstract class AnimatedIcon implements Icon, AutoCloseable { method AnimatedIcon (line 67) | public AnimatedIcon() { method AnimatedIcon (line 79) | public AnimatedIcon(int frameCount) { method AnimatedIcon (line 88) | public AnimatedIcon(int frameCount, int repaintDelay) { method getIconWidth (line 103) | public abstract int getIconWidth(); method getIconHeight (line 109) | public abstract int getIconHeight(); method paintFrame (line 118) | protected abstract void paintFrame(Component c, Graphics g, int x, int... method setFrameCount (line 126) | public synchronized void setFrameCount(int count) { method getFrameCount (line 134) | public synchronized int getFrameCount() { method getFrame (line 142) | public synchronized int getFrame() { method setFrame (line 153) | public synchronized void setFrame(int frame) { method nextFrame (line 171) | public synchronized void nextFrame() {setFrame(currentFrame + 1);} method setFrameDelay (line 180) | public synchronized void setFrameDelay(int delay) {timer.setDelay(dela... method setAnimated (line 186) | public synchronized void setAnimated(boolean a) { method isAnimated (line 209) | public synchronized boolean isAnimated() {return animate;} method getFrameDelay (line 215) | public synchronized int getFrameDelay() {return timer.getDelay();} method paintIcon (line 226) | public synchronized void paintIcon(Component c, Graphics g, int x, int... method repaint (line 251) | protected synchronized void repaint() { method close (line 264) | @Override class TrackedComponent (line 276) | private static class TrackedComponent { method TrackedComponent (line 298) | public TrackedComponent(Component c, int x, int y, int width, int he... method hashCode (line 321) | public int hashCode() { method findNonRendererAncestor (line 329) | private Component findNonRendererAncestor(Component c) { method repaint (line 339) | public void repaint() { class AnimationUpdater (line 350) | private static class AnimationUpdater implements ActionListener { method AnimationUpdater (line 358) | public AnimationUpdater(AnimatedIcon icon) { method actionPerformed (line 366) | public void actionPerformed(ActionEvent event) { FILE: src/main/java/com/mucommander/ui/icon/CustomFileIconProvider.java class CustomFileIconProvider (line 38) | public class CustomFileIconProvider implements FileIconProvider { method init (line 131) | private static void init() { method getSymlinkIcon (line 149) | private static ImageIcon getSymlinkIcon(Icon targetIcon) { method getFileIcon (line 158) | public Icon getFileIcon(AbstractFile file, Dimension preferredResoluti... FILE: src/main/java/com/mucommander/ui/icon/EmptyIcon.java class EmptyIcon (line 31) | public class EmptyIcon implements Icon { method EmptyIcon (line 36) | public EmptyIcon(int size) { method EmptyIcon (line 41) | public EmptyIcon(int width, int height) { method getIconHeight (line 46) | public int getIconHeight() { method getIconWidth (line 50) | public int getIconWidth() { method paintIcon (line 54) | public void paintIcon(Component c, Graphics g, int x, int y) { FILE: src/main/java/com/mucommander/ui/icon/FileIcons.java class FileIcons (line 57) | public class FileIcons { method getFileIcon (line 108) | public static Icon getFileIcon(AbstractFile file) { method getFileIcon (line 125) | public static Icon getFileIcon(AbstractFile file, Dimension iconDimens... method getCustomFileIcon (line 156) | private static Icon getCustomFileIcon(AbstractFile file) { method getCustomFileIcon (line 170) | private static Icon getCustomFileIcon(AbstractFile file, Dimension ico... method getSystemFileIcon (line 181) | public static Icon getSystemFileIcon(AbstractFile file) { method getSystemFileIcon (line 195) | private static Icon getSystemFileIcon(AbstractFile file, Dimension ico... method getFileProviderIcon (line 209) | private static Icon getFileProviderIcon(FileIconProvider fip, Abstract... method getCustomFileIconProvider (line 230) | private static FileIconProvider getCustomFileIconProvider() { method setCustomFileIconProvider (line 239) | private static void setCustomFileIconProvider(FileIconProvider fip) { method getSystemFileIconProvider (line 248) | public static FileIconProvider getSystemFileIconProvider() { method setSystemFileIconProvider (line 257) | private static void setSystemFileIconProvider(FileIconProvider fip) { method getIconDimension (line 268) | public static Dimension getIconDimension() { method getScaleFactor (line 278) | public static float getScaleFactor() { method setScaleFactor (line 288) | public static void setScaleFactor(float factor) { method getSystemIconsPolicy (line 304) | public static String getSystemIconsPolicy() { method setSystemIconsPolicy (line 315) | public static void setSystemIconsPolicy(String policy) { method hasProperSystemIcons (line 329) | public static boolean hasProperSystemIcons() { FILE: src/main/java/com/mucommander/ui/icon/IconManager.java class IconManager (line 45) | @Slf4j type IconSet (line 47) | public enum IconSet { method IconSet (line 81) | IconSet(String folder) { method getCache (line 85) | private Map getCache() { method IconManager (line 93) | private IconManager() {} method getIcon (line 102) | public static ImageIcon getIcon(String iconPath, float scaleFactor) { method getRetinaUrl (line 121) | private static URL getRetinaUrl(URL url) { method getIcon (line 138) | public static ImageIcon getIcon(String iconPath) { method getScaledIcon (line 149) | public static ImageIcon getScaledIcon(ImageIcon icon, float scaleFacto... method getCompositeIcon (line 169) | public static ImageIcon getCompositeIcon(Icon backgroundIcon, Icon for... method getIcon (line 194) | public static ImageIcon getIcon(IconSet iconSet, String iconName, floa... method getIcon (line 204) | public static ImageIcon getIcon(IconSet iconSet, String iconName) { method getPaddedIcon (line 232) | public static ImageIcon getPaddedIcon(ImageIcon icon, Insets insets) { method getImageIcon (line 256) | public static ImageIcon getImageIcon(Icon icon) { FILE: src/main/java/com/mucommander/ui/icon/SpinningDial.java class SpinningDial (line 39) | public class SpinningDial extends AnimatedIcon { method SpinningDial (line 86) | public SpinningDial() {this(DEFAULT_SIZE, DEFAULT_SIZE);} method SpinningDial (line 100) | public SpinningDial(boolean animate) {this(DEFAULT_SIZE, DEFAULT_SIZE,... method SpinningDial (line 117) | public SpinningDial(Color c) {this(DEFAULT_SIZE, DEFAULT_SIZE, c);} method SpinningDial (line 131) | public SpinningDial(Color c, boolean animate) {this(DEFAULT_SIZE, DEFA... method SpinningDial (line 149) | public SpinningDial(int w, int h) {this(w, h, DEFAULT_SPOKES);} method SpinningDial (line 164) | public SpinningDial(int w, int h, boolean animate) {this(w, h, DEFAULT... method SpinningDial (line 179) | public SpinningDial(int w, int h, Color c) {this(w, h, DEFAULT_SPOKES,... method SpinningDial (line 191) | public SpinningDial(int w, int h, Color c, boolean animate) {this(w, h... method SpinningDial (line 206) | public SpinningDial(int w, int h, int spokes) {this(w, h, spokes, DEFA... method SpinningDial (line 218) | public SpinningDial(int w, int h, int spokes, boolean animate) {this(w... method SpinningDial (line 231) | public SpinningDial(int w, int h, int spokes, Color c) {this(w, h, spo... method SpinningDial (line 241) | public SpinningDial(int w, int h, int spokes, Color c, boolean animate) { method setStrokeWidth (line 260) | public synchronized void setStrokeWidth(float width) {strokeWidth = wi... method getStrokeWidth (line 266) | public synchronized float getStrokeWidth() {return strokeWidth;} method setColor (line 274) | public synchronized void setColor(Color c) { method getColor (line 288) | public synchronized Color getColor() {return color;} method getSpokeColor (line 294) | protected Color getSpokeColor(int alpha) {return new Color(color.getRe... method getIconHeight (line 302) | @Override method getIconWidth (line 311) | @Override method initializeGraphics (line 322) | private void initializeGraphics(Graphics2D graphics) { method paintFrame (line 341) | @Override method setAnimated (line 391) | @Override FILE: src/main/java/com/mucommander/ui/layout/AsyncPanel.java class AsyncPanel (line 52) | public abstract class AsyncPanel extends ZxSpectrumLoadPane { class InitWorker (line 54) | private class InitWorker extends SwingWorker { method doInBackground (line 58) | @Override method done (line 68) | @Override method finish (line 77) | private void finish() { method AsyncPanel (line 102) | protected AsyncPanel() { method AsyncPanel (line 112) | private AsyncPanel(JComponent waitComponent) { method cancel (line 142) | protected void cancel() { method getDefaultWaitComponent (line 174) | private static JComponent getDefaultWaitComponent() { method updateLayout (line 196) | protected void updateLayout() { method getTargetComponent (line 200) | public abstract JComponent getTargetComponent(Exception e); method initTargetComponent (line 202) | public abstract void initTargetComponent() throws Exception; FILE: src/main/java/com/mucommander/ui/layout/CompareImagesPanel.java class CompareImagesPanel (line 34) | public class CompareImagesPanel extends JPanel { class LoadImagesTask (line 51) | private class LoadImagesTask extends SwingWorker { method LoadImagesTask (line 55) | public LoadImagesTask(AbstractFile file, int index) { method doInBackground (line 61) | @Override method done (line 80) | @Override method CompareImagesPanel (line 102) | public CompareImagesPanel(AbstractFile file1, AbstractFile file2, JDia... method paint (line 122) | @Override method loadImage (line 140) | private static Image loadImage(AbstractFile file) throws IOException { method scaleImage (line 144) | private static Image scaleImage(Image src) { FILE: src/main/java/com/mucommander/ui/layout/FluentPanel.java class FluentPanel (line 36) | public class FluentPanel extends JPanel { method FluentPanel (line 38) | public FluentPanel(LayoutManager layoutManager) { method add (line 42) | @Override method add (line 49) | public FluentPanel add(Component comp, String constraints) { FILE: src/main/java/com/mucommander/ui/layout/InformationPane.java class InformationPane (line 53) | public class InformationPane extends JPanel { method InformationPane (line 74) | public InformationPane() { method InformationPane (line 85) | public InformationPane(String mainMessage, String captionMessage) { method InformationPane (line 98) | public InformationPane(String mainMessage, String captionMessage, int ... method InformationPane (line 110) | public InformationPane(String mainMessage, String captionMessage, int ... method getPredefinedIcon (line 141) | public static Icon getPredefinedIcon(int predefinedIconId) { method getPredefinedIconName (line 149) | @Nullable method getMainLabel (line 170) | public MultiLineLabel getMainLabel() { method getCaptionLabel (line 179) | public MultiLineLabel getCaptionLabel() { method setIcon (line 189) | public void setIcon(Icon icon) { method setMainLabelFontStyle (line 212) | public void setMainLabelFontStyle(int fontStyle) { method getMainLabelFontStyle (line 222) | public int getMainLabelFontStyle() { FILE: src/main/java/com/mucommander/ui/layout/ProportionalGridPanel.java class ProportionalGridPanel (line 27) | public class ProportionalGridPanel extends JPanel { method ProportionalGridPanel (line 32) | public ProportionalGridPanel(int nbColumns) { method add (line 53) | @Override FILE: src/main/java/com/mucommander/ui/layout/ProportionalSplitPane.java class ProportionalSplitPane (line 42) | public class ProportionalSplitPane extends JSplitPane implements Compone... method ProportionalSplitPane (line 60) | public ProportionalSplitPane(Window window) { method ProportionalSplitPane (line 65) | public ProportionalSplitPane(Window window, int orientation) { method ProportionalSplitPane (line 70) | public ProportionalSplitPane(Window window, int orientation, boolean c... method ProportionalSplitPane (line 75) | public ProportionalSplitPane(Window window, int orientation, JComponen... method ProportionalSplitPane (line 80) | public ProportionalSplitPane(Window window, int orientation, boolean c... method init (line 85) | private void init(Window window, JComponent leftComponent, JComponent ... method updateDividerLocation (line 107) | public void updateDividerLocation() { method setSplitRatio (line 126) | public void setSplitRatio(float splitRatio) { method getDividerComponent (line 135) | public BasicSplitPaneDivider getDividerComponent() { method disableAccessibilityShortcuts (line 150) | public void disableAccessibilityShortcuts() { method setOrientation (line 157) | @Override method componentResized (line 169) | @Override method componentMoved (line 182) | @Override method componentShown (line 209) | @Override method componentHidden (line 218) | @Override method mouseClicked (line 223) | @Override method mousePressed (line 231) | @Override method mouseReleased (line 235) | @Override method mouseEntered (line 239) | @Override method mouseExited (line 243) | @Override FILE: src/main/java/com/mucommander/ui/layout/SpringUtilities.java class SpringUtilities (line 45) | public class SpringUtilities { method printSizes (line 50) | public static void printSizes(Component c) { method makeGrid (line 70) | public static void makeGrid(Container parent, method getConstraintsForCell (line 149) | private static SpringLayout.Constraints getConstraintsForCell( method makeCompactGrid (line 173) | public static void makeCompactGrid(Container parent, FILE: src/main/java/com/mucommander/ui/layout/XAlignedComponentPanel.java class XAlignedComponentPanel (line 42) | public class XAlignedComponentPanel extends JPanel { method XAlignedComponentPanel (line 64) | public XAlignedComponentPanel() { method XAlignedComponentPanel (line 75) | public XAlignedComponentPanel(int xSpace) { method setLabelLeftAligned (line 89) | public void setLabelLeftAligned(boolean aligned) { method addRow (line 101) | public void addRow(String label, JComponent component, int ySpaceAfter) { method addRow (line 114) | public void addRow(JComponent label, JComponent component, int ySpaceA... method addRow (line 143) | public void addRow(JComponent component, int ySpaceAfter) { method requestFocus (line 159) | @Override FILE: src/main/java/com/mucommander/ui/layout/XBoxPanel.java class XBoxPanel (line 31) | public class XBoxPanel extends JPanel { method XBoxPanel (line 40) | public XBoxPanel() { method XBoxPanel (line 49) | public XBoxPanel(int nbPixels) { method add (line 58) | @Override method addSpace (line 70) | public void addSpace(int nbPixels) { method setInsets (line 78) | public void setInsets(Insets insets) { method getInsets (line 85) | @Override FILE: src/main/java/com/mucommander/ui/layout/YBoxPanel.java class YBoxPanel (line 31) | public class YBoxPanel extends JPanel { method YBoxPanel (line 40) | public YBoxPanel() { method YBoxPanel (line 49) | public YBoxPanel(int nbVertSpace) { method add (line 58) | @Override method addSpace (line 71) | public void addSpace(int nbVertSpace) { method add (line 80) | @Override method setInsets (line 92) | public void setInsets(Insets insets) { method getInsets (line 99) | @Override FILE: src/main/java/com/mucommander/ui/list/DynamicHorizontalWrapList.java class DynamicHorizontalWrapList (line 40) | public class DynamicHorizontalWrapList extends DynamicList { method DynamicHorizontalWrapList (line 48) | public DynamicHorizontalWrapList(AlteredVector items, int itemWidth) { method DynamicHorizontalWrapList (line 52) | public DynamicHorizontalWrapList(AlteredVector items, int itemWidth... method repaint (line 59) | @Override FILE: src/main/java/com/mucommander/ui/list/DynamicList.java class DynamicList (line 44) | public class DynamicList extends JList { class DynamicListModel (line 66) | private class DynamicListModel extends AbstractListModel implements... method getSize (line 68) | public int getSize() { method getElementAt (line 72) | public E getElementAt(int i) { method notifyAdded (line 80) | private void notifyAdded(int fromIndex, int toIndex) { method notifyRemoved (line 84) | private void notifyRemoved(int fromIndex, int toIndex) { method notifyModified (line 88) | private void notifyModified(int index) { method elementsAdded (line 96) | public void elementsAdded(int startIndex, int nbAdded) { method elementsRemoved (line 100) | public void elementsRemoved(int startIndex, int nbRemoved) { method elementChanged (line 104) | public void elementChanged(int index) { class MoveUpAction (line 113) | private class MoveUpAction extends AbstractAction { method MoveUpAction (line 115) | private MoveUpAction() { method actionPerformed (line 118) | public void actionPerformed(ActionEvent actionEvent) { class MoveDownAction (line 130) | private class MoveDownAction extends AbstractAction { method MoveDownAction (line 132) | private MoveDownAction() { method actionPerformed (line 135) | public void actionPerformed(ActionEvent actionEvent) { class RemoveAction (line 147) | private class RemoveAction extends AbstractAction { method RemoveAction (line 149) | private RemoveAction() { method actionPerformed (line 153) | public void actionPerformed(ActionEvent actionEvent) { method DynamicList (line 182) | public DynamicList(AlteredVector items) { method getItems (line 236) | public AlteredVector getItems() { method selectAndScroll (line 247) | public void selectAndScroll(int index) { method isIndexValid (line 259) | public boolean isIndexValid(int index) { method itemModified (line 271) | public void itemModified(int index, boolean selectItem) { method moveItem (line 288) | private void moveItem(int index, boolean moveUp) { method getMoveUpAction (line 330) | Action getMoveUpAction() { method getMoveDownAction (line 340) | Action getMoveDownAction() { method getRemoveAction (line 351) | public Action getRemoveAction() { FILE: src/main/java/com/mucommander/ui/list/FileList.java class FileList (line 40) | public class FileList extends JList { method FileList (line 63) | public FileList(final FileSet files, boolean preloadFileAttributes) { FILE: src/main/java/com/mucommander/ui/macosx/AppleScript.java class AppleScript (line 60) | public class AppleScript { method execute (line 84) | public static boolean execute(String appleScript, StringBuilder output... method execute (line 89) | public static boolean execute(String appleScript, StringBuilder output... method getScriptEncoding (line 145) | public static String getScriptEncoding() { class ScriptOutputListener (line 156) | private static class ScriptOutputListener implements ProcessListener { method ScriptOutputListener (line 161) | private ScriptOutputListener(StringBuilder outputBuffer, String outp... method processOutput (line 166) | @Override method processOutput (line 175) | @Override method processDied (line 179) | @Override FILE: src/main/java/com/mucommander/ui/macosx/AppleScriptBuilder.java class AppleScriptBuilder (line 20) | public class AppleScriptBuilder { method append (line 23) | public AppleScriptBuilder append(String s) { method nl (line 28) | public AppleScriptBuilder nl() { method appendQuoted (line 33) | public AppleScriptBuilder appendQuoted(String s) { method toString (line 40) | @Override FILE: src/main/java/com/mucommander/ui/macosx/EAWTHandler.java class EAWTHandler (line 35) | class EAWTHandler { method EAWTHandler (line 37) | EAWTHandler() { method showAbout (line 45) | private void showAbout(AboutEvent e) { method showPreferences (line 49) | private void showPreferences(PreferencesEvent e) { method handleQuitRequestWith (line 53) | private void handleQuitRequestWith(QuitEvent quitEvent, QuitResponse q... method openFiles (line 61) | public void openFiles(OpenFilesEvent openFilesEvent) { FILE: src/main/java/com/mucommander/ui/macosx/IMacOsWindow.java type IMacOsWindow (line 12) | public interface IMacOsWindow extends RootPaneContainer { method initLookAndFeel (line 14) | default void initLookAndFeel() { FILE: src/main/java/com/mucommander/ui/macosx/OSXIntegration.java class OSXIntegration (line 45) | public class OSXIntegration { method OSXIntegration (line 47) | public OSXIntegration() { method showAbout (line 79) | static void showAbout() { method showPreferences (line 93) | static void showPreferences() { method doQuit (line 108) | static boolean doQuit() { FILE: src/main/java/com/mucommander/ui/macosx/TabbedPaneUICustomizer.java class TabbedPaneUICustomizer (line 12) | public class TabbedPaneUICustomizer { method customizeTabbedPaneUI (line 18) | public static void customizeTabbedPaneUI(JTabbedPane tabbedPane) { class CompactAquaTabbedPaneUI (line 28) | private static class CompactAquaTabbedPaneUI extends AquaTabbedPaneUI { method getContentBorderInsets (line 30) | @Override method getTabAreaInsets (line 35) | @Override method getContentDrawingInsets (line 40) | @Override method paintContentBorder (line 48) | @Override class CompactAquaTabbedPaneContrastUI (line 53) | private static class CompactAquaTabbedPaneContrastUI extends AquaTabbe... method getContentBorderInsets (line 55) | @Override method getTabAreaInsets (line 60) | @Override method getContentDrawingInsets (line 65) | @Override method paintContentBorder (line 73) | @Override FILE: src/main/java/com/mucommander/ui/main/ConfigurableFolderFilter.java class ConfigurableFolderFilter (line 42) | public class ConfigurableFolderFilter extends AndFileFilter implements C... method ConfigurableFolderFilter (line 50) | public ConfigurableFolderFilter() { method configureFilters (line 55) | private void configureFilters() { method configurationChanged (line 75) | @Override FILE: src/main/java/com/mucommander/ui/main/DSStoreFileFilter.java class DSStoreFileFilter (line 30) | public class DSStoreFileFilter extends AbstractFilenameFilter { method accept (line 32) | public boolean accept(String filename) { FILE: src/main/java/com/mucommander/ui/main/DrivePopupButton.java class DrivePopupButton (line 83) | @Slf4j method DrivePopupButton (line 144) | DrivePopupButton(FolderPanel folderPanel) { method updateButton (line 176) | private void updateButton() { method buildLabel (line 185) | private String buildLabel(AbstractFile currentFolder) { method getBestIndex (line 235) | private int getBestIndex(String currentPath) { method getVolumePath (line 249) | @NotNull method getExtendedDriveName (line 267) | private static String getExtendedDriveName(AbstractFile localFile) { method getDisplayableVolumes (line 288) | private static AbstractFile[] getDisplayableVolumes() { method getPopupMenu (line 298) | @Override method addVolumes (line 347) | private void addVolumes(JPopupMenu popupMenu, MainFrame mainFrame, Mne... method addBookmarks (line 388) | private void addBookmarks(JPopupMenu popupMenu, MainFrame mainFrame, M... method addBookmarksGroup (line 399) | private void addBookmarksGroup(JComponent parentMenu, MainFrame mainFr... method createBookmarkMenuItem (line 420) | private JMenuItem createBookmarkMenuItem(JComponent parentMenu, MainFr... method addAdbDevices (line 450) | private void addAdbDevices(JPopupMenu popupMenu, MainFrame mainFrame, ... class RefreshDriveNamesAndIcons (line 478) | private static class RefreshDriveNamesAndIcons extends Thread { method RefreshDriveNamesAndIcons (line 483) | RefreshDriveNamesAndIcons(JPopupMenu popupMenu, List item... method run (line 489) | @Override method getIcon (line 515) | @Nullable method getExtendedDriverName (line 525) | @Nullable method setMnemonic (line 548) | private void setMnemonic(JMenuItem menuItem, MnemonicHelper mnemonicHe... method bookmarksChanged (line 553) | @Override method configurationChanged (line 563) | @Override method getPreferredSize (line 573) | @Override class ServerConnectAction (line 589) | private class ServerConnectAction extends AbstractAction { method ServerConnectAction (line 592) | private ServerConnectAction(String label, Class getMainFrames() { method tryRefreshCurrentFolders (line 150) | public static void tryRefreshCurrentFolders() { method createNewMainFrame (line 166) | public static synchronized void createNewMainFrame(MainFrameBuilder ma... method quit (line 198) | public static synchronized void quit() { method getCurrentWindowIndex (line 238) | public static int getCurrentWindowIndex() { method switchToNextWindow (line 245) | public static void switchToNextWindow() { method switchToPreviousWindow (line 254) | public static void switchToPreviousWindow() { method installLookAndFeel (line 261) | public static void installLookAndFeel(String className) throws ClassNo... method setLookAndFeel (line 273) | private static void setLookAndFeel(String lnfName) { method windowActivated (line 295) | @Override method windowDeactivated (line 314) | @Override method windowClosing (line 330) | @Override method windowClosed (line 337) | @Override method closeMainFrame (line 367) | private void closeMainFrame(MainFrame mainFrame) { method hasMoreActiveFrames (line 390) | private boolean hasMoreActiveFrames() { method windowIconified (line 401) | @Override method windowDeiconified (line 405) | @Override method windowOpened (line 409) | @Override method configurationChanged (line 417) | @Override FILE: src/main/java/com/mucommander/ui/main/commandbar/CommandBar.java class CommandBar (line 38) | public class CommandBar extends JPanel implements KeyListener, MouseList... method CommandBar (line 61) | public CommandBar(MainFrame mainFrame) { method addButtons (line 85) | private void addButtons() { method setAlternateActionsMode (line 104) | public void setAlternateActionsMode(boolean on) { method keyPressed (line 130) | public void keyPressed(KeyEvent e) { method keyReleased (line 137) | public void keyReleased(KeyEvent e) { method keyTyped (line 144) | public void keyTyped(KeyEvent e) { method mouseClicked (line 151) | public void mouseClicked(MouseEvent e) { method mouseReleased (line 166) | public void mouseReleased(MouseEvent e) { method mousePressed (line 169) | public void mousePressed(MouseEvent e) { method mouseEntered (line 172) | public void mouseEntered(MouseEvent e) { method mouseExited (line 175) | public void mouseExited(MouseEvent e) { method commandBarAttributeChanged (line 183) | public void commandBarAttributeChanged() { FILE: src/main/java/com/mucommander/ui/main/commandbar/CommandBarAttributes.java class CommandBarAttributes (line 35) | public class CommandBarAttributes { method restoreDefault (line 80) | static void restoreDefault() { method areDefaultAttributes (line 113) | static boolean areDefaultAttributes() { method equals (line 141) | private static boolean equals(Object action1, Object action2) { method setAttributes (line 155) | public static void setAttributes(String[] actionIds, String[] alternat... method getActions (line 163) | public static String[] getActions() { method getAlternateActions (line 167) | public static String[] getAlternateActions() { method getModifier (line 171) | public static KeyStroke getModifier() { method addCommandBarAttributesListener (line 178) | static void addCommandBarAttributesListener(CommandBarAttributesListen... method removeCommandBarAttributesListener (line 182) | public static void removeCommandBarAttributesListener(CommandBarAttrib... method fireAttributesChanged (line 188) | private static void fireAttributesChanged() { FILE: src/main/java/com/mucommander/ui/main/commandbar/CommandBarAttributesListener.java type CommandBarAttributesListener (line 26) | public interface CommandBarAttributesListener { method commandBarAttributeChanged (line 30) | void commandBarAttributeChanged(); FILE: src/main/java/com/mucommander/ui/main/commandbar/CommandBarButton.java class CommandBarButton (line 45) | public class CommandBarButton extends NonFocusableButton implements Conf... method create (line 55) | public static CommandBarButton create(String actionId, MainFrame mainF... method CommandBarButton (line 59) | CommandBarButton(String actionId, MainFrame mainFrame) { method setButtonAction (line 83) | public void setButtonAction(String actionId, MainFrame mainFrame) { method getActionId (line 112) | public String getActionId() { method configurationChanged (line 123) | public void configurationChanged(ConfigurationEvent event) { FILE: src/main/java/com/mucommander/ui/main/commandbar/CommandBarButtonForDisplay.java class CommandBarButtonForDisplay (line 32) | public class CommandBarButtonForDisplay extends CommandBarButton { method create (line 37) | public static CommandBarButtonForDisplay create(String actionId) { method CommandBarButtonForDisplay (line 41) | private CommandBarButtonForDisplay(String actionId) { method setButtonAction (line 47) | @Override FILE: src/main/java/com/mucommander/ui/main/commandbar/CommandBarIO.java class CommandBarIO (line 38) | public abstract class CommandBarIO extends DefaultHandler { method loadCommandBar (line 79) | public static void loadCommandBar() throws Exception { method setModified (line 97) | public static void setModified() { method saveCommandBar (line 106) | public static void saveCommandBar() throws IOException { method setDescriptionFile (line 132) | public static void setDescriptionFile(String path) throws FileNotFound... method setDescriptionFile (line 148) | public static void setDescriptionFile(File file) throws FileNotFoundEx... method setDescriptionFile (line 158) | public static void setDescriptionFile(AbstractFile file) throws FileNo... method getDescriptionFile (line 166) | public static AbstractFile getDescriptionFile() throws IOException { method getLogger (line 173) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/ui/main/commandbar/CommandBarReader.java class CommandBarReader (line 43) | class CommandBarReader extends CommandBarIO { method CommandBarReader (line 63) | CommandBarReader(AbstractFile file) throws SAXException, IOException, ... method getActionsRead (line 72) | String[] getActionsRead() { method getAlternateActionsRead (line 79) | String[] getAlternateActionsRead() { method getModifierRead (line 86) | KeyStroke getModifierRead() { method startDocument (line 94) | @Override method endDocument (line 103) | @Override method startElement (line 108) | @Override method getLogger (line 162) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/ui/main/commandbar/CommandBarWriter.java class CommandBarWriter (line 40) | class CommandBarWriter extends CommandBarIO { method create (line 47) | public static CommandBarWriter create() { method CommandBarWriter (line 53) | private CommandBarWriter() {} method write (line 55) | void write() { class Writer (line 68) | private static class Writer { method Writer (line 71) | private Writer(OutputStream stream) throws IOException { method write (line 75) | private void write(String[] actionIds, String[] alternativeActionIds... method write (line 94) | private void write(String actionId, String alternativeActionId) thro... method getLogger (line 106) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/ui/main/frame/ClonedMainFrameBuilder.java class ClonedMainFrameBuilder (line 35) | public class ClonedMainFrameBuilder extends MainFrameBuilder { method getSelectedFrame (line 42) | public int getSelectedFrame() { method build (line 46) | @Override method getScreenInsets (line 96) | private static Insets getScreenInsets(Window window) { method isInsideUsableScreen (line 114) | private static boolean isInsideUsableScreen(Frame frame, int x, int y) { FILE: src/main/java/com/mucommander/ui/main/frame/CommandLineMainFrameBuilder.java class CommandLineMainFrameBuilder (line 41) | public class CommandLineMainFrameBuilder extends MainFrameBuilder { method CommandLineMainFrameBuilder (line 45) | public CommandLineMainFrameBuilder(String[] folders) { method build (line 55) | @Override method getInitialAbstractPaths (line 77) | private FileURL getInitialAbstractPaths(String path, FolderPanelType f... FILE: src/main/java/com/mucommander/ui/main/frame/DefaultMainFramesBuilder.java class DefaultMainFramesBuilder (line 40) | public class DefaultMainFramesBuilder extends MainFrameBuilder { method DefaultMainFramesBuilder (line 45) | public DefaultMainFramesBuilder() { } method getSelectedFrame (line 47) | @Override method build (line 52) | @Override method isCustomStartupFolders (line 87) | private boolean isCustomStartupFolders() { method createMainFrame (line 91) | private MainFrame createMainFrame(int index) { method getInitialSelectedTab (line 149) | private int getInitialSelectedTab(FolderPanelType folderPanelType, int... method restoreFileURL (line 158) | private FileURL restoreFileURL(String url) { FILE: src/main/java/com/mucommander/ui/main/frame/MainFrameBuilder.java class MainFrameBuilder (line 45) | public abstract class MainFrameBuilder { method build (line 48) | public abstract MainFrame[] build(); method getSelectedFrame (line 50) | public int getSelectedFrame() { method getInitialPaths (line 65) | protected AbstractFile[] getInitialPaths(FolderPanelType folderPanelTy... method getInitialPath (line 125) | FileURL getInitialPath(FolderPanelType folderPanelType) { method getFileTableConfiguration (line 150) | FileTableConfiguration getFileTableConfiguration(FolderPanelType folde... method getHomeFolder (line 178) | AbstractFile getHomeFolder() { method getLogger (line 183) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/ui/main/menu/MainMenuBar.java class MainMenuBar (line 72) | public class MainMenuBar extends JMenuBar implements ActionListener, Men... method MainMenuBar (line 131) | public MainMenuBar(MainFrame mainFrame) { method actionPerformed (line 448) | @Override method menuSelected (line 461) | @Override method updateViewMenu (line 490) | private void updateViewMenu() { method updateShowHideColumnsMenu (line 507) | private void updateShowHideColumnsMenu() { method updateGoMenu (line 523) | private void updateGoMenu() { method updateEjectDriveMenu (line 536) | private void updateEjectDriveMenu() { method updateBookmarksMenu (line 559) | private void updateBookmarksMenu() { method addBookmarksForGroup (line 577) | private void addBookmarksForGroup(JMenu menu, List bookmarks... method updateWindowsMenu (line 592) | private void updateWindowsMenu() { method updateThemesMenu (line 668) | private void updateThemesMenu() { method menuDeselected (line 688) | public void menuDeselected(MenuEvent e) { method menuCanceled (line 691) | public void menuCanceled(MenuEvent e) { class ChangeCurrentThemeAction (line 698) | private class ChangeCurrentThemeAction extends AbstractAction { method ChangeCurrentThemeAction (line 702) | ChangeCurrentThemeAction(Theme theme) { method actionPerformed (line 707) | public void actionPerformed(ActionEvent actionEvent) { class EditCurrentThemeAction (line 719) | private class EditCurrentThemeAction extends AbstractAction { method EditCurrentThemeAction (line 720) | EditCurrentThemeAction() { method actionPerformed (line 724) | public void actionPerformed(ActionEvent actionEvent) { FILE: src/main/java/com/mucommander/ui/main/menu/OpenAsMenu.java class OpenAsMenu (line 15) | public class OpenAsMenu extends JMenu { method OpenAsMenu (line 29) | OpenAsMenu(MainFrame mainFrame) { method populate (line 38) | private void populate() { method add (line 47) | @Override FILE: src/main/java/com/mucommander/ui/main/menu/OpenWithMenu.java class OpenWithMenu (line 42) | public class OpenWithMenu extends JMenu { method OpenWithMenu (line 48) | OpenWithMenu(MainFrame frame, AbstractFile clickedFile) { method populate (line 57) | public void populate(AbstractFile clickedFile) { method add (line 72) | @Override FILE: src/main/java/com/mucommander/ui/main/menu/TablePopupMenu.java class TablePopupMenu (line 62) | public class TablePopupMenu extends TcActionsPopupMenu { method TablePopupMenu (line 73) | public TablePopupMenu(MainFrame mainFrame, AbstractFile currentFolder,... method addMarkActions (line 116) | private void addMarkActions() { method addCopyActions (line 122) | private void addCopyActions(AbstractFile clickedFile, FileSet markedFi... method addRevealInDesktopAction (line 133) | private void addRevealInDesktopAction(AbstractFile currentFolder) { method addOpenActions (line 139) | private void addOpenActions(MainFrame mainFrame, AbstractFile clickedF... method addCompareSelectedFilesAction (line 152) | private void addCompareSelectedFilesAction(FileSet markedFiles) { FILE: src/main/java/com/mucommander/ui/main/menu/UserPopupMenu.java class UserPopupMenu (line 47) | @Slf4j method UserPopupMenu (line 55) | public UserPopupMenu(MainFrame mainFrame, AbstractFile file) { method add (line 62) | public JMenuItem add(JMenu parent, String name, UserMenuItem propertie... method selectFirstItem (line 77) | private void selectFirstItem() { method actionPerformed (line 85) | @Override method performCommand (line 93) | private void performCommand(UserMenuItem properties) { method executeInNewTerminalTabs (line 112) | private void executeInNewTerminalTabs(UserMenuItem properties) { method sleep (line 125) | private static void sleep(long ms) { method executeInBackground (line 133) | private void executeInBackground(UserMenuItem properties) { method executeInTerminal (line 159) | private void executeInTerminal(UserMenuItem properties) { method getDefaultTerminalCommand (line 172) | private static String getDefaultTerminalCommand() { method executeInNewTerminalTabs (line 181) | private static void executeInNewTerminalTabs(AbstractFile home, String... method executeInNewTerminalWindow (line 191) | private static void executeInNewTerminalWindow(AbstractFile home, Stri... method getCustomExternalTerminal (line 219) | private static String getCustomExternalTerminal() { method getTerminalType (line 223) | private static int getTerminalType() { method processKeyEvent (line 229) | @Override method show (line 240) | public void show(Component invoker) { method openEditor (line 249) | private void openEditor() { method popupMenuWillBecomeVisible (line 253) | @Override method popupMenuWillBecomeInvisible (line 258) | @Override method popupMenuCanceled (line 263) | @Override FILE: src/main/java/com/mucommander/ui/main/menu/usermenu/LoadUserMenuException.java class LoadUserMenuException (line 22) | public class LoadUserMenuException extends Exception { method LoadUserMenuException (line 29) | public LoadUserMenuException(String message) { method parseLine (line 35) | private static int parseLine(String message) { method parseColumn (line 39) | private static int parseColumn(String message) { method parseInt (line 43) | private static int parseInt(String message, String attrName) { FILE: src/main/java/com/mucommander/ui/main/menu/usermenu/UserMenuItem.java class UserMenuItem (line 5) | public class UserMenuItem { type ConsoleType (line 7) | public enum ConsoleType { method fromStr (line 13) | public static ConsoleType fromStr(String s) { class Command (line 23) | public static class Command { method Command (line 27) | public Command(String singleCommand) { method Command (line 32) | public Command(List> commandsList) { method isSingle (line 37) | public boolean isSingle() { method UserMenuItem (line 45) | UserMenuItem(Command command, ConsoleType console) { FILE: src/main/java/com/mucommander/ui/main/menu/usermenu/UserPopupMenuLoader.java class UserPopupMenuLoader (line 36) | public class UserPopupMenuLoader { method loadMenu (line 38) | public static UserPopupMenu loadMenu(MainFrame mainFrame, AbstractFile... method loadMenu (line 58) | private static void loadMenu(UserPopupMenu menu, JMenu parent, List... method listContainsLists (line 150) | private static boolean listContainsLists(List list) { method getItemProp (line 159) | @Nullable FILE: src/main/java/com/mucommander/ui/main/quicklist/BookmarksQL.java class BookmarksQL (line 42) | public class BookmarksQL extends QuickListWithIcons implements... method BookmarksQL (line 46) | public BookmarksQL(FolderPanel folderPanel) { method acceptListItem (line 55) | @Override method getData (line 60) | @Override method itemToIcon (line 65) | @Override method bookmarksChanged (line 70) | public void bookmarksChanged() { method prepareBookmarks (line 74) | private static Bookmark[] prepareBookmarks() { FILE: src/main/java/com/mucommander/ui/main/quicklist/EditAsQL.java class EditAsQL (line 40) | public class EditAsQL extends QuickListWithDataList { class CommandEditFactory (line 42) | private class CommandEditFactory implements EditorFactory { method CommandEditFactory (line 46) | CommandEditFactory(Command cmd) { method canEditFile (line 50) | @Override method createFileEditor (line 55) | @Override method getName (line 60) | @Override method toString (line 65) | @Override method editFile (line 69) | private void editFile(AbstractFile file) { method EditAsQL (line 81) | public EditAsQL(MainFrame mainFame, AbstractFile file) { method getData (line 88) | @Override method acceptListItem (line 131) | @Override method getList (line 141) | @Override FILE: src/main/java/com/mucommander/ui/main/quicklist/EditorBookmarksQL.java class EditorBookmarksQL (line 39) | public class EditorBookmarksQL extends QuickListWithIcons { method EditorBookmarksQL (line 48) | public EditorBookmarksQL(FolderPanel folderPanel) { method itemToIcon (line 54) | @Override method getData (line 59) | @Override method buildFilesArray (line 65) | @NotNull method acceptListItem (line 74) | @Override method onShow (line 83) | @Override method onHide (line 89) | protected void onHide() { method openFileInEditor (line 94) | private void openFileInEditor(AbstractFile file) { method addFile (line 98) | public static void addFile(AbstractFile file) { method keyPressed (line 105) | @Override method openBookmarkFileInEditor (line 114) | private void openBookmarkFileInEditor() { FILE: src/main/java/com/mucommander/ui/main/quicklist/ParentFoldersQL.java class ParentFoldersQL (line 38) | public class ParentFoldersQL extends QuickListWithIcons { method ParentFoldersQL (line 42) | public ParentFoldersQL(FolderPanel folderPanel) { method acceptListItem (line 50) | @Override method getData (line 56) | @Override method itemToIcon (line 62) | @Override method populateParentFolders (line 67) | protected List populateParentFolders(AbstractFile folder) { FILE: src/main/java/com/mucommander/ui/main/quicklist/RecentEditedQL.java class RecentEditedQL (line 43) | public class RecentEditedQL extends QuickListWithIcons { method RecentEditedQL (line 52) | public RecentEditedQL(FolderPanel folderPanel) { method itemToIcon (line 57) | @Override method getData (line 62) | @Override method acceptListItem (line 68) | @Override method addFile (line 80) | public static void addFile(AbstractFile file) { FILE: src/main/java/com/mucommander/ui/main/quicklist/RecentExecutedFilesQL.java class RecentExecutedFilesQL (line 46) | public class RecentExecutedFilesQL extends QuickListWithIcons { method RecentViewedQL (line 47) | public RecentViewedQL(FolderPanel folderPanel) { method itemToIcon (line 52) | @Override method getData (line 57) | @Override method acceptListItem (line 63) | @Override FILE: src/main/java/com/mucommander/ui/main/quicklist/RootFoldersQL.java class RootFoldersQL (line 37) | public class RootFoldersQL extends QuickListWithIcons { method RootFoldersQL (line 41) | public RootFoldersQL(FolderPanel folderPanel) { method itemToIcon (line 47) | @Override method getData (line 52) | @Override method acceptListItem (line 57) | @Override FILE: src/main/java/com/mucommander/ui/main/quicklist/TabsQL.java class TabsQL (line 45) | public class TabsQL extends QuickListWithIcons { method TabsQL (line 55) | public TabsQL(FolderPanel folderPanel) { method getImageIconOfItemImp (line 61) | @Override method itemToIcon (line 66) | @Override method getData (line 71) | protected FileTableTab[] getData() { method acceptListItem (line 85) | @Override FILE: src/main/java/com/mucommander/ui/main/quicklist/ViewAsQL.java class ViewAsQL (line 44) | public class ViewAsQL extends QuickListWithDataList { class CommandViewFactory (line 46) | private class CommandViewFactory implements ViewerFactory { method CommandViewFactory (line 50) | CommandViewFactory(Command cmd) { method canViewFile (line 54) | @Override method createFileViewer (line 59) | @Override method getName (line 64) | @Override method toString (line 69) | @Override method viewFile (line 74) | private void viewFile(AbstractFile file) { method ViewAsQL (line 86) | public ViewAsQL(MainFrame mainFame, AbstractFile file) { method getData (line 93) | @Override method acceptListItem (line 136) | @Override method getList (line 146) | @Override FILE: src/main/java/com/mucommander/ui/main/quicklist/ViewedAndEditedFilesQL.java class ViewedAndEditedFilesQL (line 38) | public class ViewedAndEditedFilesQL extends QuickListWithIcons { method CalculateDirectorySizeWorker (line 41) | public CalculateDirectorySizeWorker(BaseFileTableModel fileTableModel,... method doInBackground (line 47) | @Override method done (line 59) | @Override method process (line 66) | @Override method calcDirectorySize (line 74) | private void calcDirectorySize(AbstractFile path) throws IOException { method getFile (line 106) | public AbstractFile getFile() { FILE: src/main/java/com/mucommander/ui/main/table/CellLabel.java class CellLabel (line 54) | public class CellLabel extends JLabel { method CellLabel (line 92) | public CellLabel() { method setForeground (line 105) | @Override method setBackground (line 119) | @Override method setBackground (line 133) | public void setBackground(Color c1, Color c2) { method setOutline (line 147) | public void setOutline(Color c) { method setText (line 159) | @Override method setIcon (line 174) | public void setIcon(ImageIcon icon) { method setToolTipText (line 188) | @Override method setupText (line 197) | public void setupText(String text, int maxWidth) { method paint (line 238) | @Override method drawMarker (line 286) | private void drawMarker(Graphics g, int w, int h) { method drawProgress (line 298) | private void drawProgress(Graphics g, int w, int h) { method paintOutline (line 316) | protected void paintOutline(Graphics g) { method isOpaque (line 336) | @Override method validate (line 361) | @Override method revalidate (line 367) | @Override method repaint (line 373) | @Override method repaint (line 379) | @Override method firePropertyChange (line 385) | @Override method firePropertyChange (line 396) | @Override method setHasSeparator (line 399) | public void setHasSeparator(boolean hasSeparator) { method setProgressValue (line 403) | public void setProgressValue(int progressValue) { method setMarkerColor (line 411) | public void setMarkerColor(Color markerColor) { FILE: src/main/java/com/mucommander/ui/main/table/Column.java type Column (line 34) | public enum Column { method Column (line 73) | Column(String labelId, boolean hasMinimumWidth, boolean showByDefault,... method getMinimumColumnWidth (line 87) | public int getMinimumColumnWidth() { method showByDefault (line 96) | public boolean showByDefault() { method valueOf (line 106) | public static Column valueOf(int ordinal) { method getToggleColumnActionId (line 116) | public String getToggleColumnActionId() { method getSortByColumnActionId (line 125) | public String getSortByColumnActionId() { FILE: src/main/java/com/mucommander/ui/main/table/FileGroupResolver.java class FileGroupResolver (line 34) | public class FileGroupResolver { class ResolverRecord (line 38) | private static class ResolverRecord { method ResolverRecord (line 42) | ResolverRecord(int group, String mask) { method FileGroupResolver (line 53) | private FileGroupResolver() { method getInstance (line 57) | public static FileGroupResolver getInstance() { method init (line 68) | public void init() { method addMask (line 86) | private void addMask(String mask, int group) { method resolve (line 105) | public int resolve(AbstractFile file) { FILE: src/main/java/com/mucommander/ui/main/table/FileTable.java class FileTable (line 92) | public class FileTable extends JTable implements MouseListener, MouseMot... method FileTable (line 222) | public FileTable(MainFrame mainFrame, FolderPanel folderPanel, FileTab... method setViewMode (line 283) | public synchronized void setViewMode(TableViewMode mode) { method createOverlayableTable (line 345) | private DefaultOverlayable createOverlayableTable() { method getAsUIComponent (line 385) | public JComponent getAsUIComponent() { method setTableHeaderRenderingProperties (line 396) | private void setTableHeaderRenderingProperties() { method focusGained (line 425) | private void focusGained() { method focusLost (line 441) | private void focusLost() { method usesTableHeaderRenderingProperties (line 454) | public static boolean usesTableHeaderRenderingProperties() { method getFileTableModel (line 465) | public BaseFileTableModel getFileTableModel() { method getSelectedFile (line 475) | public synchronized AbstractFile getSelectedFile() { method getSelectedFile (line 487) | public synchronized AbstractFile getSelectedFile(boolean includeParent... method getSelectedFile (line 502) | public synchronized AbstractFile getSelectedFile(boolean includeParent... method getSelectedFiles (line 516) | public FileSet getSelectedFiles() { method isParentFolderSelected (line 533) | public boolean isParentFolderSelected() { method isParentFolder (line 544) | public boolean isParentFolder(int index) { method setCurrentFolder (line 555) | public void setCurrentFolder(AbstractFile folder, AbstractFile[] child... method setCurrentFolder (line 586) | public void setCurrentFolder(AbstractFile folder, AbstractFile[] child... method setRowHeight (line 636) | private void setRowHeight() { method setAutoSizeColumnsEnabled (line 651) | public void setAutoSizeColumnsEnabled(boolean enabled) { method setFoldersFirst (line 668) | public void setFoldersFirst(boolean enabled) { method setFoldersAlwaysAlphabetical (line 681) | public void setFoldersAlwaysAlphabetical(boolean enabled) { method setShowMatchesFirst (line 692) | public void setShowMatchesFirst(boolean enabled) { method selectFile (line 703) | public boolean selectFile(AbstractFile file) { method selectFile (line 718) | public void selectFile(int index) { method setFileMarked (line 745) | private void setFileMarked(int index, boolean marked) { method setFileMarked (line 760) | private void setFileMarked(int index, boolean marked, boolean repaint) { method setFileMarked (line 782) | public void setFileMarked(AbstractFile file, boolean marked) { method setFileMarked (line 795) | public void setFileMarked(AbstractFile file, boolean marked, boolean r... method markSelectedFile (line 817) | public void markSelectedFile() { method setRangeMarked (line 853) | public void setRangeMarked(int start, int end, boolean marked) { method repaintRow (line 871) | private void repaintRow(int row) { method repaintRange (line 882) | private void repaintRange(int startRow, int endRow) { method getPageRowIncrement (line 894) | public int getPageRowIncrement() { method sortBy (line 907) | private void sortBy(Column criterion, boolean ascending, boolean folde... method sortBy (line 943) | public void sortBy(SortInfo sortInfo) { method sortBy (line 955) | public void sortBy(Column criterion, boolean ascending) { method sortBy (line 965) | public void sortBy(Column criterion) { method getFileTableColumnModel (line 981) | private FileTableColumnModel getFileTableColumnModel() { method getCompactFileTableColumnModel (line 992) | private CompactFileTableColumnModel getCompactFileTableColumnModel() { method setColumnModel (line 996) | @Override method isColumnVisible (line 1022) | public boolean isColumnVisible(Column column) { method isColumnDisplayable (line 1036) | public boolean isColumnDisplayable(Column column) { method updateColumnsVisibility (line 1057) | public void updateColumnsVisibility() { method isColumnEnabled (line 1073) | public boolean isColumnEnabled(Column column) { method setColumnEnabled (line 1090) | public void setColumnEnabled(Column column, boolean enabled) { method getColumnPosition (line 1108) | public int getColumnPosition(Column column) { method reverseSortOrder (line 1119) | public void reverseSortOrder() { method editCurrentFilename (line 1140) | public void editCurrentFilename() { method sortTable (line 1167) | private synchronized void sortTable() { method addTableSelectionListener (line 1188) | public void addTableSelectionListener(TableSelectionListener listener) { method removeTableSelectionListener (line 1200) | public void removeTableSelectionListener(TableSelectionListener listen... method fireSelectedFileChangedEvent (line 1208) | private void fireSelectedFileChangedEvent() { method fireMarkedFilesChangedEvent (line 1217) | public void fireMarkedFilesChangedEvent() { method doAutoLayout (line 1229) | private void doAutoLayout(boolean respectSize) { method doStaticLayout (line 1315) | private void doStaticLayout() { method doLayout (line 1368) | @Override method getCellRenderer (line 1402) | @Override method processKeyBinding (line 1412) | @Override method changeSelection (line 1429) | @Override method getPreferredSize (line 1495) | @Override method getPreferredScrollableViewportSize (line 1513) | @Override method toString (line 1519) | @Override method mouseClicked (line 1524) | @Override method mouseEntered (line 1624) | @Override method mouseExited (line 1628) | @Override method mousePressed (line 1632) | @Override method mouseReleased (line 1693) | @Override method mouseDragged (line 1697) | public void mouseDragged(MouseEvent e) { method mouseMoved (line 1718) | @Override method keyPressed (line 1723) | @Override method keyTyped (line 1745) | @Override method keyReleased (line 1749) | @Override method activePanelChanged (line 1764) | @Override method configurationChanged (line 1785) | @Override class FilenameEditor (line 1830) | private class FilenameEditor extends DefaultCellEditor { method FilenameEditor (line 1844) | FilenameEditor(JTextField textField) { method rename (line 1878) | private void rename() { method cancelCellEditing (line 1925) | @Override method notifyEditing (line 1951) | void notifyEditing(int row, int col) { method getTableCellEditorComponent (line 1977) | @Override class FileTableQuickSearch (line 2000) | private class FileTableQuickSearch extends QuickSearch { method FileTableQuickSearch (line 2005) | private FileTableQuickSearch() { method searchStarted (line 2009) | @Override method searchStopped (line 2016) | @Override method getNumOfItems (line 2027) | @Override method getItemString (line 2032) | @Override method searchStringBecameEmpty (line 2037) | @Override method matchFound (line 2042) | @Override method matchNotFound (line 2073) | @Override method keyPressed (line 2096) | @Override method jumpPrevNext (line 2207) | private void jumpPrevNext(boolean next) { method colorChanged (line 2229) | @Override method fontChanged (line 2235) | @Override method getConfiguration (line 2246) | public FileTableConfiguration getConfiguration() { method getColumnWidth (line 2251) | public int getColumnWidth(Column column) { class FolderChangeThread (line 2269) | private class FolderChangeThread implements Runnable { method FolderChangeThread (line 2275) | private FolderChangeThread(AbstractFile folder, AbstractFile[] child... method run (line 2283) | public void run() { method getIndexToSelect (line 2342) | private int getIndexToSelect() { method updateSelectedFilesStatusBar (line 2359) | void updateSelectedFilesStatusBar() { method getSelectedFileIndex (line 2368) | public int getSelectedFileIndex() { method getFilesCount (line 2378) | public int getFilesCount() { method isQuickSearchMatchesFirst (line 2383) | private static boolean isQuickSearchMatchesFirst() { FILE: src/main/java/com/mucommander/ui/main/table/FileTableHeader.java class FileTableHeader (line 36) | public class FileTableHeader extends JTableHeader implements MouseListen... method FileTableHeader (line 40) | FileTableHeader(FileTable table) { method getReorderingAllowed (line 48) | @Override method mouseClicked (line 54) | public void mouseClicked(MouseEvent e) { method showSortPopupMenu (line 68) | private void showSortPopupMenu(MouseEvent e) { method changeSortOrder (line 97) | private void changeSortOrder(Column col) { method mousePressed (line 106) | public void mousePressed(MouseEvent e) { method mouseReleased (line 109) | public void mouseReleased(MouseEvent e) { method mouseEntered (line 112) | public void mouseEntered(MouseEvent e) { method mouseExited (line 115) | public void mouseExited(MouseEvent e) { FILE: src/main/java/com/mucommander/ui/main/table/FileTableHeaderRenderer.java class FileTableHeaderRenderer (line 37) | public class FileTableHeaderRenderer extends DefaultTableCellRenderer { method FileTableHeaderRenderer (line 43) | public FileTableHeaderRenderer() { method getTableCellRendererComponent (line 55) | @Override method getSortingIcon (line 89) | private static ImageIcon getSortingIcon(FileTable fileTable) { FILE: src/main/java/com/mucommander/ui/main/table/FileTableWrapperForDisplay.java class FileTableWrapperForDisplay (line 47) | public class FileTableWrapperForDisplay extends JScrollPane implements F... method FileTableWrapperForDisplay (line 64) | FileTableWrapperForDisplay(final FileTable fileTable, final FolderPane... method setVisible (line 149) | @Override method requestFocusInWindow (line 156) | @Override method dimBackground (line 164) | void dimBackground() { method undimBackground (line 173) | void undimBackground() { method focusGained (line 189) | @Override method focusLost (line 197) | @Override method setBorderColor (line 204) | private void setBorderColor(Color color) { method colorChanged (line 213) | @Override method fontChanged (line 254) | public void fontChanged(FontChangedEvent event) { FILE: src/main/java/com/mucommander/ui/main/table/SortInfo.java class SortInfo (line 34) | public class SortInfo implements Cloneable { method SortInfo (line 50) | SortInfo() { method getCriterion (line 59) | public Column getCriterion() { method setCriterion (line 68) | public void setCriterion(Column criterion) { method getAscendingOrder (line 77) | public boolean getAscendingOrder() { method setAscendingOrder (line 86) | public void setAscendingOrder(boolean ascending) { method setFoldersFirst (line 95) | public void setFoldersFirst(boolean showFoldersFirst) { method setFoldersAlwaysAlphabetical (line 104) | public void setFoldersAlwaysAlphabetical(boolean foldersAlwaysAlphabet... method getFoldersFirst (line 114) | public boolean getFoldersFirst() { method getFoldersAlwaysAlphabetical (line 123) | public boolean getFoldersAlwaysAlphabetical() { method setQuickSearchMatchesFirst (line 132) | void setQuickSearchMatchesFirst(boolean quickSearchMatchesFirst) { method getQuickSearchMatchesFirst (line 142) | public boolean getQuickSearchMatchesFirst() { method clone (line 148) | @Override FILE: src/main/java/com/mucommander/ui/main/table/TransparentCellLabel.java class TransparentCellLabel (line 26) | public class TransparentCellLabel extends CellLabel { method TransparentCellLabel (line 28) | public TransparentCellLabel() { method paint (line 32) | @Override FILE: src/main/java/com/mucommander/ui/main/table/views/BaseCellRenderer.java class BaseCellRenderer (line 35) | public abstract class BaseCellRenderer implements TableCellRenderer, The... method BaseCellRenderer (line 46) | protected BaseCellRenderer(FileTable table) { method getFileColorIndex (line 51) | protected static int getFileColorIndex(int fileIndex, AbstractFile fil... method getCellFont (line 88) | public static Font getCellFont() { method setCellLabelsFont (line 97) | protected void setCellLabelsFont(Font newFont) { method colorChanged (line 113) | @Override method fontChanged (line 121) | @Override method debug (line 128) | protected void debug(String s) { method getLogger (line 133) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/ui/main/table/views/BaseFileTableModel.java class BaseFileTableModel (line 43) | public abstract class BaseFileTableModel extends AbstractTableModel { method getFileSizeFormat (line 123) | private static boolean getFileSizeFormat() { method fillCellCache (line 129) | public abstract void fillCellCache(FileTable fileTable); method getFileRow (line 130) | public abstract int getFileRow(int index); method initCellValuesCache (line 135) | protected abstract void initCellValuesCache(); method getFileIndexAt (line 143) | public abstract int getFileIndexAt(int row, int col); method BaseFileTableModel (line 146) | protected BaseFileTableModel() { method setupFromModel (line 154) | public synchronized void setupFromModel(BaseFileTableModel model) { method setSizeFormat (line 175) | public static void setSizeFormat(boolean compactSize) { method getSizeFormat (line 189) | public static int getSizeFormat() { method prefetchCachedFileAttributes (line 200) | private static void prefetchCachedFileAttributes(AbstractFile cachedFi... method getFileAt (line 222) | public synchronized AbstractFile getFileAt(int fileIndex) { method getFileCount (line 245) | public synchronized int getFileCount() { method getFileCountWithoutParent (line 254) | public synchronized int getFileCountWithoutParent() { method getFiles (line 265) | public synchronized AbstractFile[] getFiles() { method getCachedFiles (line 283) | private synchronized AbstractFile[] getCachedFiles() { method sortRows (line 294) | public synchronized void sortRows() { method createFileComparator (line 305) | private FileComparator createFileComparator(SortInfo sortInfo) { method sort (line 315) | protected void sort(int lo0, int hi0) { method compare (line 371) | private int compare(int index1, int index2) { method getCurrentFolder (line 385) | public synchronized AbstractFile getCurrentFolder() { method setSortInfo (line 395) | public void setSortInfo(SortInfo sortInfo) { method setQuickSearch (line 399) | public void setQuickSearch(QuickSearch quickSearch) { method setCurrentFolder (line 411) | public synchronized void setCurrentFolder(AbstractFile folder, Abstrac... method getCurrentFolderDateSnapshot (line 462) | public synchronized long getCurrentFolderDateSnapshot() { method hasParentFolder (line 471) | public synchronized boolean hasParentFolder() { method getParentFolder (line 480) | public synchronized AbstractFile getParentFolder() { method getFirstMarkableIndex (line 490) | public int getFirstMarkableIndex() { method setRangeMarked (line 502) | public void setRangeMarked(int start, int end, boolean marked) { method setFileMarked (line 521) | public synchronized void setFileMarked(AbstractFile file, boolean mark... method setFilesMarked (line 536) | public synchronized void setFilesMarked(FileFilter filter, boolean mar... method getMarkedFiles (line 556) | public synchronized FileSet getMarkedFiles() { method getCachedFileAt (line 590) | public synchronized AbstractFile getCachedFileAt(int row, int col) { method getCachedFileAt (line 609) | public synchronized AbstractFile getCachedFileAt(int index) { method getFileAt (line 639) | public synchronized AbstractFile getFileAt(int row, int col) { method getFileIndex (line 657) | public synchronized int getFileIndex(AbstractFile file) { method isFileMarked (line 695) | public synchronized boolean isFileMarked(int row, int col) { method isFileMarked (line 712) | public synchronized boolean isFileMarked(int index) { method setNameColumnEditable (line 732) | public void setNameColumnEditable(boolean editable) { method setFileMarked (line 743) | public synchronized void setFileMarked(int index, boolean marked) { method getNbMarkedFiles (line 795) | public int getNbMarkedFiles() { method getTotalMarkedSize (line 808) | public long getTotalMarkedSize() { method startDirectorySizeCalculation (line 818) | public void startDirectorySizeCalculation(FileTable table, AbstractFil... method processNextQueuedFile (line 845) | private void processNextQueuedFile(FileTable table) { method addProcessedDirectory (line 869) | public void addProcessedDirectory(AbstractFile path, FileTable table, ... method stopSizeCalculation (line 885) | private void stopSizeCalculation() { method calcMarkedDirectoriesSize (line 905) | private long calcMarkedDirectoriesSize() { method getFileNameAt (line 924) | public String getFileNameAt(int index) { method getFilesCount (line 928) | public synchronized int getFilesCount() { method getCurrentCalculatedSizeDirectory (line 937) | public AbstractFile getCurrentCalculatedSizeDirectory() { FILE: src/main/java/com/mucommander/ui/main/table/views/TableViewMode.java type TableViewMode (line 29) | public enum TableViewMode { method createCellRenderer (line 32) | @Override method createCellRenderer (line 38) | @Override method createCellRenderer (line 44) | @Override method TableViewMode (line 53) | TableViewMode(int columns) { method getColumnsCount (line 57) | public int getColumnsCount() { method createCellRenderer (line 61) | public abstract BaseCellRenderer createCellRenderer(FileTable table); FILE: src/main/java/com/mucommander/ui/main/table/views/compact/CompactFileTableCellRenderer.java class CompactFileTableCellRenderer (line 41) | public class CompactFileTableCellRenderer extends BaseCellRenderer { method CompactFileTableCellRenderer (line 45) | public CompactFileTableCellRenderer(FileTable table) { method getTableCellRendererComponent (line 55) | @Override FILE: src/main/java/com/mucommander/ui/main/table/views/compact/CompactFileTableColumnModel.java class CompactFileTableColumnModel (line 39) | public class CompactFileTableColumnModel implements TableColumnModel, Pr... method CompactFileTableColumnModel (line 55) | public CompactFileTableColumnModel(int columns, FileTableConfiguration... method addColumn (line 77) | @Override method removeColumn (line 82) | @Override method moveColumn (line 87) | @Override method setColumnMargin (line 95) | @Override method getColumnCount (line 100) | @Override method getColumns (line 109) | @Override method getColumnIndex (line 114) | @Override method getColumn (line 119) | @Override method getColumnMargin (line 128) | @Override method getColumnIndexAtX (line 138) | @Override method getTotalColumnWidth (line 150) | @Override method computeWidthCache (line 161) | private void computeWidthCache() { method setColumnSelectionAllowed (line 172) | @Override method getColumnSelectionAllowed (line 177) | @Override method getSelectedColumns (line 186) | @Override method getSelectedColumnCount (line 195) | @Override method setSelectionModel (line 203) | @Override method getSelectionModel (line 215) | @Override method addColumnModelListener (line 220) | @Override method removeColumnModelListener (line 225) | @Override method propertyChange (line 230) | @Override class ColumnEnumeration (line 241) | private class ColumnEnumeration implements Enumeration { method ColumnEnumeration (line 248) | ColumnEnumeration() { method hasMoreElements (line 256) | public boolean hasMoreElements() { method nextElement (line 265) | public TableColumn nextElement() { FILE: src/main/java/com/mucommander/ui/main/table/views/compact/CompactFileTableModel.java class CompactFileTableModel (line 29) | public class CompactFileTableModel extends BaseFileTableModel { method CompactFileTableModel (line 42) | public CompactFileTableModel(int columns, int visibleRows) { method setupFromModel (line 50) | @Override method calcRowCount (line 56) | private int calcRowCount() { method setCurrentFolder (line 72) | public synchronized void setCurrentFolder(AbstractFile folder, Abstrac... method fillCellCache (line 77) | @Override method initCellValuesCache (line 104) | @Override method getRowCount (line 110) | @Override method getColumnCount (line 115) | @Override method getValueAt (line 120) | @Override method isCellEditable (line 150) | @Override method fillOneCellCache (line 157) | private String fillOneCellCache(int fileIndex) { method getFileAt (line 162) | public AbstractFile getFileAt(int row, int column) { method getFileIndexAt (line 167) | public int getFileIndexAt(int row, int column) { method getFileRow (line 174) | @Override method getFileNameAt (line 180) | public String getFileNameAt(int row, int column) { method getVisibleRows (line 186) | public int getVisibleRows() { method setVisibleRows (line 190) | public void setVisibleRows(int visibleRows) { method getOffset (line 196) | public int getOffset() { method setOffset (line 200) | public void setOffset(int offset) { FILE: src/main/java/com/mucommander/ui/main/table/views/full/FileTableCellRenderer.java class FileTableCellRenderer (line 59) | public class FileTableCellRenderer extends BaseCellRenderer { method FileTableCellRenderer (line 64) | public FileTableCellRenderer(FileTable table) { method getTableCellRendererComponent (line 96) | public Component getTableCellRendererComponent(JTable table, Object va... FILE: src/main/java/com/mucommander/ui/main/table/views/full/FileTableColumnModel.java class FileTableColumnModel (line 39) | public class FileTableColumnModel implements TableColumnModel, PropertyC... method FileTableColumnModel (line 67) | public FileTableColumnModel(FileTableConfiguration conf) { method getConfiguration (line 114) | public synchronized FileTableConfiguration getConfiguration() { method isColumnEnabled (line 135) | public synchronized boolean isColumnEnabled(Column column) { method setColumnEnabled (line 144) | public synchronized void setColumnEnabled(Column column, boolean enabl... method setColumnVisible (line 154) | public synchronized void setColumnVisible(Column column, boolean visib... method isColumnVisible (line 179) | public boolean isColumnVisible(Column column) { method addColumn (line 187) | public void addColumn(TableColumn column) { method removeColumn (line 195) | public void removeColumn(TableColumn column) { method getInternalIndex (line 203) | private int getInternalIndex(int index) { method buildColumnIndexCache (line 224) | private synchronized void buildColumnIndexCache() { method getColumn (line 243) | public synchronized TableColumn getColumn(int index) { method getColumnFromId (line 247) | public synchronized TableColumn getColumnFromId(int id) { method getColumnPosition (line 251) | public synchronized int getColumnPosition(int id) { method getColumnCount (line 264) | public synchronized int getColumnCount() {return countCache;} method moveColumn (line 271) | public synchronized void moveColumn(int from, int to) { method getColumnIndex (line 298) | public int getColumnIndex(Object identifier) { method getColumnIndexAtX (line 311) | @Override method getTotalColumnWidth (line 327) | public int getTotalColumnWidth() { method computeWidthCache (line 337) | private void computeWidthCache() { method propertyChange (line 348) | public void propertyChange(PropertyChangeEvent event) { method wereColumnSizesSet (line 358) | public boolean wereColumnSizesSet() { method getColumnMargin (line 371) | @Override method setColumnMargin (line 379) | @Override method addColumnModelListener (line 390) | public void addColumnModelListener(TableColumnModelListener listener) { method removeColumnModelListener (line 398) | public void removeColumnModelListener(TableColumnModelListener listene... method triggerColumnAdded (line 406) | private void triggerColumnAdded(TableColumnModelEvent event) { method triggerColumnMarginChanged (line 416) | private void triggerColumnMarginChanged(ChangeEvent event) { method triggerColumnMoved (line 426) | private void triggerColumnMoved(TableColumnModelEvent event) { method triggerColumnRemoved (line 436) | private void triggerColumnRemoved(TableColumnModelEvent event) { method getColumnSelectionAllowed (line 452) | public boolean getColumnSelectionAllowed() { method getSelectedColumnCount (line 460) | @Override method getSelectedColumns (line 469) | @Override method setColumnSelectionAllowed (line 477) | public void setColumnSelectionAllowed(boolean flag) {} method getSelectionModel (line 487) | public ListSelectionModel getSelectionModel() {return SELECTION_MODEL;} method setSelectionModel (line 492) | public void setSelectionModel(ListSelectionModel model) {} method getColumns (line 502) | public Enumeration getColumns() { method getAllColumns (line 506) | public Iterator getAllColumns() { class ColumnEnumeration (line 518) | private class ColumnEnumeration implements Enumeration { method ColumnEnumeration (line 527) | ColumnEnumeration() { method findNextElement (line 535) | private void findNextElement() { method hasMoreElements (line 549) | public boolean hasMoreElements() { method nextElement (line 558) | public TableColumn nextElement() { class ColumnSorter (line 586) | private static class ColumnSorter implements Comparator { method ColumnSorter (line 593) | ColumnSorter(FileTableConfiguration conf) { method compare (line 600) | public int compare(TableColumn tc1, TableColumn tc2) { FILE: src/main/java/com/mucommander/ui/main/table/views/full/FileTableConfiguration.java class FileTableConfiguration (line 27) | public class FileTableConfiguration { method FileTableConfiguration (line 40) | public FileTableConfiguration() { method isEnabled (line 53) | public boolean isEnabled(Column column) { method setEnabled (line 65) | public void setEnabled(Column column, boolean flag) { method getWidth (line 76) | public int getWidth(Column column) { method setWidth (line 89) | public void setWidth(Column column, int value) { method getPosition (line 104) | public int getPosition(Column column) { method setPosition (line 113) | public void setPosition(Column column, int position) { FILE: src/main/java/com/mucommander/ui/main/table/views/full/FileTableModel.java class FileTableModel (line 35) | public class FileTableModel extends BaseFileTableModel { method FileTableModel (line 46) | public FileTableModel() { method setupFromModel (line 52) | @Override method initCellValuesCache (line 62) | @Override method fillCellCache (line 71) | @Override method calcColumnVisibilityMask (line 107) | private static int calcColumnVisibilityMask(FileTable fileTable) { method fillOneCellCache (line 120) | private Object[] fillOneCellCache(int cellIndex, int fileIndex) { method isColumnVisible (line 142) | private boolean isColumnVisible(Column column) { method getSizeValue (line 146) | @NotNull method getColumnCount (line 174) | @Override method getColumnName (line 179) | @Override method getRowCount (line 187) | @Override method getValueAt (line 193) | @Override method isCellEditable (line 240) | @Override method getFileNameAt (line 247) | public String getFileNameAt(int index) { method getFileIndexAt (line 252) | public int getFileIndexAt(int row, int column) { method getFileRow (line 256) | @Override FILE: src/main/java/com/mucommander/ui/main/tabs/ClonedFileTableTabFactory.java class ClonedFileTableTabFactory (line 31) | public class ClonedFileTableTabFactory implements TabFactory implem... method FileTableTabbedPane (line 56) | FileTableTabbedPane(MainFrame mainFrame, FolderPanel folderPanel, JCom... method requestFocusInWindow (line 89) | @Override method removeTabAt (line 94) | @Override method setTabHeader (line 103) | private void setTabHeader(int index, FileTableTabHeader component) { method add (line 107) | @Override method add (line 112) | @Override method setSelectedIndex (line 118) | @Override method update (line 127) | @Override method focusGained (line 145) | public void focusGained(FocusEvent e) { method focusLost (line 149) | public void focusLost(FocusEvent e) { } FILE: src/main/java/com/mucommander/ui/main/tabs/FileTableTabs.java class FileTableTabs (line 35) | public class FileTableTabs extends HideableTabbedPane impl... method FileTableTabs (line 46) | public FileTableTabs(MainFrame mainFrame, FolderPanel folderPanel, Con... method selectTab (line 63) | @Override method show (line 70) | @Override method getCurrentTab (line 82) | public FileTableTab getCurrentTab() { method updateTabLocation (line 87) | private void updateTabLocation(final FileURL location) { method updateTabLocking (line 91) | private void updateTabLocking(final boolean lock) { method updateTabTitle (line 95) | private void updateTabTitle(final String title) { method showSingleTabHeader (line 99) | @Override method removeTab (line 114) | @Override method add (line 123) | public void add(AbstractFile file) { method add (line 127) | public void add(FileTableTab tab) { method add (line 131) | public void add(FileURL fileURL) { method closeCurrentTab (line 135) | public FileTableTab closeCurrentTab() { method closeDuplicateTabs (line 139) | public void closeDuplicateTabs() { method closeOtherTabs (line 143) | public void closeOtherTabs() { method duplicate (line 147) | public void duplicate() { method lock (line 151) | public void lock() { method unlock (line 155) | public void unlock() { method setTitle (line 159) | public void setTitle(String title) { method close (line 167) | public void close(FileTableTabHeader fileTableTabHeader) { method locationChanged (line 172) | @Override method locationCancelled (line 180) | @Override method locationFailed (line 188) | @Override method locationChanging (line 196) | @Override FILE: src/main/java/com/mucommander/ui/main/tabs/FileTableTabsWithHeadersViewerFactory.java class FileTableTabsWithHeadersViewerFactory (line 33) | public class FileTableTabsWithHeadersViewerFactory implements TabsViewer... method FileTableTabsWithHeadersViewerFactory (line 37) | public FileTableTabsWithHeadersViewerFactory(MainFrame mainFrame, Fold... method create (line 42) | @Override FILE: src/main/java/com/mucommander/ui/main/tabs/FileTableTabsWithoutHeadersViewerFactory.java class FileTableTabsWithoutHeadersViewerFactory (line 32) | public class FileTableTabsWithoutHeadersViewerFactory implements TabsVie... method FileTableTabsWithoutHeadersViewerFactory (line 36) | FileTableTabsWithoutHeadersViewerFactory(FolderPanel folderPanel) { method create (line 44) | public TabsViewer create(TabsCollection ta... FILE: src/main/java/com/mucommander/ui/main/tabs/NotClosableFileTableTabHeaderFactory.java class NotClosableFileTableTabHeaderFactory (line 27) | public class NotClosableFileTableTabHeaderFactory extends FileTableTabHe... method NotClosableFileTableTabHeaderFactory (line 29) | NotClosableFileTableTabHeaderFactory(FolderPanel folderPanel) { method create (line 33) | @Override FILE: src/main/java/com/mucommander/ui/main/tabs/PrintableFileTableTabFactory.java class PrintableFileTableTabFactory (line 30) | public class PrintableFileTableTabFactory implements TabFactory queue, long blockThreshold) { method run (line 57) | @Override method isBlocked (line 87) | public boolean isBlocked() { FILE: src/main/java/com/mucommander/ui/main/tree/TreeIOThreadManager.java class TreeIOThreadManager (line 26) | public class TreeIOThreadManager extends AbstractIOThreadManager { method TreeIOThreadManager (line 30) | private TreeIOThreadManager() { method getInstance (line 34) | public static TreeIOThreadManager getInstance() { FILE: src/main/java/com/mucommander/ui/menu/JScrollMenu.java class JScrollMenu (line 17) | public class JScrollMenu extends JMenu { method JScrollMenu (line 27) | public JScrollMenu() { method JScrollMenu (line 36) | public JScrollMenu(String s) { method JScrollMenu (line 45) | public JScrollMenu(Action a) { method ensurePopupMenuCreated (line 53) | protected void ensurePopupMenuCreated() { method updateUI (line 64) | @Override method isPopupMenuVisible (line 72) | @Override method setMenuLocation (line 78) | @Override method add (line 86) | @Override method add (line 92) | @Override method add (line 99) | @Override method addSeparator (line 106) | @Override method insert (line 112) | @Override method insert (line 118) | @Override method insert (line 125) | @Override method insertSeparator (line 135) | @Override method remove (line 141) | @Override method remove (line 148) | @Override method remove (line 161) | @Override method removeAll (line 168) | @Override method getMenuComponentCount (line 177) | @Override method getMenuComponent (line 182) | @Override method getMenuComponents (line 187) | @Override method getPopupMenu (line 192) | @Override method getSubElements (line 198) | @Override method applyComponentOrientation (line 203) | @Override method setComponentOrientation (line 216) | @Override FILE: src/main/java/com/mucommander/ui/menu/JScrollPopupMenu.java class JScrollPopupMenu (line 13) | public class JScrollPopupMenu extends JPopupMenu { method JScrollPopupMenu (line 17) | public JScrollPopupMenu() { method JScrollPopupMenu (line 21) | public JScrollPopupMenu(String label) { method getScrollBar (line 39) | protected JScrollBar getScrollBar() { method getMaximumVisibleRows (line 53) | public int getMaximumVisibleRows() { method setMaximumVisibleRows (line 57) | public void setMaximumVisibleRows(int maximumVisibleRows) { method paintChildren (line 61) | @Override method addImpl (line 68) | @Override method remove (line 77) | @Override method show (line 89) | @Override class ScrollPopupMenuLayout (line 128) | protected static class ScrollPopupMenuLayout implements LayoutManager { method addLayoutComponent (line 129) | @Override method removeLayoutComponent (line 133) | @Override method preferredLayoutSize (line 137) | @Override method minimumLayoutSize (line 160) | @Override method layoutContainer (line 183) | @Override FILE: src/main/java/com/mucommander/ui/notifier/AbstractNotifier.java class AbstractNotifier (line 47) | public abstract class AbstractNotifier { method isAvailable (line 68) | public static boolean isAvailable() { method getNotifier (line 80) | public static AbstractNotifier getNotifier() { method displayBackgroundNotification (line 109) | public void displayBackgroundNotification(final NotificationType notif... method setEnabled (line 134) | public abstract boolean setEnabled(boolean enabled); method isEnabled (line 141) | public abstract boolean isEnabled(); method displayNotification (line 160) | public abstract boolean displayNotification(NotificationType notificat... method getPrettyName (line 167) | public abstract String getPrettyName(); FILE: src/main/java/com/mucommander/ui/notifier/GrowlNotifier.java class GrowlNotifier (line 45) | public class GrowlNotifier extends AbstractNotifier { method GrowlNotifier (line 72) | public GrowlNotifier() { method tellGrowl (line 83) | private static boolean tellGrowl(String appleScript) { method getPrettyName (line 92) | @Override method setEnabled (line 98) | @Override method isGrowlRunning (line 143) | public static boolean isGrowlRunning() { method isEnabled (line 149) | @Override method displayNotification (line 154) | @Override FILE: src/main/java/com/mucommander/ui/notifier/NotificationType.java type NotificationType (line 26) | public enum NotificationType { FILE: src/main/java/com/mucommander/ui/notifier/SystemTrayNotifier.java class SystemTrayNotifier (line 56) | public class SystemTrayNotifier extends AbstractNotifier implements Acti... method SystemTrayNotifier (line 84) | SystemTrayNotifier() { method addMenuItem (line 91) | private void addMenuItem(Menu menu, String muActionId) { method setEnabled (line 99) | @Override method createIconImage (line 144) | private Image createIconImage(Dimension trayIconSize) { method createPopupMenu (line 157) | @NotNull method isEnabled (line 169) | @Override method displayNotification (line 174) | @Override method getPrettyName (line 187) | @Override method actionPerformed (line 193) | @Override FILE: src/main/java/com/mucommander/ui/progress/ProgressTextField.java class ProgressTextField (line 32) | public class ProgressTextField extends JTextField { method ProgressTextField (line 47) | public ProgressTextField(int initialProgressValue, Color progressColor) { method setProgressValue (line 58) | public void setProgressValue(int value) { method getProgressValue (line 68) | public int getProgressValue() { method setProgressColor (line 76) | public void setProgressColor(Color color) { method paint (line 86) | @Override FILE: src/main/java/com/mucommander/ui/quicklist/QuickList.java class QuickList (line 48) | public abstract class QuickList extends JPopupMenu implements FocusListe... method QuickList (line 56) | QuickList(QuickListContainer container, String header) { method nextFocusableComponent (line 66) | Component nextFocusableComponent() { method prepareForShowing (line 74) | protected abstract boolean prepareForShowing(QuickListContainer contai... method show (line 76) | @Override method add (line 95) | @Override method add (line 101) | @Override method getPreferredSize (line 107) | @Override method i18n (line 121) | static protected String i18n(String key, String ...paramValues) { method focusGained (line 125) | @Override method focusLost (line 128) | @Override method getFocus (line 137) | protected abstract void getFocus(); class PopupsBorder (line 139) | public static class PopupsBorder extends LineBorder { method PopupsBorder (line 140) | public PopupsBorder() { method getBorderInsets (line 144) | @Override method getBorderInsets (line 149) | @Override FILE: src/main/java/com/mucommander/ui/quicklist/QuickListContainer.java type QuickListContainer (line 29) | public interface QuickListContainer { method calcQuickListPosition (line 31) | Point calcQuickListPosition(Dimension dim); method containerComponent (line 33) | Component containerComponent(); method nextFocusableComponent (line 35) | Component nextFocusableComponent(); method getWidth (line 37) | int getWidth(); FILE: src/main/java/com/mucommander/ui/quicklist/QuickListWithDataList.java class QuickListWithDataList (line 37) | public abstract class QuickListWithDataList extends QuickList impleme... method QuickListWithDataList (line 44) | public QuickListWithDataList(QuickListContainer container, String head... method getData (line 80) | protected abstract T[] getData(); method itemSelected (line 87) | public void itemSelected(T item) { method prepareForShowing (line 92) | @Override method getFocus (line 107) | @Override method acceptListItem (line 119) | protected abstract void acceptListItem(T item); method getList (line 121) | protected abstract QuickListDataList getList(); method deleteListItem (line 123) | protected void deleteListItem(int index, T item) { method onDeleteItem (line 139) | protected void onDeleteItem(int index, T item) { method keyTyped (line 142) | @Override method keyPressed (line 146) | @Override method keyReleased (line 164) | @Override method isSupportDeleteItem (line 174) | protected boolean isSupportDeleteItem() { method setSupportDeleteItem (line 178) | protected void setSupportDeleteItem(boolean supportDeleteItem) { FILE: src/main/java/com/mucommander/ui/quicklist/QuickListWithEmptyMsg.java class QuickListWithEmptyMsg (line 34) | class QuickListWithEmptyMsg extends QuickList { method QuickListWithEmptyMsg (line 37) | public QuickListWithEmptyMsg(QuickListContainer container, String head... method prepareForShowing (line 46) | @Override method getFocus (line 52) | @Override method addKeyListenerToList (line 57) | private void addKeyListenerToList() { FILE: src/main/java/com/mucommander/ui/quicklist/QuickListWithIcons.java class QuickListWithIcons (line 46) | public abstract class QuickListWithIcons extends QuickListWithDataLis... method QuickListWithIcons (line 64) | public QuickListWithIcons(QuickListContainer container, String header,... method onShow (line 81) | protected void onShow() { method onHide (line 86) | protected void onHide() {} method waitingIconAddedToList (line 92) | private synchronized void waitingIconAddedToList() { method waitingIconRemovedFromList (line 102) | private synchronized void waitingIconRemovedFromList() { method getList (line 109) | @Override method itemToIcon (line 125) | protected abstract Icon itemToIcon(T item); method getIconOfFile (line 133) | protected Icon getIconOfFile(AbstractFile file) { method getImageIconOfItemImp (line 138) | protected Icon getImageIconOfItemImp(final T item, final Dimension pr... method resizeIcon (line 161) | private Icon resizeIcon(Icon icon, final Dimension preferredSize) { FILE: src/main/java/com/mucommander/ui/quicklist/QuickListWithoutIcons.java class QuickListWithoutIcons (line 30) | public abstract class QuickListWithoutIcons extends QuickListWithData... method QuickListWithoutIcons (line 32) | public QuickListWithoutIcons(QuickListContainer container, String head... method getList (line 36) | @Override FILE: src/main/java/com/mucommander/ui/quicklist/item/QuickListDataList.java class QuickListDataList (line 53) | public class QuickListDataList extends JList { method QuickListDataList (line 63) | public QuickListDataList(Component nextFocusableComponent){ method QuickListDataList (line 75) | public QuickListDataList(T[] data) { method getItemRenderer (line 80) | protected DataListItemRenderer getItemRenderer() { method setListData (line 88) | @Override method getListItem (line 101) | protected T getListItem(int index) { method addMouseListenerToList (line 109) | protected void addMouseListenerToList() { method setForegroundColors (line 124) | public void setForegroundColors(Color foreground, Color selectedForegr... method setBackgroundColors (line 131) | public void setBackgroundColors(Color background, Color selectedBackgr... class DataListItemRenderer (line 138) | protected class DataListItemRenderer extends DefaultListCellRenderer i... method DataListItemRenderer (line 151) | DataListItemRenderer() { } method getListCellRendererComponent (line 153) | @Override method colorChanged (line 187) | @Override method fontChanged (line 200) | public void fontChanged(FontChangedEvent event) { class QuickListQuickSearch (line 205) | public class QuickListQuickSearch extends QuickSearch { method QuickListQuickSearch (line 207) | public QuickListQuickSearch() { method searchStarted (line 211) | @Override method searchStopped (line 215) | @Override method getNumOfItems (line 221) | @Override method getItemString (line 226) | @Override method searchStringBecameEmpty (line 231) | @Override method matchFound (line 236) | @Override method matchNotFound (line 248) | @Override method keyPressed (line 255) | @Override method tryToTransferFocusToTheNextComponent (line 357) | private void tryToTransferFocusToTheNextComponent() { method getNextMatch (line 364) | @Override FILE: src/main/java/com/mucommander/ui/quicklist/item/QuickListDataListWithIcons.java class QuickListDataListWithIcons (line 34) | public abstract class QuickListDataListWithIcons extends QuickListDat... method QuickListDataListWithIcons (line 36) | public QuickListDataListWithIcons(Component nextFocusableComponent) { method QuickListDataListWithIcons (line 40) | public QuickListDataListWithIcons(T[] data) { method getItemRenderer (line 44) | @Override method getImageIconOfItem (line 53) | public abstract Icon getImageIconOfItem(final T item, final Dimension ... class DataListItemWithIconRenderer (line 55) | protected class DataListItemWithIconRenderer extends DataListItemRende... method getListCellRendererComponent (line 57) | @Override FILE: src/main/java/com/mucommander/ui/quicklist/item/QuickListDataModel.java class QuickListDataModel (line 29) | public class QuickListDataModel extends AbstractListModel { method QuickListDataModel (line 33) | public QuickListDataModel(T[] data) { method getSize (line 37) | @Override method getElementAt (line 42) | @Override method remove (line 47) | public void remove(int index) { method remove (line 51) | public void remove(T item) { FILE: src/main/java/com/mucommander/ui/quicklist/item/QuickListEmptyMessageItem.java class QuickListEmptyMessageItem (line 35) | public class QuickListEmptyMessageItem extends QuickListItem { method QuickListEmptyMessageItem (line 40) | public QuickListEmptyMessageItem(String text) { method paintComponent (line 47) | @Override method colorChanged (line 61) | @Override method fontChanged (line 70) | @Override FILE: src/main/java/com/mucommander/ui/quicklist/item/QuickListHeaderItem.java class QuickListHeaderItem (line 34) | public class QuickListHeaderItem extends QuickListItem { method QuickListHeaderItem (line 40) | public QuickListHeaderItem(String text) { method paintComponent (line 48) | @Override method getBackgroundImage (line 65) | private BufferedImage getBackgroundImage(int width, int height, Graphi... method setForegroundColor (line 81) | public void setForegroundColor(Color foreground) { method setBackgroundColors (line 86) | public void setBackgroundColors(Color background, Color secondaryBackg... method colorChanged (line 92) | @Override method fontChanged (line 108) | @Override FILE: src/main/java/com/mucommander/ui/quicklist/item/QuickListItem.java class QuickListItem (line 35) | abstract class QuickListItem extends JMenuItem implements ThemeListener { method QuickListItem (line 42) | public QuickListItem(String text) { method setFont (line 49) | @Override method getPreferredSize (line 60) | @Override method colorChanged (line 66) | abstract public void colorChanged(ColorChangedEvent event); method fontChanged (line 68) | abstract public void fontChanged(FontChangedEvent event); FILE: src/main/java/com/mucommander/ui/quicksearch/QuickSearch.java class QuickSearch (line 41) | public abstract class QuickSearch extends KeyAdapter implements Runnable { method QuickSearch (line 69) | protected QuickSearch(JComponent component) { method start (line 81) | protected synchronized void start() { method stop (line 101) | public synchronized void stop() { method isActive (line 114) | public boolean isActive() { method matches (line 126) | public boolean matches(String string) { method matches (line 130) | public boolean matches(AbstractFile file) { method isValidQuickSearchInput (line 148) | protected boolean isValidQuickSearchInput(KeyEvent e) { method setLastSearchStringChange (line 161) | protected void setLastSearchStringChange(long lastSearchStringChange) { method isSearchStringEmpty (line 165) | protected boolean isSearchStringEmpty() { method removeLastCharacterFromSearchString (line 169) | protected void removeLastCharacterFromSearchString() { method appendCharacterToSearchString (line 182) | protected void appendCharacterToSearchString(char keyChar) { method findMatch (line 197) | protected void findMatch(int startIndex, boolean descending, boolean f... method getBestMatch (line 212) | private int getBestMatch(int startIndex, boolean descending, boolean f... method searchStarted (line 303) | protected abstract void searchStarted(); method searchStopped (line 308) | protected abstract void searchStopped(); method getNumOfItems (line 315) | protected abstract int getNumOfItems(); method getItemString (line 323) | protected abstract String getItemString(int index); method searchStringBecameEmpty (line 330) | protected abstract void searchStringBecameEmpty(String searchString); method matchFound (line 339) | protected abstract void matchFound(int row, String searchString, boole... method matchNotFound (line 346) | protected abstract void matchNotFound(String searchString); method run (line 349) | public void run() { method keyReleased (line 365) | @Override FILE: src/main/java/com/mucommander/ui/table/CenteredTableHeaderRenderer.java class CenteredTableHeaderRenderer (line 30) | public class CenteredTableHeaderRenderer extends JLabel implements Table... method CenteredTableHeaderRenderer (line 32) | public CenteredTableHeaderRenderer() { method getTableCellRendererComponent (line 37) | public Component getTableCellRendererComponent(JTable table, Object va... method validate (line 45) | @Override method revalidate (line 48) | @Override method firePropertyChange (line 51) | @Override method firePropertyChange (line 54) | @Override FILE: src/main/java/com/mucommander/ui/table/EditableHeader.java class EditableHeader (line 30) | public class EditableHeader extends JTableHeader implements CellEditorLi... method EditableHeader (line 40) | public EditableHeader(TableColumnModel columnModel) { method updateUI (line 47) | @Override method recreateTableColumn (line 54) | protected void recreateTableColumn(TableColumnModel columnModel) { method editCellAt (line 71) | public boolean editCellAt(int index, EventObject e) { method getCellEditor (line 98) | public TableCellEditor getCellEditor(int index) { method setCellEditor (line 104) | public void setCellEditor(TableCellEditor newEditor) { method prepareEditor (line 118) | public Component prepareEditor(TableCellEditor editor, int index) { method getCellEditor (line 123) | public TableCellEditor getCellEditor() { return cellEditor; } method getEditorComponent (line 125) | public Component getEditorComponent() { return editorComp; } method setEditingColumn (line 127) | public void setEditingColumn(int aColumn) { editingColumn = aColumn; } method getEditingColumn (line 129) | public int getEditingColumn() { return editingColumn; } method removeEditor (line 131) | public void removeEditor() { method isEditing (line 150) | public boolean isEditing() { return cellEditor != null; } method editingStopped (line 155) | public void editingStopped(ChangeEvent e) { method editingCanceled (line 165) | public void editingCanceled(ChangeEvent e) { FILE: src/main/java/com/mucommander/ui/table/EditableHeaderTableColumn.java class EditableHeaderTableColumn (line 24) | public class EditableHeaderTableColumn extends TableColumn { method EditableHeaderTableColumn (line 30) | public EditableHeaderTableColumn() { method setHeaderEditor (line 34) | public void setHeaderEditor(TableCellEditor headerEditor) { method getHeaderEditor (line 38) | public TableCellEditor getHeaderEditor() { method setHeaderEditable (line 42) | public void setHeaderEditable(boolean isEditable) { method isHeaderEditable (line 46) | public boolean isHeaderEditable() { method copyValues (line 50) | public void copyValues(TableColumn base) { FILE: src/main/java/com/mucommander/ui/table/EditableHeaderUI.java class EditableHeaderUI (line 28) | class EditableHeaderUI extends BasicTableHeaderUI { method createMouseInputListener (line 30) | @Override class MouseInputHandler (line 35) | public class MouseInputHandler extends BasicTableHeaderUI.MouseInputHa... method MouseInputHandler (line 40) | MouseInputHandler(EditableHeader header) { method setDispatchComponent (line 44) | private void setDispatchComponent(MouseEvent e) { method repostEvent (line 52) | private boolean repostEvent(MouseEvent e) { method mousePressed (line 61) | @Override method mouseReleased (line 81) | @Override FILE: src/main/java/com/mucommander/ui/tabs/ActiveTabListener.java type ActiveTabListener (line 27) | public interface ActiveTabListener { method activeTabChanged (line 29) | void activeTabChanged(); FILE: src/main/java/com/mucommander/ui/tabs/HideableTabbedPane.java class HideableTabbedPane (line 52) | public class HideableTabbedPane extends JComponent implem... method HideableTabbedPane (line 73) | public HideableTabbedPane(TabsViewerFactory tabsWithoutHeadersViewe... method addActiveTabListener (line 87) | public synchronized void addActiveTabListener(ActiveTabListener listen... method removeActiveTabChangedListener (line 93) | public synchronized void removeActiveTabChangedListener(ActiveTabListe... method fireActiveTabChanged (line 99) | protected synchronized void fireActiveTabChanged() { method iterator (line 110) | public Iterator iterator() { method selectTab (line 119) | public void selectTab(T tab) { method selectTab (line 135) | public void selectTab(int index) { method getSelectedIndex (line 144) | public int getSelectedIndex() { method getTabsCount (line 153) | public int getTabsCount() { method getTabs (line 157) | protected TabsCollection getTabs() { method addTab (line 168) | protected void addTab(T tab) { method addAndSelectTab (line 177) | protected void addAndSelectTab(T tab) { method updateCurrentTab (line 187) | protected void updateCurrentTab(TabUpdater updater) { method removeTab (line 196) | protected void removeTab(Component header) { method removeTab (line 203) | protected T removeTab() { method removeDuplicateTabs (line 210) | protected void removeDuplicateTabs() { method removeOtherTabs (line 217) | protected void removeOtherTabs() { method nextTab (line 226) | public void nextTab() { method previousTab (line 235) | public void previousTab() { method switchToTabsWithHeaders (line 243) | private void switchToTabsWithHeaders() { method switchToTabWithoutHeader (line 247) | private void switchToTabWithoutHeader() { method setTabsViewer (line 251) | private void setTabsViewer(TabsViewerFactory tabsViewerFactory) { method getTab (line 270) | protected T getTab(int index) { method refreshViewer (line 274) | private boolean refreshViewer() { method showSingleTabHeader (line 294) | protected boolean showSingleTabHeader() { method show (line 298) | protected void show(int tabIndex) { method tabAdded (line 302) | @Override method tabRemoved (line 312) | @Override method tabUpdated (line 323) | @Override method configurationChanged (line 331) | @Override method stateChanged (line 340) | @Override FILE: src/main/java/com/mucommander/ui/tabs/NullableTabsViewer.java class NullableTabsViewer (line 30) | class NullableTabsViewer extends TabsViewer { method NullableTabsViewer (line 32) | public NullableTabsViewer() { method add (line 36) | @Override method add (line 39) | @Override method update (line 42) | @Override method remove (line 45) | @Override method getSelectedTabIndex (line 48) | @Override method setSelectedTabIndex (line 53) | @Override method removeCurrentTab (line 56) | @Override method removeOtherTabs (line 59) | @Override method removeTab (line 62) | @Override method removeDuplicateTabs (line 65) | @Override method removeTab (line 68) | @Override FILE: src/main/java/com/mucommander/ui/tabs/Tab.java type Tab (line 26) | public interface Tab { FILE: src/main/java/com/mucommander/ui/tabs/TabFactory.java type TabFactory (line 29) | public interface TabFactory { method createTab (line 37) | T createTab(K k); FILE: src/main/java/com/mucommander/ui/tabs/TabUpdater.java type TabUpdater (line 26) | public interface TabUpdater { method update (line 28) | void update(T tab); FILE: src/main/java/com/mucommander/ui/tabs/TabWithoutHeaderViewer.java class TabWithoutHeaderViewer (line 30) | public class TabWithoutHeaderViewer extends TabsViewer { method TabWithoutHeaderViewer (line 35) | public TabWithoutHeaderViewer(TabsCollection tabs, JComponent compo... method requestFocus (line 41) | @Override method getSelectedTabIndex (line 46) | @Override method add (line 51) | @Override method update (line 59) | @Override method setSelectedTabIndex (line 62) | @Override method add (line 65) | @Override method removeCurrentTab (line 68) | @Override method removeOtherTabs (line 71) | @Override method removeTab (line 74) | @Override method removeDuplicateTabs (line 77) | @Override method removeTab (line 80) | @Override FILE: src/main/java/com/mucommander/ui/tabs/TabbedPane.java class TabbedPane (line 28) | public abstract class TabbedPane extends JTabbedPane { method add (line 35) | public abstract void add(T tab); method add (line 43) | public abstract void add(T tab, int index); method update (line 52) | public abstract void update(T tab, int index); FILE: src/main/java/com/mucommander/ui/tabs/TabsCollection.java class TabsCollection (line 36) | public class TabsCollection implements java.lang.Iterable... method TabsCollection (line 47) | TabsCollection() { method TabsCollection (line 55) | public TabsCollection(T tab) { method TabsCollection (line 64) | public TabsCollection(List tabs) { method add (line 74) | public void add(T tab) { method add (line 84) | public void add(T tab, int index) { method updateTab (line 95) | void updateTab(int index, TabUpdater updater) { method remove (line 108) | public T remove(int index) { method get (line 123) | public T get(int index) { method count (line 135) | public int count() { method indexOf (line 144) | public int indexOf(T tab) { method addTabsListener (line 153) | synchronized void addTabsListener(TabsEventListener listener) { method removeTabsListener (line 162) | public synchronized void removeTabsListener(TabsEventListener listener) { method fireTabAdded (line 171) | private synchronized void fireTabAdded(int index) { method fireTabRemoved (line 183) | private synchronized void fireTabRemoved(int index) { method fireTabUpdated (line 195) | private synchronized void fireTabUpdated(int index) { method iterator (line 202) | @NotNull FILE: src/main/java/com/mucommander/ui/tabs/TabsEventListener.java type TabsEventListener (line 29) | public interface TabsEventListener { method tabAdded (line 36) | void tabAdded(int index); method tabRemoved (line 43) | void tabRemoved(int index); method tabUpdated (line 50) | void tabUpdated(int index); FILE: src/main/java/com/mucommander/ui/tabs/TabsViewer.java class TabsViewer (line 32) | public abstract class TabsViewer extends JComponent { method TabsViewer (line 37) | TabsViewer(JComponent component, TabsCollection tabs) { method addChangeListener (line 44) | public void addChangeListener(ChangeListener listener) { } method removeChangeListener (line 46) | public void removeChangeListener(ChangeListener listener) { } method add (line 52) | public abstract void add(T tab); method add (line 54) | public abstract void add(T tab, int index); method update (line 56) | public abstract void update(T tab, int index); method getSelectedTabIndex (line 58) | public abstract int getSelectedTabIndex(); method setSelectedTabIndex (line 60) | public abstract void setSelectedTabIndex(int index); method removeCurrentTab (line 62) | public abstract T removeCurrentTab(); method removeDuplicateTabs (line 64) | public abstract void removeDuplicateTabs(); method removeOtherTabs (line 66) | public abstract void removeOtherTabs(); method removeTab (line 68) | public abstract void removeTab(Component header); method removeTab (line 70) | public abstract void removeTab(int index); method nextTab (line 72) | public void nextTab() { method previousTab (line 76) | public void previousTab() { FILE: src/main/java/com/mucommander/ui/tabs/TabsViewerFactory.java type TabsViewerFactory (line 26) | public interface TabsViewerFactory { method create (line 28) | TabsViewer create(TabsCollection tabs); FILE: src/main/java/com/mucommander/ui/tabs/TabsWithHeaderViewer.java class TabsWithHeaderViewer (line 32) | public class TabsWithHeaderViewer extends TabsViewer { method TabsWithHeaderViewer (line 37) | public TabsWithHeaderViewer(TabsCollection tabs, TabbedPane tabb... method getSelectedTabIndex (line 53) | @Override method removeTab (line 58) | @Override method addChangeListener (line 63) | @Override method removeChangeListener (line 68) | @Override method add (line 73) | @Override method add (line 78) | @Override method update (line 83) | @Override method setSelectedTabIndex (line 88) | @Override method requestFocus (line 93) | @Override method removeCurrentTab (line 98) | @Override method removeDuplicateTabs (line 105) | @Override method removeOtherTabs (line 145) | @Override method removeTab (line 158) | @Override FILE: src/main/java/com/mucommander/ui/text/FileLabel.java class FileLabel (line 36) | public class FileLabel extends JLabel { method FileLabel (line 45) | public FileLabel(AbstractFile file, boolean showFullPath) { FILE: src/main/java/com/mucommander/ui/text/FilePathField.java class FilePathField (line 36) | public class FilePathField extends JTextField { method FilePathField (line 40) | public FilePathField() { method FilePathField (line 45) | public FilePathField(String text) { method FilePathField (line 50) | public FilePathField(int columns) { method FilePathField (line 55) | public FilePathField(String text, int columns) { method FilePathField (line 60) | public FilePathField(Document doc, String text, int columns) { method init (line 69) | private void init() { method setDefaultLocation (line 76) | public void setDefaultLocation(AbstractFile dir) { FILE: src/main/java/com/mucommander/ui/text/FilePathFieldKeyListener.java class FilePathFieldKeyListener (line 28) | public class FilePathFieldKeyListener implements KeyListener { method FilePathFieldKeyListener (line 33) | protected FilePathFieldKeyListener(JTextField textField, boolean delet... method keyPressed (line 40) | @Override method keyTyped (line 84) | @Override method keyReleased (line 90) | @Override FILE: src/main/java/com/mucommander/ui/text/FontUtils.java class FontUtils (line 32) | public class FontUtils { method setup (line 33) | public static void setup() { method scaleFont (line 55) | private static void scaleFont(String uiManagerName, int minSize, int s... method scaleFont (line 63) | public static Font scaleFont(Font font, int minSize, int size) { method scaleFont (line 71) | public static void scaleFont(JComponent component, int minSize, int si... method changeStyle (line 83) | public static JComponent changeStyle(JComponent comp, int newStyle) { method changeSize (line 95) | public static JComponent changeSize(JComponent comp, float newSize) { method changeStyleAndSize (line 108) | public static JComponent changeStyleAndSize(JComponent comp, int newSt... method makeBold (line 120) | public static JComponent makeBold(JComponent comp) { method makeItalic (line 132) | public static JComponent makeItalic(JComponent comp) { method makeBoldItalic (line 144) | public static JComponent makeBoldItalic(JComponent comp) { method makePlain (line 156) | public static JComponent makePlain(JComponent comp) { method makeMini (line 166) | public static JComponent makeMini(JComponent comp) { FILE: src/main/java/com/mucommander/ui/text/KeyStrokeUtils.java class KeyStrokeUtils (line 33) | public class KeyStrokeUtils { method getKeyStrokeRepresentation (line 50) | public static String getKeyStrokeRepresentation(KeyStroke ks) { method getKeyStrokeDisplayableRepresentation (line 64) | public static String getKeyStrokeDisplayableRepresentation(KeyStroke k... method getModifiersDisplayableRepresentation (line 93) | public static String getModifiersDisplayableRepresentation(int modifie... method appendModifier (line 123) | private static void appendModifier(StringBuilder sb, String s) { FILE: src/main/java/com/mucommander/ui/text/MultiLineLabel.java class MultiLineLabel (line 34) | public class MultiLineLabel extends JTextArea { method MultiLineLabel (line 41) | public MultiLineLabel(String text) { method MultiLineLabel (line 65) | public MultiLineLabel(String text, boolean autoRepack) { FILE: src/main/java/com/mucommander/ui/text/RecordingKeyStrokeTextField.java class RecordingKeyStrokeTextField (line 34) | public class RecordingKeyStrokeTextField extends JTextField implements F... method RecordingKeyStrokeTextField (line 42) | protected RecordingKeyStrokeTextField(int columns, KeyStroke keyStroke) { method getKeyStroke (line 67) | public KeyStroke getKeyStroke() { return lastKeyStroke; } method focusGained (line 73) | public void focusGained(FocusEvent e) { method focusLost (line 79) | public void focusLost(FocusEvent e) { method keyPressed (line 88) | public void keyPressed(KeyEvent e) { method keyReleased (line 96) | public void keyReleased(KeyEvent e) {} method keyTyped (line 98) | public void keyTyped(KeyEvent e) {} FILE: src/main/java/com/mucommander/ui/text/SizeConstrainedDocument.java class SizeConstrainedDocument (line 29) | public class SizeConstrainedDocument extends javax.swing.text.PlainDocum... method SizeConstrainedDocument (line 40) | public SizeConstrainedDocument(int maxLen) { method insertString (line 45) | @Override FILE: src/main/java/com/mucommander/ui/theme/ColorChangedEvent.java class ColorChangedEvent (line 23) | public class ColorChangedEvent { method ColorChangedEvent (line 28) | ColorChangedEvent(Theme source, int colorId, Color color) { method isDefaultColor (line 34) | public boolean isDefaultColor() { method getSource (line 38) | public Theme getSource() { method getColorId (line 42) | public int getColorId() { method getColor (line 46) | public Color getColor() { FILE: src/main/java/com/mucommander/ui/theme/ComponentMapper.java class ComponentMapper (line 27) | public abstract class ComponentMapper { method getComponent (line 32) | public abstract JComponent getComponent(); FILE: src/main/java/com/mucommander/ui/theme/DefaultColor.java class DefaultColor (line 38) | public abstract class DefaultColor { method DefaultColor (line 46) | DefaultColor() { method notifyChange (line 54) | void notifyChange(Color color) { method link (line 68) | public void link(Integer colorId) { method getColor (line 78) | public abstract Color getColor(ThemeData data); FILE: src/main/java/com/mucommander/ui/theme/DefaultFont.java class DefaultFont (line 36) | public abstract class DefaultFont { method link (line 54) | public void link(Integer fontId) { method notifyChange (line 62) | protected void notifyChange(Font font) { method getFont (line 77) | public abstract Font getFont(ThemeData data); FILE: src/main/java/com/mucommander/ui/theme/EditorTheme.java class EditorTheme (line 31) | public class EditorTheme { method EditorTheme (line 34) | private EditorTheme() { method EditorTheme (line 37) | private EditorTheme(org.fife.ui.rsyntaxtextarea.Theme theme) { method EditorTheme (line 41) | public EditorTheme(RSyntaxTextArea textArea) { method load (line 45) | public static EditorTheme load(InputStream in) throws IOException { method load (line 49) | public static EditorTheme load(InputStream in, Font baseFont) throws I... method apply (line 53) | public void apply(RSyntaxTextArea textArea) { method save (line 57) | public void save(OutputStream out) throws IOException { FILE: src/main/java/com/mucommander/ui/theme/FixedDefaultColor.java class FixedDefaultColor (line 27) | public class FixedDefaultColor extends DefaultColor { method FixedDefaultColor (line 36) | public FixedDefaultColor(Color color) { method getColor (line 41) | @Override FILE: src/main/java/com/mucommander/ui/theme/FixedDefaultFont.java class FixedDefaultFont (line 27) | public class FixedDefaultFont extends DefaultFont { method FixedDefaultFont (line 36) | FixedDefaultFont(Font font) { method getFont (line 41) | @Override FILE: src/main/java/com/mucommander/ui/theme/FontChangedEvent.java class FontChangedEvent (line 23) | public class FontChangedEvent { method FontChangedEvent (line 28) | FontChangedEvent(Theme source, int fontId, Font font) { method isDefaultFont (line 34) | public boolean isDefaultFont() { method getSource (line 38) | public Theme getSource() { method getFontId (line 42) | public int getFontId() { method getFont (line 46) | public Font getFont() { FILE: src/main/java/com/mucommander/ui/theme/LinkedDefaultColor.java class LinkedDefaultColor (line 32) | public class LinkedDefaultColor extends DefaultColor implements ThemeLis... method LinkedDefaultColor (line 40) | LinkedDefaultColor(int colorId) { method getColor (line 45) | @Override method colorChanged (line 51) | public void colorChanged(ColorChangedEvent event) { method fontChanged (line 57) | public void fontChanged(FontChangedEvent event) { FILE: src/main/java/com/mucommander/ui/theme/LinkedDefaultFont.java class LinkedDefaultFont (line 32) | public class LinkedDefaultFont extends DefaultFont implements ThemeListe... method LinkedDefaultFont (line 42) | public LinkedDefaultFont(int id) { method getFont (line 48) | @Override method colorChanged (line 55) | public void colorChanged(ColorChangedEvent event) { method fontChanged (line 58) | public void fontChanged(FontChangedEvent event) { FILE: src/main/java/com/mucommander/ui/theme/SystemDefaultColor.java class SystemDefaultColor (line 48) | public class SystemDefaultColor extends DefaultColor implements Property... method SystemDefaultColor (line 95) | SystemDefaultColor(int type, String property, ComponentMapper mapper) { method getColor (line 109) | private Color getColor(JComponent component) { method getColor (line 131) | private Color getColor() { method getColor (line 140) | @Override method propertyChange (line 160) | public void propertyChange(PropertyChangeEvent evt) { FILE: src/main/java/com/mucommander/ui/theme/SystemDefaultFont.java class SystemDefaultFont (line 46) | public class SystemDefaultFont extends DefaultFont implements PropertyCh... method SystemDefaultFont (line 61) | SystemDefaultFont(String property, ComponentMapper mapper) { method getFont (line 68) | @Override method propertyChange (line 86) | @Override FILE: src/main/java/com/mucommander/ui/theme/Theme.java class Theme (line 29) | public class Theme extends ThemeData { type Type (line 32) | public enum Type { method Theme (line 66) | Theme(ThemeListener listener) { method Theme (line 71) | Theme(ThemeListener listener, Type type, String name) { method Theme (line 76) | Theme(ThemeListener listener, ThemeData template) { method Theme (line 81) | Theme(ThemeListener listener, ThemeData template, Type type, String na... method init (line 86) | private void init(ThemeListener listener, Type type, String name) { method hashCode (line 105) | @Override method equals (line 114) | @Override method canModify (line 145) | public boolean canModify() { method getType (line 153) | public Type getType() {return type;} method getName (line 159) | public String getName() { method setFont (line 185) | @Override method setColor (line 214) | @Override method setType (line 237) | void setType(Type type) { method setName (line 250) | void setName(String name) { method checkType (line 256) | static void checkType(Type type) { method toString (line 266) | public String toString() { method addThemeListener (line 270) | private static void addThemeListener(ThemeListener listener) { method removeThemeListener (line 274) | private static void removeThemeListener(ThemeListener listener) { method triggerFontEvent (line 278) | private static void triggerFontEvent(FontChangedEvent event) { method triggerColorEvent (line 284) | private static void triggerColorEvent(ColorChangedEvent event) { class DefaultValuesListener (line 290) | private class DefaultValuesListener implements ThemeListener { method DefaultValuesListener (line 293) | DefaultValuesListener() {} method setTheme (line 295) | public void setTheme(Theme theme) {this.theme = theme;} method colorChanged (line 297) | public void colorChanged(ColorChangedEvent event) { method fontChanged (line 304) | public void fontChanged(FontChangedEvent event) { FILE: src/main/java/com/mucommander/ui/theme/ThemeCache.java class ThemeCache (line 32) | public class ThemeCache implements ThemeListener { method ThemeCache (line 142) | private ThemeCache() { method addThemeListener (line 145) | public static void addThemeListener(ThemeListener listener) { method removeThemeListener (line 149) | public static void removeThemeListener(ThemeListener listener) { method fireColorChanged (line 153) | private static void fireColorChanged(ColorChangedEvent event) { method fireFontChanged (line 159) | private static void fireFontChanged(FontChangedEvent event) { method colorChanged (line 169) | @Override method fontChanged (line 376) | public void fontChanged(FontChangedEvent event) { FILE: src/main/java/com/mucommander/ui/theme/ThemeData.java class ThemeData (line 64) | public class ThemeData implements ThemeId { method registerDefaultColor (line 128) | private static void registerDefaultColor(String name, DefaultColor col... method registerDefaultFont (line 132) | private static void registerDefaultFont(String name, DefaultFont font) { method registerColor (line 136) | private static void registerColor(int id, String defaultColor) { method registerFont (line 144) | private static void registerFont(int id, String defaultFont) { method registerColor (line 153) | private static void registerColor(int id, Color color) { method registerFont (line 157) | private static void registerFont(int id, Font font) { method registerColor (line 161) | private static void registerColor(int id, int defaultId) { method registerFont (line 165) | public static void registerFont(int id, int defaultId) { method registerColor (line 169) | private static void registerColor(int id, DefaultColor color) { method registerFont (line 175) | private static void registerFont(int id, DefaultFont font) { method getComponent (line 187) | @Override method getFont (line 194) | @Override method getFont (line 209) | @Override method getComponent (line 223) | @Override method getColor (line 235) | @Override method getComponent (line 244) | @Override method getColor (line 256) | @Override method getColor (line 262) | @Override method getComponent (line 270) | @Override method getComponent (line 281) | @Override method ThemeData (line 427) | public ThemeData() { method ThemeData (line 448) | ThemeData(ThemeData from) { method cloneData (line 469) | private ThemeData cloneData(boolean freezeDefaults) { method cloneData (line 492) | public ThemeData cloneData() {return cloneData(false);} method importData (line 511) | public void importData(ThemeData data) { method setColor (line 541) | public synchronized boolean setColor(int id, Color color) { method setColorFast (line 558) | void setColorFast(int id, Color color) { method setFont (line 580) | public synchronized boolean setFont(int id, Font font) { method setFontFast (line 586) | void setFontFast(int id, Font font) { method getColor (line 603) | public synchronized Color getColor(int id) { method getFont (line 618) | public synchronized Font getFont(int id) { method isColorSet (line 630) | boolean isColorSet(int id) { method isFontSet (line 640) | boolean isFontSet(int id) { method getDefaultColor (line 656) | private static Color getDefaultColor(int id, ThemeData data) { method getDefaultFont (line 673) | private static Font getDefaultFont(int id, ThemeData data) { method isIdentical (line 696) | private boolean isIdentical(ThemeData data, boolean ignoreDefaults) { method isIdentical (line 720) | public boolean isIdentical(ThemeData data) {return isIdentical(data, f... method isFontDifferent (line 734) | boolean isFontDifferent(int id, Font font) {return isFontDifferent(id,... method isFontDifferent (line 750) | private synchronized boolean isFontDifferent(int id, Font font, boolea... method isColorDifferent (line 781) | public boolean isColorDifferent(int id, Color color) {return isColorDi... method isColorDifferent (line 797) | private synchronized boolean isColorDifferent(int id, Color color, boo... method addDefaultValuesListener (line 836) | static void addDefaultValuesListener(ThemeListener listener) { method removeDefaultValuesListener (line 850) | private static void removeDefaultValuesListener(ThemeListener listener) { method triggerFontEvent (line 859) | static void triggerFontEvent(int id, Font font) { method triggerColorEvent (line 874) | static void triggerColorEvent(int id, Color color) { method checkColorIdentifier (line 892) | private static void checkColorIdentifier(int id) { method checkFontIdentifier (line 903) | private static void checkFontIdentifier(int id) { method createDefaultTerminalFont (line 909) | private static Font createDefaultTerminalFont() { method createDefaultHexViewerFont (line 927) | private static Font createDefaultHexViewerFont() { FILE: src/main/java/com/mucommander/ui/theme/ThemeId.java type ThemeId (line 24) | public interface ThemeId { FILE: src/main/java/com/mucommander/ui/theme/ThemeListener.java type ThemeListener (line 25) | public interface ThemeListener { method colorChanged (line 29) | void colorChanged(ColorChangedEvent event); method fontChanged (line 34) | void fontChanged(FontChangedEvent event); FILE: src/main/java/com/mucommander/ui/theme/ThemeManager.java class ThemeManager (line 50) | @Slf4j method ThemeManager (line 82) | private ThemeManager() {} method loadCurrentTheme (line 95) | public static void loadCurrentTheme() { method predefinedThemeNames (line 155) | private static Iterator predefinedThemeNames() { method predefinedSyntaxThemeNames (line 169) | public static List predefinedSyntaxThemeNames() { method customThemeNames (line 184) | private static Iterator customThemeNames() throws IOException { method getThemeNames (line 188) | private static List getThemeNames(AbstractFile themeFolder) { method getAvailableThemes (line 200) | private static List getAvailableThemes() { method getAvailableThemeNames (line 244) | private static List getAvailableThemeNames() { method availableThemeNames (line 271) | public static Iterator availableThemeNames() { method availableThemes (line 275) | public static synchronized Iterator availableThemes() { method getUserThemeFile (line 297) | private static AbstractFile getUserThemeFile() throws IOException { method setUserThemeFile (line 313) | private static void setUserThemeFile(File file) throws FileNotFoundExc... method setUserThemeFile (line 326) | private static void setUserThemeFile(AbstractFile file) throws FileNot... method setUserThemeFile (line 342) | private static void setUserThemeFile(String path) throws FileNotFoundE... method getCustomThemesFolder (line 360) | public static AbstractFile getCustomThemesFolder() throws IOException { method deleteCustomTheme (line 373) | public static void deleteCustomTheme(String name) throws IOException { method renameCustomTheme (line 386) | public static void renameCustomTheme(Theme theme, String name) throws ... method getCustomThemeOutputStream (line 415) | private static BackupOutputStream getCustomThemeOutputStream(String na... method getUserThemeOutputStream (line 424) | private static BackupOutputStream getUserThemeOutputStream() throws IO... method getFile (line 445) | public static AbstractFile getFile(Theme.Type type, String name) throw... method getOutputStream (line 480) | private static BackupOutputStream getOutputStream(Theme.Type type, Str... method writeThemeData (line 509) | private static void writeThemeData(ThemeData data, OutputStream out) t... method writeThemeData (line 524) | private static void writeThemeData(ThemeData data, File file) throws I... method writeTheme (line 538) | public static void writeTheme(Theme theme) throws IOException {writeTh... method writeTheme (line 555) | public static void writeTheme(ThemeData data, Theme.Type type, String ... method exportTheme (line 579) | private static void exportTheme(Theme.Type type, String name, OutputSt... method exportTheme (line 602) | private static void exportTheme(Theme.Type type, String name, File fil... method exportTheme (line 618) | public static void exportTheme(Theme theme, OutputStream out) throws I... method exportTheme (line 630) | public static void exportTheme(Theme theme, File file) throws IOExcept... method getAvailableCustomThemeName (line 632) | private static String getAvailableCustomThemeName(File file) { method isNameAvailable (line 643) | private static boolean isNameAvailable(String name, Iterator n... method getAvailableCustomThemeName (line 650) | private static String getAvailableCustomThemeName(String name) { method duplicateTheme (line 672) | public static Theme duplicateTheme(Theme theme) throws IOException { method importTheme (line 676) | public static Theme importTheme(ThemeData data, String name) throws IO... method importTheme (line 681) | public static Theme importTheme(File file) throws Exception { method getUserThemeInputStream (line 724) | private static InputStream getUserThemeInputStream() throws IOException { method getPredefinedThemeInputStream (line 733) | private static InputStream getPredefinedThemeInputStream(String name) { method getPredefinedEditorThemeInputStream (line 742) | private static InputStream getPredefinedEditorThemeInputStream(String ... method getCustomThemeInputStream (line 752) | private static InputStream getCustomThemeInputStream(String name) thro... method getInputStream (line 768) | private static InputStream getInputStream(Theme.Type type, String name... method readTheme (line 790) | private static Theme readTheme(Theme.Type type, String name) throws Ex... method readEditorTheme (line 809) | public static EditorTheme readEditorTheme(String name) throws IOExcept... method readThemeData (line 820) | private static ThemeData readThemeData(InputStream in) throws Exception { method readThemeData (line 835) | private static ThemeData readThemeData(File file) throws Exception { method setConfigurationTheme (line 845) | private static void setConfigurationTheme(Theme.Type type, String name) { method setConfigurationTheme (line 873) | private static void setConfigurationTheme(Theme theme) {setConfigurati... method saveCurrentTheme (line 879) | private static void saveCurrentTheme() throws IOException { method setCurrentTheme (line 901) | public synchronized static void setCurrentTheme(Theme theme) { method setCurrentSyntaxTheme (line 926) | public synchronized static void setCurrentSyntaxTheme(String name) { method getCurrentFont (line 931) | public synchronized static Font getCurrentFont(int id) {return current... method getCurrentColor (line 933) | public synchronized static Color getCurrentColor(int id) {return curre... method overwriteUserTheme (line 935) | public synchronized static Theme overwriteUserTheme(ThemeData themeDat... method willOverwriteUserTheme (line 954) | private synchronized static boolean willOverwriteUserTheme(int fontId,... method willOverwriteUserTheme (line 965) | private synchronized static boolean willOverwriteUserTheme(int colorId... method setCurrentFont (line 980) | synchronized static boolean setCurrentFont(int id, Font font) { method setCurrentColor (line 1006) | synchronized static boolean setCurrentColor(int id, Color color) { method isCurrentTheme (line 1027) | public static boolean isCurrentTheme(Theme theme) {return theme == cur... method isCurrentTheme (line 1029) | private static boolean isCurrentTheme(Theme.Type type, String name) { method triggerThemeChange (line 1054) | private static void triggerThemeChange(Theme oldTheme, Theme newTheme) { method addCurrentThemeListener (line 1084) | public static void addCurrentThemeListener(ThemeListener listener) { method removeCurrentThemeListener (line 1099) | public static void removeCurrentThemeListener(ThemeListener listener) { method triggerFontEvent (line 1110) | private static void triggerFontEvent(FontChangedEvent event) { method triggerColorEvent (line 1123) | private static void triggerColorEvent(ColorChangedEvent event) { method getThemeTypeFromLabel (line 1140) | private static Theme.Type getThemeTypeFromLabel(String label) { method getThemeName (line 1152) | private static String getThemeName(AbstractFile themeFile) { class CurrentThemeListener (line 1163) | private static class CurrentThemeListener implements ThemeListener { method fontChanged (line 1164) | public void fontChanged(FontChangedEvent event) { method colorChanged (line 1174) | public void colorChanged(ColorChangedEvent event) { FILE: src/main/java/com/mucommander/ui/theme/ThemeReader.java class ThemeReader (line 40) | class ThemeReader extends DefaultHandler implements ThemeXmlConstants, T... type State (line 44) | private enum State { method ThemeReader (line 151) | private ThemeReader(ThemeData t) { method read (line 162) | public static void read(InputStream in, ThemeData template) throws Exc... method startElement (line 172) | @Override method endElement (line 791) | @Override method isFontAvailable (line 940) | private static boolean isFontAvailable(String font) { method createFont (line 962) | private static Font createFont(Attributes attributes) { method getFontStyle (line 997) | @MagicConstant(flags = {Font.BOLD, Font.ITALIC}) method createColor (line 1016) | private static Color createColor(Attributes attributes) { method setColor (line 1039) | private void setColor(int id, Attributes attributes) { method setFont (line 1048) | private void setFont(int id, Attributes attributes) { method traceIllegalDeclaration (line 1055) | private void traceIllegalDeclaration(String element) { method getLogger (line 1063) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/ui/theme/ThemeWriter.java class ThemeWriter (line 33) | class ThemeWriter implements ThemeXmlConstants, ThemeId { method ThemeWriter (line 34) | private ThemeWriter() {} method write (line 43) | public static void write(ThemeData theme, OutputStream stream) throws ... method getFontAttributes (line 432) | private static XmlAttributes getFontAttributes(Font font) { method getColorAttributes (line 455) | private static XmlAttributes getColorAttributes(Color color) { method writeColor (line 492) | private static void writeColor(ThemeData theme, XmlWriter out, int col... method writeFont (line 498) | private static void writeFont(ThemeData theme, XmlWriter out, int font... FILE: src/main/java/com/mucommander/ui/theme/ThemeXmlConstants.java type ThemeXmlConstants (line 25) | interface ThemeXmlConstants { FILE: src/main/java/com/mucommander/ui/tools/ToolsEnvironment.java class ToolsEnvironment (line 33) | public class ToolsEnvironment { method load (line 36) | public static void load() throws IOException { method getCustomEnvironment (line 51) | public static Map getCustomEnvironment() { method getEnv (line 55) | public static String getEnv(String name) { FILE: src/main/java/com/mucommander/ui/tools/ToolsSetupDialog.java class ToolsSetupDialog (line 28) | public class ToolsSetupDialog extends FocusDialog { method ToolsSetupDialog (line 29) | public ToolsSetupDialog(Frame owner) { FILE: src/main/java/com/mucommander/ui/viewer/EditorFactory.java type EditorFactory (line 29) | public interface EditorFactory { method canEditFile (line 41) | boolean canEditFile(AbstractFile file) throws WarnUserException; method createFileEditor (line 47) | FileEditor createFileEditor(); method getName (line 53) | String getName(); FILE: src/main/java/com/mucommander/ui/viewer/EditorFrame.java class EditorFrame (line 35) | public class EditorFrame extends FileFrame { method EditorFrame (line 47) | EditorFrame(MainFrame mainFrame, AbstractFile file, Image icon) { method getMinimumSize (line 52) | @Override method dispose (line 57) | @Override method createFilePresenter (line 65) | @Override method getGenericErrorDialogTitle (line 70) | @Override method getGenericErrorDialogMessage (line 75) | @Override FILE: src/main/java/com/mucommander/ui/viewer/EditorRegistrar.java class EditorRegistrar (line 48) | @Slf4j method registerFileEditor (line 62) | private static void registerFileEditor(EditorFactory factory) { method createEditorFrame (line 75) | public static void createEditorFrame(MainFrame mainFrame, AbstractFile... method showEditorIfAlreadyOpen (line 98) | private static boolean showEditorIfAlreadyOpen(AbstractFile file, File... method createEditorFrame (line 117) | public static void createEditorFrame(MainFrame mainFrame, AbstractFile... method createFileEditor (line 130) | static FileEditor createFileEditor(AbstractFile file, EditorFrame fram... method createFileEditor (line 140) | @Nullable method showQuestionDialog (line 157) | private static void showQuestionDialog(AbstractFile file, WarnUserExce... method getAllEditors (line 175) | public static List getAllEditors(AbstractFile file) { FILE: src/main/java/com/mucommander/ui/viewer/FileEditor.java class FileEditor (line 49) | public abstract class FileEditor extends FilePresenter implements Action... method FileEditor (line 63) | protected FileEditor() { method setSaveNeeded (line 68) | protected void setSaveNeeded(boolean saveNeeded) { method trySaveAs (line 83) | private boolean trySaveAs() { method choiceFileToSave (line 92) | private AbstractFile choiceFileToSave() { method checkCollision (line 118) | private boolean checkCollision(AbstractFile destFile) { method trySave (line 133) | private boolean trySave(AbstractFile destFile) { method forceOverwriteFile (line 149) | private void forceOverwriteFile(AbstractFile file) throws IOException { method trySaveReadOnly (line 157) | private boolean trySaveReadOnly(AbstractFile destFile) { method askSave (line 182) | protected boolean askSave() { method getMenuBar (line 207) | public JMenuBar getMenuBar() { method actionPerformed (line 228) | public void actionPerformed(ActionEvent e) { method saveAs (line 250) | protected abstract void saveAs(AbstractFile saveAsFile) throws IOExcep... FILE: src/main/java/com/mucommander/ui/viewer/FileFrame.java class FileFrame (line 28) | public abstract class FileFrame extends JFrame implements QuickListConta... method FileFrame (line 44) | FileFrame(MainFrame mainFrame, Image icon) { method initContentPane (line 59) | void initContentPane(final AbstractFile file) { method createAsyncPanel (line 100) | @NotNull method openPresenter (line 142) | private void openPresenter(AbstractFile file, Runnable onCancel) throw... method initializeAfterLoad (line 163) | private void initializeAfterLoad() { method showGenericErrorDialog (line 177) | private void showGenericErrorDialog() { method isFullScreen (line 194) | private boolean isFullScreen() { method pack (line 200) | @Override method dispose (line 210) | @Override method returnFocusTo (line 230) | public FileFrame returnFocusTo(Component returnFocusTo) { method getReturnFocusTo (line 236) | public Component getReturnFocusTo() { method setSearchedText (line 240) | public void setSearchedText(String searchedText) { method setSearchedBytes (line 244) | public void setSearchedBytes(byte[] searchedBytes) { method getFilePresenter (line 248) | public FilePresenter getFilePresenter() { method setTitle (line 253) | @Override method getMainFrame (line 259) | public MainFrame getMainFrame() { method calcQuickListPosition (line 263) | public Point calcQuickListPosition(Dimension dim) { method containerComponent (line 269) | public Component containerComponent() { method nextFocusableComponent (line 273) | public Component nextFocusableComponent() { method getGenericErrorDialogTitle (line 280) | protected abstract String getGenericErrorDialogTitle(); method getGenericErrorDialogMessage (line 282) | protected abstract String getGenericErrorDialogMessage(); method createFilePresenter (line 284) | protected abstract FilePresenter createFilePresenter(AbstractFile file... FILE: src/main/java/com/mucommander/ui/viewer/FileFrameCreateListener.java type FileFrameCreateListener (line 24) | public interface FileFrameCreateListener { method onCreate (line 25) | void onCreate(FileFrame fileFrame); FILE: src/main/java/com/mucommander/ui/viewer/FilePreloadWorker.java class FilePreloadWorker (line 36) | public class FilePreloadWorker extends SwingWorker { method FilePreloadWorker (line 46) | FilePreloadWorker(AbstractFile file, MainFrame mainFrame, Runnable onF... method doInBackground (line 54) | @Override method buildProgressThread (line 68) | @NotNull method process (line 88) | @Override method done (line 99) | @Override FILE: src/main/java/com/mucommander/ui/viewer/FilePresenter.java class FilePresenter (line 18) | public abstract class FilePresenter extends JScrollPane { method FilePresenter (line 29) | FilePresenter() { method setComponentToPresent (line 61) | public void setComponentToPresent(JComponent component) { method getFrame (line 74) | protected FileFrame getFrame() { method setFrame (line 83) | public void setFrame(FileFrame frame) { method getTitle (line 92) | protected String getTitle() { method getCurrentFile (line 101) | public AbstractFile getCurrentFile() { method setCurrentFile (line 111) | protected final void setCurrentFile(AbstractFile file) { method open (line 126) | public void open(AbstractFile file) throws IOException { method show (line 139) | protected abstract void show(AbstractFile file) throws IOException; method getMenuBar (line 147) | protected abstract JMenuBar getMenuBar(); method getStatusBar (line 152) | protected abstract StatusBar getStatusBar(); method saveStateOnClose (line 157) | protected abstract void saveStateOnClose(); method restoreStateOnStartup (line 162) | protected abstract void restoreStateOnStartup(); method setSearchedText (line 164) | public void setSearchedText(String searchedText) { method setSearchedBytes (line 167) | public void setSearchedBytes(byte[] searchedBytes) { FILE: src/main/java/com/mucommander/ui/viewer/FileViewer.java class FileViewer (line 39) | public abstract class FileViewer extends FilePresenter implements Action... method FileViewer (line 54) | public FileViewer() {} method getMenuBar (line 62) | public JMenuBar getMenuBar() { method actionPerformed (line 77) | public void actionPerformed(ActionEvent e) { method keyPressed (line 86) | @Override method setMainKeyListener (line 105) | public void setMainKeyListener(Component comp, JMenuBar menuBar) { method isProblemKey (line 110) | private static boolean isProblemKey(KeyStroke keyStroke) { method isProblemMenuItem (line 120) | private static boolean isProblemMenuItem(JMenuItem menuItem) { method fillMenuKeyStrokes (line 130) | private void fillMenuKeyStrokes(JMenuBar menuBar) { method i18n (line 143) | protected static String i18n(String key, String... params) { FILE: src/main/java/com/mucommander/ui/viewer/FileViewersList.java class FileViewersList (line 36) | public class FileViewersList { class FileRecord (line 43) | public static class FileRecord { method FileRecord (line 49) | FileRecord(String fileName, FileFrame fileFrame) { method toString (line 56) | @Override method getIcon (line 61) | public Icon getIcon() { method buildFilesList (line 72) | private static void buildFilesList(List fileNames) { method update (line 86) | public static void update() { method getFiles (line 91) | public static List getFiles() { method getLastUpdateTime (line 95) | public static long getLastUpdateTime() { FILE: src/main/java/com/mucommander/ui/viewer/UserCancelledException.java class UserCancelledException (line 27) | public class UserCancelledException extends Exception { FILE: src/main/java/com/mucommander/ui/viewer/ViewerFactory.java type ViewerFactory (line 29) | public interface ViewerFactory { method canViewFile (line 41) | boolean canViewFile(AbstractFile file) throws WarnUserException; method createFileViewer (line 48) | FileViewer createFileViewer(); method getName (line 55) | String getName(); FILE: src/main/java/com/mucommander/ui/viewer/ViewerFrame.java class ViewerFrame (line 37) | public class ViewerFrame extends FileFrame { method ViewerFrame (line 51) | ViewerFrame(MainFrame mainFrame, AbstractFile file, Image icon, Viewer... method getMinimumSize (line 61) | @Override method createFilePresenter (line 66) | @Override method getGenericErrorDialogTitle (line 72) | @Override method getGenericErrorDialogMessage (line 77) | @Override method dispose (line 82) | @Override FILE: src/main/java/com/mucommander/ui/viewer/ViewerRegistrar.java class ViewerRegistrar (line 50) | public class ViewerRegistrar { method registerFileViewer (line 71) | private static void registerFileViewer(ViewerFactory factory) { method createViewerFrame (line 86) | public static void createViewerFrame(MainFrame mainFrame, AbstractFile... method createViewerFrame (line 203) | public static void createViewerFrame(MainFrame mainFrame, AbstractFile... method createViewerFrame (line 207) | public static void createViewerFrame(MainFrame mainFrame, AbstractFile... method createFileViewer (line 219) | public static FileViewer createFileViewer(AbstractFile file, ViewerFra... method getAllViewers (line 275) | public static List getAllViewers(AbstractFile file) { FILE: src/main/java/com/mucommander/ui/viewer/WarnUserException.java class WarnUserException (line 28) | public class WarnUserException extends Exception { method WarnUserException (line 30) | public WarnUserException(String localizedMessage) { FILE: src/main/java/com/mucommander/ui/viewer/audio/AudioFactory.java class AudioFactory (line 27) | public class AudioFactory implements ViewerFactory { method canViewFile (line 36) | @Override method createFileViewer (line 45) | @Override method getName (line 50) | @Override FILE: src/main/java/com/mucommander/ui/viewer/audio/AudioPlayer.java class AudioPlayer (line 26) | public class AudioPlayer extends JPanel { method AudioPlayer (line 28) | public AudioPlayer() { FILE: src/main/java/com/mucommander/ui/viewer/audio/AudioViewer.java class AudioViewer (line 27) | public class AudioViewer extends FileViewer { method show (line 34) | @Override method closeJavaSound (line 166) | private static void closeJavaSound() { method getStatusBar (line 176) | @Override method saveStateOnClose (line 181) | @Override method restoreStateOnStartup (line 186) | @Override FILE: src/main/java/com/mucommander/ui/viewer/audio/StatusBar.java class StatusBar (line 29) | public class StatusBar extends org.fife.ui.StatusBar { method StatusBar (line 32) | public StatusBar() { method set (line 46) | public void set(String s) { FILE: src/main/java/com/mucommander/ui/viewer/djvu/DjvuFactory.java class DjvuFactory (line 30) | public class DjvuFactory implements ViewerFactory { method canViewFile (line 38) | @Override method createFileViewer (line 43) | @Override method getName (line 48) | @Override FILE: src/main/java/com/mucommander/ui/viewer/djvu/DjvuViewer.java class DjvuViewer (line 33) | public class DjvuViewer extends FileViewer { method keyPressed (line 38) | @Override method DjvuViewer (line 52) | DjvuViewer() { method show (line 59) | @Override method getStatusBar (line 64) | @Override method saveStateOnClose (line 69) | @Override method restoreStateOnStartup (line 74) | @Override FILE: src/main/java/com/mucommander/ui/viewer/hex/HexViewer.java class HexViewer (line 48) | @Slf4j method HexViewer (line 71) | HexViewer() { method getCtrlOrMetaMask (line 85) | private int getCtrlOrMetaMask() { method onChange (line 90) | @Override method show (line 106) | @Override method getStatusBar (line 149) | @Override method getMenuBar (line 158) | @Override method saveStateOnClose (line 166) | @Override method restoreStateOnStartup (line 180) | @Override method actionPerformed (line 186) | public void actionPerformed(ActionEvent e) { method findFirst (line 205) | private void findFirst() { method doSearchFromPos (line 219) | private void doSearchFromPos(byte[] bytes, long pos, boolean next) { method findNext (line 242) | private void findNext() { method findPrev (line 249) | private void findPrev() { method gotoOffset (line 256) | private void gotoOffset() { method setSearchedText (line 266) | @Override method setSearchedBytes (line 275) | @Override method setStatusMessage (line 283) | private void setStatusMessage(String msg) { method clearStatusMessage (line 289) | private void clearStatusMessage() { FILE: src/main/java/com/mucommander/ui/viewer/html/HtmlFactory.java class HtmlFactory (line 31) | public class HtmlFactory implements ViewerFactory { method canViewFile (line 44) | @Override method createFileViewer (line 52) | @Override method getName (line 57) | @Override method isWebViewIsAvailable (line 63) | private static boolean isWebViewIsAvailable() { FILE: src/main/java/com/mucommander/ui/viewer/html/HtmlViewer.java class HtmlViewer (line 39) | public class HtmlViewer extends FileViewer { method HtmlViewer (line 44) | HtmlViewer() { method show (line 48) | @Override method initFX (line 82) | private void initFX(final JFXPanel fxPanel) { method getStatusBar (line 103) | @Override method saveStateOnClose (line 108) | @Override method restoreStateOnStartup (line 112) | @Override FILE: src/main/java/com/mucommander/ui/viewer/image/ImageFactory.java class ImageFactory (line 32) | public class ImageFactory implements ViewerFactory { method ImageFactory (line 42) | public ImageFactory() { method canViewFile (line 45) | @Override method createFileViewer (line 57) | public FileViewer createFileViewer() { method getName (line 61) | @Override FILE: src/main/java/com/mucommander/ui/viewer/image/ImageViewer.java class ImageViewer (line 82) | @Slf4j method init (line 121) | public static void init() { method ImageViewer (line 148) | ImageViewer() { method getMenuBar (line 170) | @Override method getStatusBar (line 178) | @Override method saveStateOnClose (line 186) | @Override method restoreStateOnStartup (line 194) | @Override method loadImage (line 199) | private synchronized void loadImage(AbstractFile file) throws IOExcept... method loadImageFile (line 238) | private void loadImageFile(AbstractFile file) throws IOException { method loadFile (line 264) | private static byte[] loadFile(AbstractFile file) { method setFrameCursor (line 282) | private void setFrameCursor(Cursor cursor) { method zoom (line 297) | private synchronized void zoom(double factor) { method fixMouseMovementEventsIssue (line 333) | private void fixMouseMovementEventsIssue() { method updateFrame (line 352) | private void updateFrame() { method checkZoom (line 362) | private void checkZoom() { method checkNextPrev (line 375) | private void checkNextPrev() { method show (line 380) | @Override method getTitle (line 410) | @Override method actionPerformed (line 416) | @Override method getNextFileIndex (line 437) | private int getNextFileIndex() { method gotoNextFile (line 441) | private void gotoNextFile() { method getPrevFileIndex (line 449) | private int getPrevFileIndex() { method gotoPrevFile (line 453) | private void gotoPrevFile() { method gotoFile (line 461) | private void gotoFile() { method colorToRgbStr (line 475) | private static String colorToRgbStr(int color) { method colorToHexStr (line 490) | private static String colorToHexStr(int color) { method transcodeSvgDocument (line 506) | private static BufferedImage transcodeSvgDocument(AbstractFile file, f... method getScaledWidth (line 538) | private int getScaledWidth() { method getScaledHeight (line 545) | private int getScaledHeight() { class ImageViewerImpl (line 556) | private class ImageViewerImpl extends JPanel implements MouseMotionLis... method ImageViewerImpl (line 559) | ImageViewerImpl() { method paint (line 567) | @Override method getPreferredSize (line 616) | @Override method colorChanged (line 625) | @Override method mouseMoved (line 634) | @Override method mouseClicked (line 654) | @Override method mouseExited (line 686) | @Override method fontChanged (line 695) | @Override method mouseDragged (line 698) | @Override method mousePressed (line 704) | @Override method mouseReleased (line 707) | @Override method mouseEntered (line 710) | @Override FILE: src/main/java/com/mucommander/ui/viewer/image/StatusBar.java class StatusBar (line 31) | public class StatusBar extends org.fife.ui.StatusBar { method StatusBar (line 42) | public StatusBar() { method setImageSize (line 77) | public void setImageSize(int width, int height) { method setImageBpp (line 83) | public void setImageBpp(int bpp) { method updateSizePanel (line 88) | private void updateSizePanel() { method setFileNumber (line 92) | public void setFileNumber(int current, int total) { method setZoom (line 96) | public void setZoom(double zoom) { method setFileSize (line 101) | public void setFileSize(long fileSize) { method setDateTime (line 105) | public void setDateTime(long date) { FILE: src/main/java/com/mucommander/ui/viewer/image/ZxSpectrumScrImage.java class ZxSpectrumScrImage (line 30) | public class ZxSpectrumScrImage { method load (line 62) | public static BufferedImage load(InputStream is, int zoomFactor) { method load (line 92) | public static BufferedImage load(byte[] data, int zoomFactor) { method load (line 146) | public static BufferedImage load(byte[] data) { method load (line 150) | public static BufferedImage load(InputStream is) { FILE: src/main/java/com/mucommander/ui/viewer/pdf/PdfFactory.java class PdfFactory (line 31) | public class PdfFactory implements ViewerFactory { method canViewFile (line 39) | @Override method createFileViewer (line 44) | @Override method getName (line 49) | @Override FILE: src/main/java/com/mucommander/ui/viewer/pdf/PdfViewer.java class PdfViewer (line 35) | public class PdfViewer extends FileViewer { method PdfViewer (line 39) | PdfViewer() { method show (line 59) | @Override method getStatusBar (line 68) | @Override method saveStateOnClose (line 73) | @Override method restoreStateOnStartup (line 78) | @Override FILE: src/main/java/com/mucommander/ui/viewer/text/FileType.java type FileType (line 32) | public enum FileType { method FileType (line 102) | FileType(String name, String contentType, String fileMasks) { method FileType (line 109) | FileType(String name, String contentType) { method getFileType (line 113) | public static FileType getFileType(AbstractFile file) { method getFileType (line 117) | public static FileType getFileType(String fileName) { method checkFile (line 127) | public boolean checkFile(File file) { method buildFileFilters (line 137) | private static WildcardFileFilter[] buildFileFilters(String fileMasks) { method getByName (line 149) | public static FileType getByName(String name) { method getByContentType (line 159) | public static FileType getByContentType(String contentType) { FILE: src/main/java/com/mucommander/ui/viewer/text/GotoLineDialog.java class GotoLineDialog (line 35) | public class GotoLineDialog extends FocusDialog implements ActionListener { method GotoLineDialog (line 51) | GotoLineDialog(JFrame editorFrame, int maxLines, IntConsumer action) { method actionPerformed (line 85) | public void actionPerformed(ActionEvent e) { FILE: src/main/java/com/mucommander/ui/viewer/text/StatusBar.java class StatusBar (line 33) | public class StatusBar extends org.fife.ui.StatusBar { method StatusBar (line 53) | public StatusBar() { method setColor (line 84) | public void setColor(int color) { method setPosition (line 93) | void setPosition(int line, int column) { method setEncoding (line 97) | public void setEncoding(String encoding) { method setSyntax (line 101) | public void setSyntax(String syntax) { method clearStatusMessage (line 105) | public void clearStatusMessage() { method showMessage (line 114) | public void showMessage(String msg, long timeInMillis) { FILE: src/main/java/com/mucommander/ui/viewer/text/TextArea.java class TextArea (line 40) | public class TextArea extends RSyntaxTextArea implements DocumentListener { method TextArea (line 56) | TextArea() { method gotoLine (line 67) | boolean gotoLine(int line, int column) { method gotoLine (line 84) | boolean gotoLine(int line) { method getLine (line 93) | public int getLine() { method setFileType (line 99) | void setFileType(FileType fileType) { method getFileType (line 103) | FileType getFileType() { method getColumn (line 112) | public int getColumn() { method paint (line 121) | @Override method read (line 139) | @Override method insertUpdate (line 145) | @Override method removeUpdate (line 152) | @Override method changedUpdate (line 159) | @Override method isDirty (line 170) | public boolean isDirty() { method setDirty (line 190) | public void setDirty(boolean dirty) { method setDocument (line 202) | @Override method setLineSeparator (line 233) | public void setLineSeparator(String separator, boolean setDirty) { method getLineSeparator (line 265) | public Object getLineSeparator() { method setLineSeparator (line 283) | public void setLineSeparator(String separator) { method getLineStr (line 288) | String getLineStr(int line) { method setSyntaxEditingStyle (line 302) | @Override method createDefaultModel (line 311) | @Override FILE: src/main/java/com/mucommander/ui/viewer/text/TextEditor.java class TextEditor (line 56) | public class TextEditor extends FileEditor implements DocumentListener, ... method TextEditor (line 67) | TextEditor() { method initGutter (line 106) | private void initGutter() { method setComponentToPresent (line 114) | @Override method loadDocument (line 119) | private void loadDocument(InputStream in, String encoding, DocumentLis... method write (line 126) | private void write(OutputStream out) throws IOException { method getMenuBar (line 131) | @Override method getStatusBar (line 151) | @Override method saveStateOnClose (line 159) | @Override method restoreStateOnStartup (line 171) | @Override method saveAs (line 183) | @Override method setFrame (line 212) | @Override method show (line 227) | @Override method changedUpdate (line 250) | @Override method insertUpdate (line 259) | @Override method removeUpdate (line 264) | @Override method actionPerformed (line 269) | @Override method encodingChanged (line 277) | @Override method checkGutterVisibility (line 307) | private void checkGutterVisibility() { method getGutter (line 326) | public Gutter getGutter() { method getLineNumbersEnabled (line 337) | private boolean getLineNumbersEnabled() { method isFoldIndicatorEnabled (line 348) | public boolean isFoldIndicatorEnabled() { method isIconRowHeaderEnabled (line 359) | public boolean isIconRowHeaderEnabled() { method setFoldIndicatorEnabled (line 370) | public void setFoldIndicatorEnabled(boolean enabled) { method setIconRowHeaderEnabled (line 383) | public void setIconRowHeaderEnabled(boolean enabled) { method setLineNumbersEnabled (line 395) | public void setLineNumbersEnabled(boolean enabled) { method setViewportView (line 406) | @Override method getFirstRTextAreaDescendant (line 434) | private static TextArea getFirstRTextAreaDescendant(Component comp) { method setSearchedText (line 450) | @Override method setSearchedBytes (line 456) | @Override method getTextArea (line 465) | public TextArea getTextArea() { method gotoLine (line 469) | public void gotoLine(int line, int colump) { FILE: src/main/java/com/mucommander/ui/viewer/text/TextEditorCaretListener.java class TextEditorCaretListener (line 29) | public class TextEditorCaretListener implements CaretListener { method TextEditorCaretListener (line 32) | TextEditorCaretListener(TextEditorImpl textEditor) { method caretUpdate (line 36) | @Override method checkIncludeInstruction (line 63) | private void checkIncludeInstruction(String str, int col) { method checkAssemblerInstruction (line 113) | private void checkAssemblerInstruction(String str) { method checkColorOnCursor (line 137) | private void checkColorOnCursor(String str, int col) { method isHexDigit (line 175) | private static boolean isHexDigit(char ch) { method setStatusMessage (line 179) | private void setStatusMessage(String msg) { method setStatusColor (line 186) | private void setStatusColor(int color) { method clearStatusColor (line 193) | private void clearStatusColor() { method isAvrAssembler (line 197) | private boolean isAvrAssembler() { method getIncludeFile (line 201) | private AbstractFile getIncludeFile(String fileName) { FILE: src/main/java/com/mucommander/ui/viewer/text/TextEditorImpl.java class TextEditorImpl (line 68) | @Slf4j method keyPressed (line 108) | @Override method TextEditorImpl (line 130) | TextEditorImpl(boolean isEditable, StatusBar statusBar) { method createTextArea (line 138) | private TextArea createTextArea(boolean isEditable) { method find (line 196) | void find() { method findMore (line 227) | private void findMore(boolean forward) { method findNext (line 256) | void findNext() { method replace (line 268) | void replace() { method findPrevious (line 316) | void findPrevious() { method gotoLine (line 328) | void gotoLine() { method isWrap (line 333) | public boolean isWrap() { method wrap (line 338) | void wrap(boolean isWrap) { method copy (line 343) | void copy() { method cut (line 347) | void cut() { method paste (line 351) | void paste() { method selectAll (line 355) | void selectAll() { method undo (line 359) | void undo() { method redo (line 363) | void redo() { method requestFocus (line 367) | void requestFocus() { method getTextArea (line 371) | TextArea getTextArea() { method getEditorComponent (line 375) | JComponent getEditorComponent() { method addDocumentListener (line 384) | void addDocumentListener(DocumentListener documentListener) { method read (line 388) | void read(Reader reader) throws IOException { method write (line 400) | void write(Writer writer) throws IOException { method colorChanged (line 419) | @Override method fontChanged (line 447) | public void fontChanged(FontChangedEvent event) { method build (line 455) | void build() { method showBuildPanel (line 467) | private void showBuildPanel() { method closeBuildPanel (line 493) | private void closeBuildPanel() { method gotoBuildError (line 507) | private void gotoBuildError(AbstractFile file, int line, int column) { method setStatusBar (line 522) | void setStatusBar(StatusBar statusBar) { method setSyntaxType (line 526) | void setSyntaxType(FileType fileType) { method setStatusMessage (line 533) | void setStatusMessage(String message) { method beep (line 539) | private static void beep() { method setupSearchContext (line 549) | void setupSearchContext(String searchStr) { method prepareForEdit (line 553) | void prepareForEdit(AbstractFile file) { method prepareForView (line 561) | void prepareForView(AbstractFile file) { method selectIncludeFile (line 565) | void selectIncludeFile(AbstractFile file) { method getFile (line 569) | AbstractFile getFile() { method setMenuHelper (line 574) | void setMenuHelper(TextMenuHelper menuHelper) { method addCurrentFileToBookmarks (line 578) | void addCurrentFileToBookmarks() { method removeCurrentFileFromBookmarks (line 584) | void removeCurrentFileFromBookmarks() { method showFilesQuickList (line 590) | void showFilesQuickList() { method getBookmarkFilesList (line 596) | private static LinkedList getBookmarkFilesList() { method getFileWithSameNameAndExt (line 601) | private static AbstractFile getFileWithSameNameAndExt(AbstractFile fil... method switchBetweenHeaderAndSource (line 615) | void switchBetweenHeaderAndSource() { method openOtherFile (line 633) | private void openOtherFile(AbstractFile path, FileFrameCreateListener ... method openOtherFile (line 643) | private void openOtherFile(AbstractFile path) { FILE: src/main/java/com/mucommander/ui/viewer/text/TextEditorUtils.java class TextEditorUtils (line 32) | @Slf4j method detectFileFormat (line 35) | static FileType detectFileFormat(AbstractFile file) { method formatTextArea (line 76) | static void formatTextArea(TextArea textArea) throws CodeFormatExcepti... method formatCode (line 90) | static void formatCode(TextEditorImpl textEditor) { FILE: src/main/java/com/mucommander/ui/viewer/text/TextFactory.java class TextFactory (line 35) | public class TextFactory implements ViewerFactory, EditorFactory { method canViewFile (line 39) | public boolean canViewFile(AbstractFile file) throws WarnUserException { method canEditFile (line 43) | public boolean canEditFile(AbstractFile file) throws WarnUserException { method createFileViewer (line 47) | public FileViewer createFileViewer() { method getName (line 51) | @Override method createFileEditor (line 56) | public FileEditor createFileEditor() { method doGenericChecks (line 60) | private boolean doGenericChecks(AbstractFile file) throws WarnUserExce... method checkBinaryFile (line 78) | private boolean checkBinaryFile(AbstractFile file) { FILE: src/main/java/com/mucommander/ui/viewer/text/TextFilesHistory.java class TextFilesHistory (line 34) | public class TextFilesHistory { class FileRecord (line 46) | public static class FileRecord { method FileRecord (line 53) | FileRecord(String fileName, int firstLine, int row, int column, File... method FileRecord (line 58) | FileRecord(String fileName) { method update (line 62) | public void update(int firstLine, int line, int column, FileType fil... method update (line 70) | public void update(FileRecord source) { method getLine (line 78) | public int getLine() { method setLine (line 82) | public void setLine(int line) { method getFileType (line 86) | public FileType getFileType() { method setFileType (line 90) | public void setFileType(FileType fileType) { method getScrollPosition (line 94) | public int getScrollPosition() { method setScrollPosition (line 98) | public void setScrollPosition(int scrollPosition) { method getColumn (line 102) | public int getColumn() { method setColumn (line 106) | public void setColumn(int column) { method getEncoding (line 110) | public String getEncoding() { method setEncoding (line 114) | public void setEncoding(String encoding) { method toString (line 118) | @Override method getInstance (line 125) | public static TextFilesHistory getInstance() { method getHistoryFile (line 147) | private static synchronized AbstractFile getHistoryFile() throws IOExc... method load (line 152) | private void load() throws IOException { method load (line 156) | private void load(AbstractFile file) { method parseRecord (line 174) | private static FileRecord parseRecord(String s) { method save (line 199) | public void save() { method save (line 207) | public void save(AbstractFile file) throws IOException { method get (line 217) | public FileRecord get(AbstractFile file) { method get (line 222) | public FileRecord get(String fileName) { method findRecord (line 227) | private int findRecord(String fileName) { method updateRecord (line 238) | TextFilesHistory updateRecord(FileRecord record) { method getLastList (line 251) | public List getLastList(int maxCount) { FILE: src/main/java/com/mucommander/ui/viewer/text/TextLineNumbersPanel.java class TextLineNumbersPanel (line 39) | public class TextLineNumbersPanel extends JPanel implements CaretListene... type ALIGNMENT (line 43) | public enum ALIGNMENT{ LEFT, CENTER, RIGHT } method TextLineNumbersPanel (line 66) | public TextLineNumbersPanel(JTextComponent component) { method TextLineNumbersPanel (line 77) | public TextLineNumbersPanel(JTextComponent component, int minimumDispl... method TextLineNumbersPanel (line 81) | public TextLineNumbersPanel(JTextComponent component, int minimumDispl... method setDigitAlignment (line 103) | private void setDigitAlignment(ALIGNMENT alignment) { method setCurrentLineForeground (line 120) | private void setCurrentLineForeground( Color currentLineForeground ) { method setBorder (line 130) | private void setBorder(Border border, int borderGap) { method setMinimumDisplayDigits (line 144) | private void setMinimumDisplayDigits(int minimumDisplayDigits) { method setPreferredWidth (line 152) | private void setPreferredWidth() { method isCurrentLine (line 177) | private boolean isCurrentLine(int rowStartOffset) method paintComponent (line 191) | @Override method getTextLineNumber (line 229) | protected String getTextLineNumber(int rowStartOffset) { method getOffsetX (line 240) | private int getOffsetX(int availableWidth, int stringWidth) { method getOffsetY (line 247) | private int getOffsetY(int rowStartOffset, FontMetrics fontMetrics) th... method changedUpdate (line 293) | @Override method insertUpdate (line 298) | @Override method removeUpdate (line 303) | @Override method documentChanged (line 312) | private void documentChanged() { method caretUpdate (line 335) | @Override method propertyChange (line 355) | @Override FILE: src/main/java/com/mucommander/ui/viewer/text/TextMenuHelper.java class TextMenuHelper (line 44) | public class TextMenuHelper { method TextMenuHelper (line 91) | TextMenuHelper(TextEditorImpl textEditorImpl, boolean editMode) { method initMenu (line 97) | void initMenu(ActionListener actionListener, boolean lineNumbers) { method setupFileMenu (line 153) | void setupFileMenu(JMenu fileMenu, ActionListener actionListener, Abst... method updateFileBookmarksMenuItems (line 174) | private void updateFileBookmarksMenuItems(AbstractFile currentFile) { method addToolsMenu (line 185) | private void addToolsMenu(ActionListener actionListener, MnemonicHelpe... method addSyntaxMenu (line 192) | private void addSyntaxMenu(ActionListener actionListener, MnemonicHelp... method getCtrlOrMetaMask (line 201) | @MagicConstant(flags = {KeyEvent.META_DOWN_MASK, KeyEvent.CTRL_DOWN_MA... method getEditMenu (line 207) | JMenu getEditMenu() { method getViewMenu (line 211) | JMenu getViewMenu() { method getSearchMenu (line 215) | JMenu getSearchMenu() { method getToolsMenu (line 219) | JMenu getToolsMenu() { method performAction (line 223) | public boolean performAction(ActionEvent e, TextViewer textViewerDeleg... method getMainFrame (line 297) | private MainFrame getMainFrame() { method updateInvisibleChars (line 301) | private void updateInvisibleChars() { method checkSyntaxChangeAction (line 305) | private boolean checkSyntaxChangeAction(Object source) { method setSyntax (line 320) | public void setSyntax(FileType fileType) { method updateGotoHeaderSourceVisibility (line 330) | private void updateGotoHeaderSourceVisibility() { method updateEditActions (line 349) | void updateEditActions() { method setBuildable (line 360) | void setBuildable(boolean canBuild) { method i18n (line 364) | private static String i18n(String key, String... params) { method getBookmarkFilesList (line 368) | private static LinkedList getBookmarkFilesList() { method showMainFrame (line 372) | private void showMainFrame() { FILE: src/main/java/com/mucommander/ui/viewer/text/TextViewer.java class TextViewer (line 53) | public class TextViewer extends FileViewer implements EncodingListener { method TextViewer (line 74) | TextViewer() { method TextViewer (line 79) | TextViewer(TextEditorImpl textEditorImpl) { method initGutter (line 93) | private void initGutter() { method setFrame (line 108) | @Override method setLineWrap (line 117) | static void setLineWrap(boolean lineWrap) { method setLineNumbers (line 121) | static void setLineNumbers(boolean lineNumbers) { method startEditing (line 125) | void startEditing(AbstractFile file, DocumentListener documentListener) { method loadDocument (line 141) | void loadDocument(InputStream in, final String encoding, DocumentListe... method getMenuBar (line 161) | @Override method getStatusBar (line 181) | @Override method saveState (line 189) | void saveState(JScrollBar scrollBar) { method saveStateOnClose (line 199) | @Override method restoreStateOnStartup (line 213) | @Override method getEncoding (line 220) | String getEncoding() { method showLineNumbers (line 224) | protected void showLineNumbers(boolean show) { method wrapLines (line 231) | void wrapLines(boolean wrap) { method initMenuBarItems (line 236) | protected void initMenuBarItems() { method show (line 244) | @Override method actionPerformed (line 263) | @Override method encodingChanged (line 271) | @Override method initHistoryRecord (line 292) | TextFilesHistory.FileRecord initHistoryRecord(AbstractFile file) { method getHistoryRecord (line 298) | TextFilesHistory.FileRecord getHistoryRecord() { method checkGutterVisibility (line 316) | private void checkGutterVisibility() { method getFirstRTextAreaDescendant (line 339) | private static TextArea getFirstRTextAreaDescendant(Component comp) { method setViewportView (line 360) | @Override method setSearchedText (line 378) | @Override method setSearchedBytes (line 384) | @Override FILE: src/main/java/com/mucommander/ui/viewer/text/search/AbstractSearchDialog.java class AbstractSearchDialog (line 44) | public class AbstractSearchDialog extends FocusDialog implements ActionL... class SearchContextListener (line 52) | private class SearchContextListener implements PropertyChangeListener { method propertyChange (line 54) | public void propertyChange(PropertyChangeEvent e) { method AbstractSearchDialog (line 94) | AbstractSearchDialog(Frame owner, String title, Component locationRela... method init (line 99) | private void init() { method actionPerformed (line 177) | @Override method createCheckBox (line 206) | private JCheckBox createCheckBox(String name) { method createDefaultSearchContext (line 220) | protected SearchContext createDefaultSearchContext() { method focusFindTextField (line 229) | protected void focusFindTextField() { method getSearchContext (line 243) | public SearchContext getSearchContext() { method getSearchString (line 253) | public String getSearchString() { method handleRegExCheckBoxClicked (line 262) | protected void handleRegExCheckBoxClicked() { method handleSearchContextPropertyChanged (line 275) | protected void handleSearchContextPropertyChanged(PropertyChangeEvent ... method handleToggleButtons (line 317) | protected FindReplaceButtonsEnableResult handleToggleButtons() { method matchesSearchFor (line 353) | boolean matchesSearchFor(String text) { method isWholeWord (line 389) | public static boolean isWholeWord(CharSequence searchIn, int offset, i... method refreshUIFromContext (line 411) | protected void refreshUIFromContext() { method requestFocus (line 429) | @Override method setSearchContext (line 445) | public void setSearchContext(SearchContext context) { method setSearchString (line 460) | public void setSearchString(String text) { method addSearchListener (line 476) | public void addSearchListener(SearchListener l) { method fireSearchEvent (line 489) | void fireSearchEvent(ActionEvent event) { method installKeyboardActions (line 513) | private void installKeyboardActions() { method getConstraintsForCell (line 537) | private static SpringLayout.Constraints getConstraintsForCell(int row,... method makeSpringCompactGrid (line 563) | protected static void makeSpringCompactGrid(Container parent, int rows... method getLogger (line 608) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/ui/viewer/text/search/FindDialog.java class FindDialog (line 32) | public class FindDialog extends AbstractSearchDialog { method FindDialog (line 42) | public FindDialog(Frame owner, SearchListener listener) { method actionPerformed (line 100) | @Override method setVisible (line 116) | @Override class FindDocumentListener (line 138) | private class FindDocumentListener implements DocumentListener { method insertUpdate (line 140) | public void insertUpdate(DocumentEvent e) { method removeUpdate (line 144) | public void removeUpdate(DocumentEvent e) { method changedUpdate (line 152) | public void changedUpdate(DocumentEvent e) { method getLastSearchStr (line 157) | public static String getLastSearchStr() { FILE: src/main/java/com/mucommander/ui/viewer/text/search/FindReplaceButtonsEnableResult.java class FindReplaceButtonsEnableResult (line 27) | public class FindReplaceButtonsEnableResult { method FindReplaceButtonsEnableResult (line 31) | FindReplaceButtonsEnableResult(boolean enable, String error) { method getEnable (line 36) | public boolean getEnable() { method getError (line 40) | public String getError() { method setEnable (line 44) | public void setEnable(boolean enable) { FILE: src/main/java/com/mucommander/ui/viewer/text/search/ReplaceDialog.java class ReplaceDialog (line 33) | public class ReplaceDialog extends AbstractSearchDialog { method ReplaceDialog (line 45) | public ReplaceDialog(Frame owner, SearchListener listener) { method actionPerformed (line 130) | @Override method handleSearchContextPropertyChanged (line 146) | @Override method handleToggleButtons (line 166) | @Override class ReplaceDocumentListener (line 185) | private class ReplaceDocumentListener implements DocumentListener { method insertUpdate (line 186) | @Override method removeUpdate (line 193) | @Override method changedUpdate (line 204) | @Override FILE: src/main/java/com/mucommander/ui/viewer/text/search/SearchEvent.java class SearchEvent (line 30) | public class SearchEvent extends EventObject { method SearchEvent (line 35) | SearchEvent(Object source, Type type, SearchContext context) { method getType (line 42) | public Type getType() { method getSearchContext (line 47) | public SearchContext getSearchContext() { type Type (line 55) | public enum Type { FILE: src/main/java/com/mucommander/ui/viewer/text/search/SearchListener.java type SearchListener (line 29) | public interface SearchListener extends EventListener { method searchEvent (line 37) | void searchEvent(SearchEvent e); method getSelectedText (line 40) | String getSelectedText(); FILE: src/main/java/com/mucommander/ui/viewer/text/tools/ExecOutputTextPane.java class ExecOutputTextPane (line 38) | class ExecOutputTextPane extends JTextPane { method ExecOutputTextPane (line 48) | ExecOutputTextPane(Runnable onClose, OnClickFileHandler onFileClickHan... method setupKeyListener (line 59) | private void setupKeyListener(Runnable onClose) { method setupMouseListener (line 84) | private void setupMouseListener(OnClickFileHandler onFileClickHandler) { method setupColors (line 107) | private void setupColors() { method setupStyles (line 116) | private void setupStyles() { method add (line 126) | private void add(String s, Style style) { method addLine (line 135) | void addLine(String line) { method update (line 179) | private void update() { method clear (line 185) | void clear() { method isMarker (line 193) | private static boolean isMarker(String s) { method isFilePath (line 206) | private static boolean isFilePath(String s) { method getLineForMousePosition (line 210) | private String getLineForMousePosition(Point p) { FILE: src/main/java/com/mucommander/ui/viewer/text/tools/ExecPanel.java class ExecPanel (line 32) | public class ExecPanel extends JPanel implements ProcessListener { method ExecPanel (line 45) | public ExecPanel(Runnable onClose, OnClickFileHandler onFileClickHandl... method runCommand (line 55) | public void runCommand(AbstractFile folder, String command) { method processDied (line 84) | @Override method processOutput (line 93) | @Override method processOutput (line 101) | @Override FILE: src/main/java/com/mucommander/ui/viewer/text/tools/ExecUtils.java class ExecUtils (line 25) | public class ExecUtils { method getBuilderParams (line 28) | public static ProcessParams getBuilderParams(AbstractFile file) { method folderContainsBuilder (line 54) | private static boolean folderContainsBuilder(AbstractFile folder, Stri... FILE: src/main/java/com/mucommander/ui/viewer/text/tools/OnClickFileHandler.java type OnClickFileHandler (line 22) | public interface OnClickFileHandler { method onClick (line 23) | void onClick(AbstractFile file, int line, int column); FILE: src/main/java/com/mucommander/ui/viewer/text/tools/ProcessParams.java class ProcessParams (line 5) | public class ProcessParams { method ProcessParams (line 10) | ProcessParams(AbstractFile folder, String command) { FILE: src/main/java/com/mucommander/ui/viewer/text/utils/CodeFormatException.java class CodeFormatException (line 25) | @Getter method CodeFormatException (line 30) | CodeFormatException(String message, int line, int row, Throwable cause) { FILE: src/main/java/com/mucommander/ui/widgets/render/BasicComboBoxRenderer.java class BasicComboBoxRenderer (line 35) | public class BasicComboBoxRenderer extends JLabel implements ListCell... method getListCellRendererComponent (line 43) | @Override method BasicComboBoxRenderer (line 64) | public BasicComboBoxRenderer() { method getPreferredSize (line 70) | public Dimension getPreferredSize() { FILE: src/main/java/com/mucommander/updates/NightlyChecker.java class NightlyChecker (line 28) | public class NightlyChecker { method getNightlyBuildCode (line 33) | private static String getNightlyBuildCode() { method hasUpdates (line 46) | public static boolean hasUpdates() { FILE: src/main/java/com/mucommander/updates/SelfUpdateUtils.java class SelfUpdateUtils (line 31) | public class SelfUpdateUtils { method isUpdaterAvailable (line 35) | public static boolean isUpdaterAvailable() { method prepareUpdater (line 39) | private static boolean prepareUpdater() { method execRestarter (line 43) | private static String execRestarter(boolean waitComplete, String... ar... method checkRestarter (line 82) | public static boolean checkRestarter() { method getPid (line 87) | private static int getPid() { method getTcExecutionCommand (line 100) | public static String getTcExecutionCommand() { method updateAndRestart (line 115) | public static void updateAndRestart() { method getRestarterJarPath (line 121) | private static String getRestarterJarPath() { method extractRestarter (line 132) | public static boolean extractRestarter() { FILE: src/main/java/com/mucommander/updates/VersionChecker.java class VersionChecker (line 72) | @Slf4j method VersionChecker (line 136) | private VersionChecker() {} method getInstance (line 143) | public static VersionChecker getInstance() throws Exception { method isNewVersionAvailable (line 178) | public boolean isNewVersionAvailable() { method startDocument (line 197) | @Override method characters (line 208) | @Override method startElement (line 224) | @Override method endElement (line 249) | @Override method endDocument (line 255) | @Override FILE: src/main/java/com/mucommander/utils/Convert.java class Convert (line 8) | public class Convert { method readableFileSize (line 11) | public static String readableFileSize(long size) { FILE: src/main/java/com/mucommander/utils/TcLogging.java class TcLogging (line 43) | public class TcLogging { type LogLevel (line 48) | public enum LogLevel { method valueOf (line 64) | public static LogLevel valueOf(Level logbackLevel) { method toLogbackLevel (line 81) | public Level toLogbackLevel() { method updateLogLevel (line 108) | private static void updateLogLevel(LogLevel level) { method getLevel (line 119) | public static LogLevel getLevel(ILoggingEvent loggingEvent) { method getLogLevel (line 128) | public static LogLevel getLogLevel() { method setLogLevel (line 138) | public static void setLogLevel(LogLevel level) { method getDebugConsoleAppender (line 143) | public static DebugConsoleAppender getDebugConsoleAppender() { method getConsoleAppender (line 147) | public static ConsoleAppender getConsoleAppender() { method configureLogging (line 151) | public static void configureLogging() { method createConsoleAppender (line 175) | private static ConsoleAppender createConsoleAppender(Lo... method createDebugConsoleAppender (line 190) | private static DebugConsoleAppender createDebugConsoleAppender(LoggerC... class CustomLoggingLayout (line 199) | private static class CustomLoggingLayout extends LayoutBase getAvailableLanguages() { method hasValue (line 210) | public static boolean hasValue(String key, boolean useDefaultLanguage) { method get (line 223) | public static String get(String key, String... paramValues) { class UTF8Control (line 254) | public static class UTF8Control extends ResourceBundle.Control { method newBundle (line 255) | public ResourceBundle newBundle(String baseName, Locale locale, Stri... method getInputStream (line 268) | @Nullable method getLogger (line 287) | private static Logger getLogger() { FILE: src/main/java/com/mucommander/utils/xml/XmlAttributes.java class XmlAttributes (line 14) | public class XmlAttributes { method getValue (line 25) | public String getValue(String name) { method clear (line 32) | public void clear() { method add (line 41) | public void add(String name, String value) { method names (line 49) | public Iterator names() { FILE: src/main/java/com/mucommander/utils/xml/XmlWriter.java class XmlWriter (line 15) | public class XmlWriter { method XmlWriter (line 55) | public XmlWriter(File file) throws IOException {this(new FileOutputStr... method XmlWriter (line 69) | public XmlWriter(File file, String encoding) throws IOException {this(... method XmlWriter (line 80) | public XmlWriter(OutputStream stream) throws IOException {init(new Out... method XmlWriter (line 89) | public XmlWriter(OutputStream stream, String encoding) throws IOExcept... method init (line 91) | private void init(Writer writer, String encoding) throws IOException { method writeDocType (line 121) | public void writeDocType(String topElement, String availability, Strin... method startElement (line 161) | public void startElement(String name) throws IOException {startElement... method startElement (line 176) | public void startElement(String name, boolean lineBreak) throws IOExce... method writeStandAloneElement (line 192) | public void writeStandAloneElement(String name) throws IOException {st... method writeCommentLine (line 200) | public void writeCommentLine(String comment) throws IOException { method startElement (line 218) | public void startElement(String name, XmlAttributes attributes) throws... method startElement (line 233) | public void startElement(String name, XmlAttributes attributes, boolea... method writeStandAloneElement (line 249) | public void writeStandAloneElement(String name, XmlAttributes attribut... method startElement (line 258) | private void startElement(String name, boolean isStandAlone, XmlAttrib... method endElement (line 305) | public void endElement(String name) throws IOException { method writeCData (line 329) | public void writeCData(String cdata) throws IOException { method escape (line 342) | public String escape(String data) { method println (line 363) | public void println() throws IOException { method indent (line 375) | private void indent() throws IOException { method close (line 392) | public void close() throws IOException { FILE: src/main/java/com/sshtools/sftp/SftpFileInputStreamEx.java class SftpFileInputStreamEx (line 28) | public class SftpFileInputStreamEx extends SftpFileInputStream { method SftpFileInputStreamEx (line 29) | public SftpFileInputStreamEx(SftpFile file) throws SftpStatusException... method SftpFileInputStreamEx (line 33) | public SftpFileInputStreamEx(SftpFile file, long position) throws Sftp... method getPosition (line 37) | public long getPosition() { method setPosition (line 41) | public void setPosition(long position) { FILE: src/main/java/com/sshtools/sftp/SftpFileOutputStreamEx.java class SftpFileOutputStreamEx (line 28) | public class SftpFileOutputStreamEx extends SftpFileOutputStream { method SftpFileOutputStreamEx (line 30) | protected SftpFileOutputStreamEx(SftpFile file, long pos) throws SftpS... FILE: src/main/java/com/sun/jna/platform/mac/XAttrUtils.java class XAttrUtils (line 26) | public class XAttrUtils { method read (line 37) | public static byte[] read(String path, String key) { method write (line 61) | public static void write(String path, String key, byte[] value) { FILE: src/main/java/org/fife/ui/rtextarea/GutterEx.java class GutterEx (line 26) | public class GutterEx extends Gutter { method GutterEx (line 28) | public GutterEx(RTextArea textArea) { method setIconRowHeaderEnabled (line 32) | public void setIconRowHeaderEnabled(boolean enabled) { method setLineNumbersEnabled (line 36) | public void setLineNumbersEnabled(boolean enabled) { method setTextArea (line 40) | public void setTextArea(RTextArea textArea) { FILE: src/main/java/ru/trolsoft/calculator/eval/CommandlineInterpreter.java class CommandlineInterpreter (line 35) | public class CommandlineInterpreter { method calculateExpression (line 36) | private static void calculateExpression(String string) { method main (line 44) | public static void main(String[] args) { method printUsage (line 52) | private static void printUsage() { FILE: src/main/java/ru/trolsoft/calculator/eval/CustomFunction.java class CustomFunction (line 23) | public abstract class CustomFunction { method CustomFunction (line 32) | CustomFunction(String name) throws InvalidCustomFunctionException { method CustomFunction (line 46) | protected CustomFunction(String name, int argumentCount) { method getArgumentCount (line 51) | public int getArgumentCount(){ method applyFunction (line 55) | public abstract double applyFunction(double... args); FILE: src/main/java/ru/trolsoft/calculator/eval/CustomOperator.java class CustomOperator (line 30) | public abstract class CustomOperator { method CustomOperator (line 50) | CustomOperator(final String symbol, final boolean leftAssociative, fin... method CustomOperator (line 72) | protected CustomOperator(final String symbol, final boolean leftAssoci... method CustomOperator (line 87) | CustomOperator(final String symbol) { method CustomOperator (line 101) | CustomOperator(final String symbol, final int precedence) { method applyOperation (line 129) | public abstract double applyOperation(double[] values); FILE: src/main/java/ru/trolsoft/calculator/eval/ExpressionBuilder.java class ExpressionBuilder (line 22) | public class ExpressionBuilder { method ExpressionBuilder (line 50) | public ExpressionBuilder(String expression) { method getValidOperators (line 62) | private List getValidOperators() { method getBuiltinOperators (line 66) | private Map getBuiltinOperators() { method getBuiltinFunctions (line 126) | private Map getBuiltinFunctions() { method build (line 264) | public Calculable build() throws UnknownFunctionException, UnparsableE... method checkVariableName (line 284) | private void checkVariableName(String varName) throws UnparsableExpres... method withCustomFunction (line 307) | public ExpressionBuilder withCustomFunction(CustomFunction function) { method withCustomFunctions (line 312) | public ExpressionBuilder withCustomFunctions(Collection variableMap) { method withOperation (line 362) | public ExpressionBuilder withOperation(CustomOperator operation) { method withOperations (line 373) | public ExpressionBuilder withOperations(Collection ope... method withExpression (line 387) | public ExpressionBuilder withExpression(String expression) { FILE: src/main/java/ru/trolsoft/calculator/eval/RPNExpression.java class RPNExpression (line 11) | public class RPNExpression implements Calculable { method RPNExpression (line 18) | RPNExpression(List tokens, String expression, final Map getDesktopAntiAliasHints() { method processKeyEvent (line 678) | @Override method copySelectedAsBinary (line 737) | private void copySelectedAsBinary() { method copySelectedAsHex (line 774) | private void copySelectedAsHex() { method saveSelected (line 799) | private void saveSelected() { class CellRenderer (line 827) | private class CellRenderer extends DefaultTableCellRenderer { method CellRenderer (line 832) | CellRenderer() { method getTableCellRendererComponent (line 838) | public Component getTableCellRendererComponent(JTable table, Object ... method shouldUseAlternateBackground (line 882) | private boolean shouldUseAlternateBackground(int row, int column) { method paintComponent (line 886) | @Override class HeaderRenderer (line 935) | private class HeaderRenderer extends DefaultTableCellRenderer { method HeaderRenderer (line 942) | HeaderRenderer() { method getTableCellRendererComponent (line 947) | public Component getTableCellRendererComponent(JTable table, Object ... method paintComponent (line 953) | @Override FILE: src/main/java/ru/trolsoft/hexeditor/ui/ViewerHexTableModel.java class ViewerHexTableModel (line 12) | public class ViewerHexTableModel extends AbstractTableModel { method ViewerHexTableModel (line 20) | public ViewerHexTableModel(AbstractByteBuffer byteBuffer, int columns) { method ViewerHexTableModel (line 28) | public ViewerHexTableModel(AbstractByteBuffer byteBuffer) { method load (line 33) | public void load() throws IOException { method getSize (line 41) | public long getSize() { method getRowCount (line 46) | @Override method getColumnCount (line 56) | @Override method getValueAt (line 61) | @Override method getRowOffset (line 89) | protected long getRowOffset(int row) { method getAsciiDump (line 93) | private String getAsciiDump(long fileOffset) throws IOException { method getNumberOfHexColumns (line 113) | public int getNumberOfHexColumns() { method getColumnName (line 117) | @Override method setAsciiCharVisible (line 127) | void setAsciiCharVisible(char ch, boolean visible) { method getByteAt (line 133) | public byte getByteAt(long offset) throws IOException { FILE: src/main/java/ru/trolsoft/jni/NativeFileUtils.java class NativeFileUtils (line 25) | public class NativeFileUtils { method getJnilibFileName (line 37) | private static String getJnilibFileName() { method prepareLibrary (line 41) | private static void prepareLibrary(boolean overwrite) { method init (line 50) | public static boolean init() { method getLibraryVersion (line 70) | native private static int getLibraryVersion(); method getLocalFileAttributes (line 72) | native public static int getLocalFileAttributes(String path); method isLocalFileHidden (line 74) | native public static boolean isLocalFileHidden(String path); method isLocalDirectory (line 76) | native public static boolean isLocalDirectory(String path); method isLocalFileExecutable (line 78) | native public static boolean isLocalFileExecutable(String path); FILE: src/main/java/ru/trolsoft/macosx/FileLabelCache.java class FileLabelCache (line 37) | public class FileLabelCache { method getInstance (line 46) | public static FileLabelCache getInstance() { method getLabelColor (line 66) | public Color getLabelColor(AbstractFile file) { method addColor (line 78) | private Color addColor(AbstractFile file) { method getFileLabel (line 94) | private Color getFileLabel(AbstractFile file) { FILE: src/main/java/ru/trolsoft/macosx/RetinaImageIcon.java class RetinaImageIcon (line 31) | public class RetinaImageIcon extends ImageIcon { method RetinaImageIcon (line 39) | public RetinaImageIcon(URL location) { method RetinaImageIcon (line 43) | public RetinaImageIcon(Image img) { method checkRetina (line 51) | private static boolean checkRetina() { method getIconWidth (line 66) | @Override method getIconHeight (line 71) | @Override method paintIcon (line 77) | @Override method buildDisabledIcon (line 97) | public ImageIcon buildDisabledIcon() { method buildPaddedIcon (line 101) | public static ImageIcon buildPaddedIcon(ImageIcon icon, Insets insets) { FILE: src/main/java/ru/trolsoft/ui/InputField.java class InputField (line 34) | public class InputField extends JTextField implements DocumentListener { type FilterType (line 36) | public enum FilterType { method InputField (line 57) | public InputField() { method InputField (line 62) | public InputField(int columns) { method InputField (line 67) | public InputField(int columns, FilterType filterType) { method InputField (line 73) | public InputField(FilterType filterType) { method init (line 79) | private void init() { method insertUpdate (line 84) | @Override method removeUpdate (line 89) | @Override method changedUpdate (line 94) | @Override method getFilterType (line 99) | public FilterType getFilterType() { method setFilterType (line 103) | public void setFilterType(FilterType filterType) { method getMaxLength (line 107) | public int getMaxLength() { method setMaxLength (line 111) | public void setMaxLength(int maxLength) { method filterText (line 118) | private void filterText() { method filterInput (line 142) | private String filterInput(String input, int maxLength) { method filterHexString (line 155) | private static String filterHexString(String input, int maxBytes) { method filterDecLong (line 179) | private String filterDecLong(String input) { method filterHexLong (line 196) | private String filterHexLong(String input) { method beep (line 215) | private static void beep() { method getBytes (line 221) | public byte[] getBytes() { method setBytes (line 225) | public void setBytes(byte[] bytes) { method getValue (line 233) | public long getValue() { method setValue (line 243) | public void setValue(long val) { method bindField (line 248) | public void bindField(InputField field) { method setTextWithoutFilter (line 255) | private void setTextWithoutFilter(String text) { method updateBindFields (line 262) | private void updateBindFields() { method convert (line 282) | private String convert(String text, FilterType from, FilterType to) th... method getTextEncoding (line 294) | public String getTextEncoding() { method setTextEncoding (line 298) | public void setTextEncoding(String textEncoding) { method isEmpty (line 303) | public boolean isEmpty() { method onChange (line 307) | public void onChange() { FILE: src/main/java/ru/trolsoft/ui/TCheckBoxMenuItem.java class TCheckBoxMenuItem (line 31) | public class TCheckBoxMenuItem extends JCheckBoxMenuItem { method TCheckBoxMenuItem (line 34) | public TCheckBoxMenuItem() { method TCheckBoxMenuItem (line 39) | public TCheckBoxMenuItem(Icon icon) { method TCheckBoxMenuItem (line 44) | public TCheckBoxMenuItem(String text) { method TCheckBoxMenuItem (line 49) | public TCheckBoxMenuItem(Action a) { method TCheckBoxMenuItem (line 54) | public TCheckBoxMenuItem(String text, Icon icon) { method TCheckBoxMenuItem (line 59) | public TCheckBoxMenuItem(String text, boolean b) { method TCheckBoxMenuItem (line 64) | public TCheckBoxMenuItem(String text, Icon icon, boolean b) { method init (line 70) | private void init() { FILE: src/main/java/ru/trolsoft/ui/TMenuSeparator.java class TMenuSeparator (line 31) | public class TMenuSeparator extends JSeparator { method TMenuSeparator (line 33) | public TMenuSeparator() { FILE: src/main/java/ru/trolsoft/ui/TProgressBar.java class TProgressBar (line 27) | public class TProgressBar extends JProgressBar { method TProgressBar (line 41) | public TProgressBar() { method paintComponent (line 46) | @Override FILE: src/main/java/ru/trolsoft/ui/TRadioButtonMenuItem.java class TRadioButtonMenuItem (line 27) | public class TRadioButtonMenuItem extends JRadioButtonMenuItem { method TRadioButtonMenuItem (line 29) | public TRadioButtonMenuItem() { method TRadioButtonMenuItem (line 33) | public TRadioButtonMenuItem(Icon icon) { method TRadioButtonMenuItem (line 38) | public TRadioButtonMenuItem(String text) { method TRadioButtonMenuItem (line 43) | public TRadioButtonMenuItem(Action a) { method TRadioButtonMenuItem (line 48) | public TRadioButtonMenuItem(String text, Icon icon) { method TRadioButtonMenuItem (line 53) | public TRadioButtonMenuItem(String text, boolean selected) { method TRadioButtonMenuItem (line 58) | public TRadioButtonMenuItem(Icon icon, boolean selected) { method TRadioButtonMenuItem (line 63) | public TRadioButtonMenuItem(String text, Icon icon, boolean selected) { method init (line 68) | private void init() { FILE: src/main/java/ru/trolsoft/ui/ZxSpectrumLoadPane.java class ZxSpectrumLoadPane (line 8) | public class ZxSpectrumLoadPane extends JPanel { method ZxSpectrumLoadPane (line 17) | public ZxSpectrumLoadPane() { method ZxSpectrumLoadPane (line 21) | public ZxSpectrumLoadPane(LayoutManager layout) { method initTimer (line 26) | private Timer initTimer() { method stop (line 31) | public void stop() { method start (line 36) | public void start() { method paint (line 40) | @Override method nextBit (line 65) | private boolean nextBit() { FILE: src/main/java/ru/trolsoft/utils/FileUtils.java class FileUtils (line 28) | public class FileUtils { method copyFileFromJar (line 30) | public static void copyFileFromJar(String src, String dest, boolean ov... method copyFromJarFile (line 43) | public static void copyFromJarFile(String name, String jarPath, boolea... method copyFromJarFile (line 50) | public static void copyFromJarFile(String name, String jarPath) throws... method getJarPath (line 56) | public static String getJarPath() { FILE: src/main/java/ru/trolsoft/utils/ImageSizeDetector.java class ImageSizeDetector (line 28) | public class ImageSizeDetector { type ImageType (line 30) | public enum ImageType { method ImageSizeDetector (line 42) | public ImageSizeDetector(InputStream is) throws IOException { method process (line 46) | private void process(InputStream is) throws IOException { method readWordLH (line 119) | private static int readWordLH(InputStream is) throws IOException { method readWordHL (line 125) | private static int readWordHL(InputStream is) throws IOException { method readWord (line 131) | private static int readWord(InputStream is, boolean hiLo) throws IOExc... method readDwordLH (line 135) | private static int readDwordLH(InputStream is) throws IOException { method readDwordHL (line 143) | private static int readDwordHL(InputStream is) throws IOException { method readDword (line 151) | private static int readDword(InputStream is, boolean hiLo) throws IOEx... method getWidth (line 156) | public int getWidth() { method getHeight (line 160) | public int getHeight() { method getType (line 164) | public ImageType getType() { method toString (line 168) | @Override FILE: src/main/java/ru/trolsoft/utils/JavaClassVersionDetector.java class JavaClassVersionDetector (line 27) | public class JavaClassVersionDetector { type Version (line 34) | public enum Version { method Version (line 70) | Version(int major, int minor, String name) { method JavaClassVersionDetector (line 78) | public JavaClassVersionDetector(InputStream is) throws IOException { method process (line 82) | private Version process(InputStream is) throws IOException { method getMajor (line 101) | public int getMajor() { method getMinor (line 105) | public int getMinor() { method getVersion (line 109) | public Version getVersion() { FILE: src/main/java/ru/trolsoft/utils/StrUtils.java class StrUtils (line 24) | public class StrUtils { method dwordToHexStr (line 36) | public static String dwordToHexStr(long val) { method byteToHexStr (line 46) | public static String byteToHexStr(byte b) { method bytesToHexStr (line 57) | public static String bytesToHexStr(byte[] bytes, int offset, int size) { method byteToBinaryStr (line 68) | public static String byteToBinaryStr(byte b) { method byteToBinaryStr (line 73) | public static String byteToBinaryStr(int v) { method byteToOctalStr (line 84) | public static String byteToOctalStr(byte b) { method byteToOctalStr (line 89) | public static String byteToOctalStr(int v) { method bytesToHexString (line 100) | public static String bytesToHexString(byte[] bytes) { method hexStringToBytes (line 110) | public static byte[] hexStringToBytes(String text) { method parseNibble (line 155) | private static int parseNibble(char c) { method hasUtfMarker (line 167) | public static boolean hasUtfMarker(String s) { method removeUtfMarker (line 175) | public static String removeUtfMarker(String s) { FILE: src/main/java/ru/trolsoft/utils/StringStream.java class StringStream (line 22) | public class StringStream { method add (line 26) | public void add(String s) { method hasCompleted (line 40) | public boolean hasCompleted() { method getNext (line 44) | public String getNext() { method getRemains (line 48) | public String getRemains() { method hasRemains (line 58) | public boolean hasRemains() { method getLastIncomplete (line 62) | private StringBuffer getLastIncomplete() { method clear (line 69) | public void clear() { FILE: src/main/java/ru/trolsoft/utils/search/BytesSearchPattern.java class BytesSearchPattern (line 24) | public class BytesSearchPattern implements SearchPattern { method BytesSearchPattern (line 27) | public BytesSearchPattern(byte[] bytes) { method length (line 31) | @Override method checkByte (line 36) | @Override method checkSelf (line 41) | @Override FILE: src/main/java/ru/trolsoft/utils/search/InputStreamSource.java class InputStreamSource (line 28) | public class InputStreamSource implements SearchSourceStream { method InputStreamSource (line 34) | public InputStreamSource(InputStream is) { method hasNext (line 38) | @Override method close (line 48) | @Override method next (line 61) | @Override FILE: src/main/java/ru/trolsoft/utils/search/SearchException.java class SearchException (line 24) | public class SearchException extends Exception { method SearchException (line 30) | public SearchException() { method SearchException (line 42) | public SearchException(String message) { method SearchException (line 59) | public SearchException(String message, Throwable cause) { method SearchException (line 76) | public SearchException(Throwable cause) { FILE: src/main/java/ru/trolsoft/utils/search/SearchPattern.java type SearchPattern (line 24) | public interface SearchPattern { method length (line 30) | int length(); method checkByte (line 38) | boolean checkByte(int index, int val); method checkSelf (line 41) | boolean checkSelf(int index1, int index2); FILE: src/main/java/ru/trolsoft/utils/search/SearchSourceStream.java type SearchSourceStream (line 25) | public interface SearchSourceStream extends AutoCloseable { method next (line 26) | int next() throws SearchException; method hasNext (line 28) | boolean hasNext() throws SearchException; method close (line 30) | void close(); FILE: src/main/java/ru/trolsoft/utils/search/SearchUtils.java class SearchUtils (line 25) | public class SearchUtils { method indexOf (line 28) | public static long indexOf(SearchSourceStream source, SearchPattern pa... method computeFailure (line 57) | private static int[] computeFailure(SearchPattern pattern) { FILE: src/main/java/ru/trolsoft/utils/search/StringCaseInsensitiveSearchPattern.java class StringCaseInsensitiveSearchPattern (line 27) | public class StringCaseInsensitiveSearchPattern implements SearchPattern { method StringCaseInsensitiveSearchPattern (line 31) | public StringCaseInsensitiveSearchPattern(String s, String charset) th... method length (line 36) | @Override method checkByte (line 41) | @Override method checkSelf (line 46) | @Override FILE: src/main/java/ru/trolsoft/utils/search/StringCaseSensitiveSearchPattern.java class StringCaseSensitiveSearchPattern (line 9) | public class StringCaseSensitiveSearchPattern implements SearchPattern { method StringCaseSensitiveSearchPattern (line 13) | public StringCaseSensitiveSearchPattern(String s, String charset) thro... method length (line 17) | @Override method checkByte (line 22) | @Override method checkSelf (line 27) | @Override FILE: src/main/java/se/vidstige/jadb/AdbFilterInputStream.java class AdbFilterInputStream (line 7) | public class AdbFilterInputStream extends FilterInputStream { method AdbFilterInputStream (line 8) | public AdbFilterInputStream(InputStream inputStream) { method read (line 12) | @Override method read (line 26) | @Override method read (line 43) | @Override FILE: src/main/java/se/vidstige/jadb/AdbFilterOutputStream.java class AdbFilterOutputStream (line 6) | public class AdbFilterOutputStream extends LookBackFilteringOutputStream { method AdbFilterOutputStream (line 7) | public AdbFilterOutputStream(OutputStream inner) { method write (line 11) | @Override FILE: src/main/java/se/vidstige/jadb/AdbServerLauncher.java class AdbServerLauncher (line 9) | public class AdbServerLauncher { method AdbServerLauncher (line 19) | public AdbServerLauncher(Subprocess subprocess, Map en... method AdbServerLauncher (line 30) | public AdbServerLauncher(Subprocess subprocess, String executable) { method findAdbExecutable (line 35) | private static String findAdbExecutable(Map environmen... method launch (line 43) | public void launch() throws IOException, InterruptedException { FILE: src/main/java/se/vidstige/jadb/ConnectionToRemoteDeviceException.java class ConnectionToRemoteDeviceException (line 3) | public class ConnectionToRemoteDeviceException extends Exception { method ConnectionToRemoteDeviceException (line 4) | public ConnectionToRemoteDeviceException(String message) { FILE: src/main/java/se/vidstige/jadb/DeviceDetectionListener.java type DeviceDetectionListener (line 5) | public interface DeviceDetectionListener { method onDetect (line 6) | void onDetect(List devices); method onException (line 7) | void onException(Exception e); FILE: src/main/java/se/vidstige/jadb/DeviceWatcher.java class DeviceWatcher (line 5) | public class DeviceWatcher implements Runnable { method DeviceWatcher (line 10) | public DeviceWatcher(Transport transport, DeviceDetectionListener list... method run (line 16) | @Override method watch (line 21) | public void watch() { method stop (line 37) | public void stop() throws IOException { FILE: src/main/java/se/vidstige/jadb/HostConnectToRemoteTcpDevice.java class HostConnectToRemoteTcpDevice (line 6) | class HostConnectToRemoteTcpDevice { method HostConnectToRemoteTcpDevice (line 10) | HostConnectToRemoteTcpDevice(Transport transport) { method HostConnectToRemoteTcpDevice (line 16) | HostConnectToRemoteTcpDevice(Transport transport, ResponseValidator re... method connect (line 21) | InetSocketAddress connect(InetSocketAddress inetSocketAddress) method verifyTransportLevel (line 30) | private void verifyTransportLevel() throws IOException, JadbException { method verifyProtocolLevel (line 34) | private void verifyProtocolLevel() throws IOException, ConnectionToRem... type ResponseValidator (line 40) | interface ResponseValidator { method validate (line 41) | void validate(String response) throws ConnectionToRemoteDeviceExcept... class ResponseValidatorImp (line 44) | final static class ResponseValidatorImp implements ResponseValidator { method ResponseValidatorImp (line 49) | ResponseValidatorImp() { method validate (line 52) | public void validate(String response) throws ConnectionToRemoteDevic... method checkIfConnectedSuccessfully (line 58) | private boolean checkIfConnectedSuccessfully(String response) { method checkIfAlreadyConnected (line 62) | private boolean checkIfAlreadyConnected(String response) { method extractError (line 66) | private String extractError(String response) { FILE: src/main/java/se/vidstige/jadb/HostDisconnectFromRemoteTcpDevice.java class HostDisconnectFromRemoteTcpDevice (line 6) | public class HostDisconnectFromRemoteTcpDevice { method HostDisconnectFromRemoteTcpDevice (line 10) | HostDisconnectFromRemoteTcpDevice(Transport transport) { method HostDisconnectFromRemoteTcpDevice (line 16) | HostDisconnectFromRemoteTcpDevice(Transport transport, ResponseValidat... method disconnect (line 21) | InetSocketAddress disconnect(InetSocketAddress inetSocketAddress) method verifyTransportLevel (line 30) | private void verifyTransportLevel() throws IOException, JadbException { method verifyProtocolLevel (line 34) | private void verifyProtocolLevel() throws IOException, ConnectionToRem... type ResponseValidator (line 40) | interface ResponseValidator { method validate (line 41) | void validate(String response) throws ConnectionToRemoteDeviceExcept... class ResponseValidatorImp (line 44) | final static class ResponseValidatorImp implements ResponseValidator { method ResponseValidatorImp (line 49) | ResponseValidatorImp() { method validate (line 52) | public void validate(String response) throws ConnectionToRemoteDevic... method checkIfConnectedSuccessfully (line 58) | private boolean checkIfConnectedSuccessfully(String response) { method checkIfAlreadyConnected (line 62) | private boolean checkIfAlreadyConnected(String response) { method extractError (line 66) | private String extractError(String response) { FILE: src/main/java/se/vidstige/jadb/ITransportFactory.java type ITransportFactory (line 8) | public interface ITransportFactory { method createTransport (line 9) | Transport createTransport() throws IOException; FILE: src/main/java/se/vidstige/jadb/JadbConnection.java class JadbConnection (line 9) | public class JadbConnection implements ITransportFactory { method JadbConnection (line 16) | public JadbConnection() { method JadbConnection (line 20) | private JadbConnection(String host, int port) { method createTransport (line 25) | public Transport createTransport() throws IOException { method getHostVersion (line 29) | public String getHostVersion() throws IOException, JadbException { method connectToTcpDevice (line 38) | public InetSocketAddress connectToTcpDevice(InetSocketAddress inetSock... method disconnectFromTcpDevice (line 48) | public InetSocketAddress disconnectFromTcpDevice(InetSocketAddress tcp... method getDevices (line 59) | public List getDevices() throws IOException, JadbException { method createDeviceWatcher (line 68) | public DeviceWatcher createDeviceWatcher(DeviceDetectionListener liste... method parseDevices (line 75) | List parseDevices(String body) { method getAnyDevice (line 87) | public JadbDevice getAnyDevice() { FILE: src/main/java/se/vidstige/jadb/JadbDevice.java class JadbDevice (line 9) | public class JadbDevice { type State (line 10) | public enum State { method JadbDevice (line 20) | JadbDevice(String serial, String type, ITransportFactory tFactory) { method createAny (line 25) | static JadbDevice createAny(JadbConnection connection) { method JadbDevice (line 29) | private JadbDevice(ITransportFactory tFactory) { method convertState (line 34) | private State convertState(String type) { method getTransport (line 47) | private Transport getTransport() throws IOException, JadbException { method getSerial (line 59) | public String getSerial() { method getState (line 63) | public State getState() throws IOException, JadbException { method executeShell (line 88) | public InputStream executeShell(String command, String... args) throws... method executeShell (line 100) | @Deprecated method execute (line 124) | public InputStream execute(String command, String... args) throws IOEx... method buildCmdLine (line 138) | private StringBuilder buildCmdLine(String command, String... args) { method list (line 148) | public List list(String remotePath) throws IOException, Ja... method getMode (line 160) | private int getMode(File file) { method push (line 165) | public void push(InputStream source, long lastModified, int mode, Remo... method push (line 176) | public void push(File local, RemoteFile remote) throws IOException, Ja... method pull (line 182) | public void pull(RemoteFile remote, OutputStream destination) throws I... method pull (line 190) | public void pull(RemoteFile remote, File local) throws IOException, Ja... method send (line 196) | private void send(Transport transport, String command) throws IOExcept... method toString (line 201) | @Override method hashCode (line 206) | @Override method equals (line 214) | @Override FILE: src/main/java/se/vidstige/jadb/JadbException.java class JadbException (line 3) | public class JadbException extends Exception { method JadbException (line 5) | public JadbException(String message) { FILE: src/main/java/se/vidstige/jadb/LookBackFilteringOutputStream.java class LookBackFilteringOutputStream (line 8) | public class LookBackFilteringOutputStream extends FilterOutputStream { method LookBackFilteringOutputStream (line 12) | LookBackFilteringOutputStream(OutputStream inner, int lookBackBufferSize) method unwrite (line 19) | void unwrite() { method lookback (line 23) | ArrayDeque lookback() { method write (line 27) | @Override method flush (line 33) | @Override method flushBuffer (line 39) | private void flushBuffer(int size) throws IOException { FILE: src/main/java/se/vidstige/jadb/RemoteFile.java class RemoteFile (line 6) | public class RemoteFile { method RemoteFile (line 9) | public RemoteFile(String path) { method getName (line 13) | public String getName() { method getSize (line 17) | public int getSize() { method getLastModified (line 21) | public long getLastModified() { method isDirectory (line 25) | public boolean isDirectory() { method getPath (line 29) | public String getPath() { method equals (line 33) | @Override method hashCode (line 45) | @Override FILE: src/main/java/se/vidstige/jadb/RemoteFileRecord.java class RemoteFileRecord (line 6) | class RemoteFileRecord extends RemoteFile { method RemoteFileRecord (line 13) | public RemoteFileRecord(String name, int mode, int size, long lastModi... method getSize (line 20) | @Override method getLastModified (line 25) | @Override method isDirectory (line 30) | @Override FILE: src/main/java/se/vidstige/jadb/Stream.java class Stream (line 9) | public class Stream { method copy (line 10) | public static void copy(InputStream in, OutputStream out) throws IOExc... method readAll (line 18) | public static String readAll(InputStream input, Charset charset) throw... FILE: src/main/java/se/vidstige/jadb/Subprocess.java class Subprocess (line 5) | public class Subprocess { method execute (line 6) | public Process execute(String[] command) throws IOException { FILE: src/main/java/se/vidstige/jadb/SyncTransport.java class SyncTransport (line 10) | public class SyncTransport { method SyncTransport (line 15) | SyncTransport(OutputStream outputStream, InputStream inputStream) { method SyncTransport (line 20) | public SyncTransport(DataOutput outputStream, DataInput inputStream) { method send (line 25) | public void send(String syncCommand, String name) throws IOException { method sendStatus (line 37) | public void sendStatus(String statusCode, int length) throws IOExcepti... method verifyStatus (line 42) | void verifyStatus() throws IOException, JadbException { method readInt (line 54) | private int readInt() throws IOException { method readString (line 58) | private String readString(int length) throws IOException { method readDirectoryEntry (line 64) | RemoteFileRecord readDirectoryEntry() throws IOException { method sendChunk (line 78) | private void sendChunk(byte[] buffer, int offset, int length) throws I... method readChunk (line 84) | private int readChunk(byte[] buffer) throws IOException, JadbException { method sendStream (line 95) | public void sendStream(InputStream in) throws IOException { method readChunksTo (line 104) | public void readChunksTo(OutputStream stream) throws IOException, Jadb... FILE: src/main/java/se/vidstige/jadb/Transport.java class Transport (line 8) | class Transport { method Transport (line 13) | private Transport(OutputStream outputStream, InputStream inputStream) { method Transport (line 18) | Transport(Socket socket) throws IOException { method readString (line 22) | String readString() throws IOException { method readResponseTo (line 28) | void readResponseTo(OutputStream output) throws IOException { method getInputStream (line 32) | public InputStream getInputStream() { method verifyResponse (line 36) | void verifyResponse() throws IOException, JadbException { method readString (line 44) | private String readString(int length) throws IOException { method send (line 55) | public void send(String command) throws IOException { method startSync (line 64) | SyncTransport startSync() throws IOException, JadbException { method close (line 70) | public void close() throws IOException { FILE: src/main/java/se/vidstige/jadb/managers/Bash.java class Bash (line 3) | public class Bash { method quote (line 4) | public static String quote(String s) { FILE: src/main/java/se/vidstige/jadb/managers/Package.java class Package (line 6) | public class Package { method Package (line 9) | public Package(String name) { method toString (line 13) | @Override method equals (line 16) | @Override method hashCode (line 19) | @Override FILE: src/main/java/se/vidstige/jadb/managers/PackageManager.java class PackageManager (line 17) | public class PackageManager { method PackageManager (line 20) | public PackageManager(JadbDevice device) { method getPackages (line 24) | public List getPackages() throws IOException, JadbException { method getErrorMessage (line 38) | private String getErrorMessage(String operation, String target, String... method verifyOperation (line 42) | private void verifyOperation(String operation, String target, String r... method remove (line 46) | public void remove(RemoteFile file) throws IOException, JadbException { method install (line 51) | private void install(File apkFile, List extraArguments) throws... method install (line 64) | public void install(File apkFile) throws IOException, JadbException { method installWithOptions (line 68) | private void installWithOptions(File apkFile, List getprop() throws IOException, JadbException { method parseProp (line 31) | private Map parseProp(BufferedReader bufferedReader) t... FILE: src/main/java/se/vidstige/jadb/server/AdbDeviceResponder.java type AdbDeviceResponder (line 14) | public interface AdbDeviceResponder { method getSerial (line 15) | String getSerial(); method getType (line 16) | String getType(); method filePushed (line 18) | void filePushed(RemoteFile path, int mode, ByteArrayOutputStream buffe... method filePulled (line 19) | void filePulled(RemoteFile path, ByteArrayOutputStream buffer) throws ... method shell (line 21) | void shell(String command, DataOutputStream stdout, DataInput stdin) t... FILE: src/main/java/se/vidstige/jadb/server/AdbProtocolHandler.java class AdbProtocolHandler (line 12) | class AdbProtocolHandler implements Runnable { method AdbProtocolHandler (line 17) | public AdbProtocolHandler(Socket socket, AdbResponder responder) { method findDevice (line 22) | private AdbDeviceResponder findDevice(String serial) throws ProtocolEx... method run (line 29) | @Override method runServer (line 39) | private void runServer() throws IOException { method shell (line 125) | private void shell(String command, DataOutputStream stdout, DataInput ... method readInt (line 129) | private int readInt(DataInput input) throws IOException { method readString (line 133) | private String readString(DataInput input, int length) throws IOExcept... method sync (line 139) | private void sync(DataOutput output, DataInput input) throws IOExcepti... method getCommandLength (line 166) | private String getCommandLength(String command) { method send (line 170) | public void send(DataOutput writer, String response) throws IOException { FILE: src/main/java/se/vidstige/jadb/server/AdbResponder.java type AdbResponder (line 8) | public interface AdbResponder { method onCommand (line 9) | void onCommand(String command); method getVersion (line 11) | int getVersion(); method getDevices (line 13) | List getDevices(); FILE: src/main/java/se/vidstige/jadb/server/AdbServer.java class AdbServer (line 8) | public class AdbServer extends SocketServer { method AdbServer (line 13) | public AdbServer(AdbResponder responder) { method AdbServer (line 17) | public AdbServer(AdbResponder responder, int port) { method createResponder (line 22) | @Override FILE: src/main/java/se/vidstige/jadb/server/SocketServer.java class SocketServer (line 8) | public abstract class SocketServer implements Runnable { method SocketServer (line 17) | protected SocketServer(int port) { method start (line 21) | public void start() throws InterruptedException { method getPort (line 28) | public int getPort() { method run (line 32) | @Override method serverReady (line 50) | private void serverReady() { method waitForServer (line 57) | private void waitForServer() throws InterruptedException { method createResponder (line 65) | protected abstract Runnable createResponder(Socket socket); method stop (line 67) | public void stop() throws IOException, InterruptedException { FILE: src/test/java/com/mucommander/XmlResourceTest.java class XmlResourceTest (line 37) | public class XmlResourceTest { method testXmlResources (line 50) | @Test method testXMLFiles (line 66) | private void testXMLFiles(AbstractFile folder) throws SAXException, IO... method testXMLDocument (line 85) | private void testXMLDocument(AbstractFile file) throws SAXException, I... class SAXErrorHandler (line 95) | private static class SAXErrorHandler extends DefaultHandler { method warning (line 97) | @Override method error (line 103) | @Override method fatalError (line 109) | @Override method printSAXError (line 115) | private void printSAXError(SAXParseException e, String errorType) { FILE: src/test/java/com/mucommander/command/CommandTest.java class CommandTest (line 36) | public class CommandTest { method testPathSubstitution (line 67) | @Test method getParent (line 89) | private String getParent(AbstractFile file) { method testParentSubstitution (line 97) | @Test method getExtension (line 118) | private String getExtension(AbstractFile file) { method testExtensionSubstitution (line 126) | @Test method testBasenameSubstitution (line 150) | @Test method testNameSubstitution (line 169) | @Test method testCurrentDirSubstitution (line 188) | @Test method testIllegalKeywords (line 206) | @Test method testParsingWithSubstitution (line 234) | @Test method testParsingWithoutSubstitution (line 279) | @Test method checkCommand (line 348) | private void checkCommand(Command command, CommandType type, boolean i... method testConstructors (line 367) | @Test FILE: src/test/java/com/mucommander/commons/conf/BufferedConfigurationExplorerTest.java class BufferedConfigurationExplorerTest (line 27) | public class BufferedConfigurationExplorerTest extends ConfigurationExpl... method getExplorer (line 32) | @Override method backtrack (line 40) | private void backtrack(BufferedConfigurationExplorer explorer, int dep... method testSectionFoundBuffer (line 52) | @Test method testSectionNotFoundBuffer (line 65) | @Test method testSectionNotFoundAndCreateBuffer (line 81) | @Test FILE: src/test/java/com/mucommander/commons/conf/ConfigurationEventTest.java class ConfigurationEventTest (line 12) | public class ConfigurationEventTest { method setUp (line 46) | @BeforeEach method testStringEvents (line 54) | @Test method testListEvents (line 70) | @Test method testIntegerEvent (line 86) | @Test method testLongEvent (line 102) | @Test method testDoubleEvent (line 118) | @Test method testFloatEvent (line 134) | @Test method testBooleanEvent (line 150) | @Test method testConstructor (line 168) | @Test FILE: src/test/java/com/mucommander/commons/conf/ConfigurationExplorerTest.java class ConfigurationExplorerTest (line 10) | public class ConfigurationExplorerTest { method setUp (line 30) | @BeforeEach method getExplorer (line 46) | protected ConfigurationExplorer getExplorer() { method moveTo (line 56) | protected ConfigurationSection moveTo(ConfigurationExplorer explorer, ... method assertSectionNotFound (line 71) | private void assertSectionNotFound(boolean create) { method testSectionNotFoundWithoutCreate (line 97) | @Test method testSectionNotFoundWithCreate (line 104) | @Test method testSectionFound (line 111) | @Test FILE: src/test/java/com/mucommander/commons/conf/ConfigurationSectionTest.java class ConfigurationSectionTest (line 14) | public class ConfigurationSectionTest { method testRemoveVariable (line 20) | @ParameterizedTest method assertVariable (line 39) | private void assertVariable(ConfigurationSection section, String var, ... method testSetVariable (line 54) | @ParameterizedTest method assertVariableNames (line 78) | private void assertVariableNames(ConfigurationSection section, int cou... method testVariableNames (line 109) | @Test method testLists (line 138) | @Test method testLongs (line 148) | @Test method testIntegers (line 161) | @Test method testDoubles (line 174) | @Test method testFloats (line 187) | @Test method testBooleans (line 200) | @Test method testSections (line 218) | @Test method assertSectionNames (line 249) | private void assertSectionNames(ConfigurationSection section, int coun... method testSectionNames (line 278) | @Test FILE: src/test/java/com/mucommander/commons/conf/FileConfigurationSourceTest.java class FileConfigurationSourceTest (line 16) | public class FileConfigurationSourceTest { method setUp (line 28) | @BeforeEach method testInitialization (line 37) | @Test method read (line 53) | private String read(Reader in) throws IOException { method testStreams (line 71) | @Test FILE: src/test/java/com/mucommander/commons/conf/ValueIteratorTest.java class ValueIteratorTest (line 25) | public class ValueIteratorTest extends ValueListTest { method testStringValues (line 30) | @Override method testIntegerValues (line 46) | @Override method testLongValues (line 62) | @Override method testFloatValues (line 77) | @Override method testDoubleValues (line 92) | @Override method testBooleanValues (line 107) | @Override method testListValues (line 123) | @Override FILE: src/test/java/com/mucommander/commons/conf/ValueListTest.java class ValueListTest (line 29) | public class ValueListTest { method createIntegerData (line 35) | private static Vector createIntegerData() { method createFloatData (line 47) | private static Vector createFloatData() { method createBooleanData (line 59) | private static Vector createBooleanData() { method testStringValues (line 76) | protected void testStringValues(ValueList values) { method testIntegerValues (line 86) | protected void testIntegerValues(ValueList values) { method testLongValues (line 96) | protected void testLongValues(ValueList values) { method testFloatValues (line 106) | protected void testFloatValues(ValueList values) { method testDoubleValues (line 116) | protected void testDoubleValues(ValueList values) { method testBooleanValues (line 126) | protected void testBooleanValues(ValueList values) { method testListValues (line 137) | protected void testListValues(ValueList values, String separator) { method testStringValues (line 153) | @Test method testIntegerValues (line 161) | @Test method testLongValues (line 169) | @Test method testFloatValues (line 177) | @Test method testDoubleValues (line 185) | @Test method testBooleanValues (line 193) | @Test method testListValues (line 201) | @Test FILE: src/test/java/com/mucommander/commons/file/AbstractFileTest.java class AbstractFileTest (line 53) | public abstract class AbstractFileTest { method setUp (line 80) | @BeforeEach method getTemporaryFolder (line 93) | public static AbstractFile getTemporaryFolder(File file) { method tearDown (line 105) | @AfterEach method deleteWhenFinished (line 125) | protected AbstractFile deleteWhenFinished(AbstractFile fileToDelete) { method writeRandomData (line 148) | protected void writeRandomData(OutputStream out, long length, int maxC... method createFile (line 188) | protected String createFile(AbstractFile file, long length) throws IOE... method sleep (line 203) | private void sleep(long timeMs) { method getPseudoUniqueFilename (line 218) | protected String getPseudoUniqueFilename(String prefix) { method byteArraysEqual (line 229) | protected boolean byteArraysEqual(byte[] b1, byte[] b2) { method getMd5OutputStream (line 249) | public ChecksumOutputStream getMd5OutputStream(OutputStream out) throw... method calculateMd5 (line 263) | protected String calculateMd5(InputStream in) throws IOException, NoSu... method calculateMd5 (line 275) | protected String calculateMd5(AbstractFile file) throws IOException, N... method assertInputStreamEquals (line 291) | protected void assertInputStreamEquals(InputStream in1, InputStream in... method assertContentsEquals (line 303) | protected void assertContentsEquals(AbstractFile file1, AbstractFile f... method assertUnsupportedFileOperationException (line 334) | protected void assertUnsupportedFileOperationException(UnsupportedFile... method assertNameAndExtension (line 350) | protected void assertNameAndExtension(AbstractFile tempFolder, String ... method testUnicodeFilename (line 368) | protected void testUnicodeFilename(AbstractFile baseFolder, String uni... method testPathResolution (line 404) | protected void testPathResolution(AbstractFile file, String path) thro... method testVolume (line 435) | protected void testVolume(AbstractFile volume) throws IOException { method copyTo (line 461) | protected void copyTo(AbstractFile sourceFile, AbstractFile destFile, ... method moveTo (line 478) | protected void moveTo(AbstractFile sourceFile, AbstractFile destFile, ... method testChangePermissionsUnsupported (line 490) | protected void testChangePermissionsUnsupported() throws IOException { method testChangePermissionsSupported (line 510) | protected void testChangePermissionsSupported() throws IOException, No... method testChangeDateUnsupported (line 561) | protected void testChangeDateUnsupported() throws IOException { method testChangeDateSupported (line 578) | protected void testChangeDateSupported() throws IOException, NoSuchAlg... method testGetInputStreamUnsupported (line 595) | protected void testGetInputStreamUnsupported() throws IOException { method testGetInputStreamSupported (line 620) | protected void testGetInputStreamSupported() throws IOException, NoSuc... method testGetRandomAccessInputStreamUnsupported (line 668) | protected void testGetRandomAccessInputStreamUnsupported() throws IOEx... method testGetRandomAccessInputStreamSupported (line 685) | protected void testGetRandomAccessInputStreamSupported() throws IOExce... method testGetOutputStreamUnsupported (line 751) | protected void testGetOutputStreamUnsupported() throws IOException { method testGetOutputStreamSupported (line 771) | protected void testGetOutputStreamSupported() throws IOException, NoSu... method testGetAppendOutputStreamUnsupported (line 803) | protected void testGetAppendOutputStreamUnsupported() throws IOExcepti... method testGetAppendOutputStreamSupported (line 823) | protected void testGetAppendOutputStreamSupported() throws IOException... method testGetRandomAccessOutputStreamUnsupported (line 858) | protected void testGetRandomAccessOutputStreamUnsupported() throws IOE... method testGetRandomAccessOutputStreamSupported (line 878) | protected void testGetRandomAccessOutputStreamSupported() throws IOExc... method testDeleteUnsupported (line 949) | protected void testDeleteUnsupported() throws IOException { method testDeleteSupported (line 965) | protected void testDeleteSupported() throws IOException { method testMkdirUnsupported (line 1005) | protected void testMkdirUnsupported() throws IOException { method testMkdirSupported (line 1021) | protected void testMkdirSupported() throws IOException { method testLsUnsupported (line 1057) | protected void testLsUnsupported() throws IOException { method testLsSupported (line 1073) | protected void testLsSupported() throws IOException { method testCopyTo (line 1123) | protected void testCopyTo(boolean useRemoteCopy) throws IOException, N... method testCopyRemotelyToUnsupported (line 1206) | protected void testCopyRemotelyToUnsupported() throws IOException { method testCopyRemotelyToSupported (line 1223) | protected void testCopyRemotelyToSupported() throws IOException, NoSuc... method testMoveTo (line 1236) | protected void testMoveTo(boolean useRenameTo) throws IOException, NoS... method testRenameToUnsupported (line 1334) | protected void testRenameToUnsupported() throws IOException { method testRenameToSupported (line 1351) | protected void testRenameToSupported() throws IOException, NoSuchAlgor... method testGetFreeSpaceUnsupported (line 1360) | protected void testGetFreeSpaceUnsupported() throws IOException { method testGetFreeSpaceSupported (line 1376) | protected void testGetFreeSpaceSupported() throws IOException { method testGetTotalSpaceUnsupported (line 1388) | protected void testGetTotalSpaceUnsupported() throws IOException { method testGetTotalSpaceSupported (line 1404) | protected void testGetTotalSpaceSupported() throws IOException { method testDigest (line 1420) | @Test method testSeparator (line 1461) | @Test method testAbsolutePath (line 1475) | @Test method testCanonicalPath (line 1499) | @Test method testNameAndExtension (line 1521) | @Test method testFileURL (line 1543) | @Test method testJavaNetURL (line 1569) | @Test method testRoot (line 1636) | @Test method testVolume (line 1674) | @Test method testParent (line 1693) | @Test method testExists (line 1728) | @Test method testDelete (line 1750) | @Test method testMkdir (line 1763) | @Test method testMkdirs (line 1776) | @Test method testMkfile (line 1836) | @Test method testIsDirectory (line 1873) | @Test method testChangePermissions (line 1915) | @Test method testGetPermissions (line 1929) | @Test method testChangeDate (line 1969) | @Test method testGetDate (line 1983) | @Test method testGetInputStream (line 2003) | @Test method testGetRandomAccessInputStream (line 2019) | @Test method testGetOutputStream (line 2035) | @Test method testGetAppendOutputStream (line 2051) | @Test method testGetRandomAccessOutputStream (line 2067) | @Test method testLs (line 2080) | @Test method testFreeSpace (line 2093) | @Test method testTotalSpace (line 2106) | @Test method testMoveTo (line 2120) | @Test method testRenameTo (line 2131) | @Test method testCopyTo (line 2145) | @Test method testCopyRemotelyTo (line 2156) | @Test method testIcon (line 2169) | @Test method testUnicodeFilenames (line 2194) | @Test method testDestinationResolution (line 2211) | @Test method testUnsupportedFileOperationAnnotations (line 2224) | @Test method getTestFileClass (line 2238) | protected Class getTestFileClass() { method testSupportedFileOperations (line 2247) | @Test method testFileInstanceCaching (line 2266) | @Test method getTemporaryFile (line 2299) | public abstract AbstractFile getTemporaryFile() throws IOException; method getSupportedOperations (line 2306) | public abstract FileOperation[] getSupportedOperations(); FILE: src/test/java/com/mucommander/commons/file/DefaultFileURLTest.java class DefaultFileURLTest (line 9) | public class DefaultFileURLTest extends FileURLTestCase { method getScheme (line 11) | @Override method getDefaultPort (line 16) | @Override method getAuthenticationType (line 21) | @Override method getGuestCredentials (line 26) | @Override method getPathSeparator (line 31) | @Override method isQueryParsed (line 36) | @Override FILE: src/test/java/com/mucommander/commons/file/DefaultPathCanonizerTest.java class DefaultPathCanonizerTest (line 11) | public class DefaultPathCanonizerTest { method getNormalizedPath (line 13) | private String getNormalizedPath(String path, String separator) { method testCanonizer (line 26) | private void testCanonizer(String separator, String tildeReplacement) { method testForwardSlashCanonization (line 55) | @Test method testBackSlashCanonization (line 65) | @Test FILE: src/test/java/com/mucommander/commons/file/FileFactoryTest.java class FileFactoryTest (line 11) | public class FileFactoryTest { method testTemporaryFolder (line 18) | @Test method testTemporaryFiles (line 36) | @Test FILE: src/test/java/com/mucommander/commons/file/FileURLTestCase.java class FileURLTestCase (line 18) | public abstract class FileURLTestCase { method getSchemePath (line 26) | protected String getSchemePath(String path) { method getURL (line 47) | protected FileURL getURL(String login, String password, String host, i... method getURL (line 124) | protected FileURL getURL(String path) throws MalformedURLException { method getURL (line 136) | protected FileURL getURL(String host, String path) throws MalformedURL... method getRootURL (line 149) | protected FileURL getRootURL() throws MalformedURLException { method canParse (line 160) | protected boolean canParse(String url) { method assertEqualsAndHashCode (line 175) | protected void assertEqualsAndHashCode(FileURL url1, FileURL url2) { method assertEqualsAndHashCode (line 193) | protected void assertEqualsAndHashCode(FileURL url1, FileURL url2, boo... method assertNotEquals (line 207) | protected void assertNotEquals(FileURL url1, FileURL url2) { method assertNotEquals (line 222) | protected void assertNotEquals(FileURL url1, FileURL url2, boolean com... method assertPathEquals (line 233) | protected void assertPathEquals(String expectedPath, FileURL url) { method testDefaultPort (line 244) | @Test method testGuestCredentials (line 265) | @Test method testAuthenticationType (line 290) | @Test method testPathSeparator (line 311) | @Test method testRealm (line 332) | @Test method testQueryParsing (line 343) | @Test method testParent (line 361) | @Test method testParsing (line 414) | @Test method testCredentialsURLEncoding (line 435) | @Test method testAccessors (line 457) | @Test method testFilename (line 521) | @Test method testStringRepresentation (line 537) | @Test method testEquals (line 561) | @Test method testClone (line 666) | @Test method testInvalidURLs (line 690) | @Test method getScheme (line 707) | protected abstract String getScheme(); method getDefaultPort (line 709) | protected abstract int getDefaultPort(); method getAuthenticationType (line 711) | protected abstract AuthenticationType getAuthenticationType(); method getGuestCredentials (line 713) | protected abstract Credentials getGuestCredentials(); method getPathSeparator (line 715) | protected abstract String getPathSeparator(); method isQueryParsed (line 717) | protected abstract boolean isQueryParsed(); FILE: src/test/java/com/mucommander/commons/file/SimpleFileAttributesTest.java class SimpleFileAttributesTest (line 13) | public class SimpleFileAttributesTest { method testAccessors (line 21) | @Test method assertAttributesMatch (line 42) | private void assertAttributesMatch(AbstractFile file, SimpleFileAttrib... method testDefaultValues (line 57) | @Test FILE: src/test/java/com/mucommander/commons/file/archiver/ISOArchiverTest.java class ISOArchiverTest (line 20) | public class ISOArchiverTest { method setUpClass (line 28) | @BeforeAll method tearDownClass (line 62) | @AfterAll method testCreateEntry (line 83) | @Test method testGetProcessingFile (line 116) | @Test method testTotalWrittenBytes (line 131) | @Test method testWrittenBytesCurrentFile (line 143) | @Test method testCurrentFileLength (line 160) | @Test method testPostProcess (line 176) | public void testPostProcess() throws Exception { FILE: src/test/java/com/mucommander/commons/file/filter/ExtensionFilenameFilterTest.java class ExtensionFilenameFilterTest (line 9) | public class ExtensionFilenameFilterTest { method test (line 19) | private void test(boolean caseSensitive) { method testCaseSensitive (line 71) | @Test method testCaseInsensitive (line 79) | @Test FILE: src/test/java/com/mucommander/commons/file/impl/ProxyFileTest.java class ProxyFileTest (line 19) | public class ProxyFileTest extends AbstractFileTest { method isEnabled (line 25) | public boolean isEnabled() { method getTemporaryFile (line 34) | @Override method getSupportedOperations (line 43) | @Override method testUnsupportedFileOperationAnnotations (line 64) | @Override method testSupportedFileOperations (line 69) | @Override method testFileInstanceCaching (line 74) | @Override method testAllMethodsOverridden (line 85) | @Test FILE: src/test/java/com/mucommander/commons/file/impl/TestFile.java class TestFile (line 16) | public class TestFile extends DummyFile { method TestFile (line 23) | public TestFile(String name, boolean isdir, long size, long date, Abst... method isDirectory (line 31) | @Override method getSize (line 36) | @Override method getLastModifiedDate (line 41) | @Override method getParent (line 46) | @Override FILE: src/test/java/com/mucommander/commons/file/impl/ftp/FTPFileTest.java class FTPFileTest (line 19) | public class FTPFileTest extends AbstractFileTest { method setupTemporaryFolder (line 35) | @BeforeAll method getTemporaryFile (line 42) | @Override method getTestFileClass (line 47) | @Override method getSupportedOperations (line 52) | @Override FILE: src/test/java/com/mucommander/commons/file/impl/ftp/FTPFileURLTest.java class FTPFileURLTest (line 12) | public class FTPFileURLTest extends FileURLTestCase { method getScheme (line 18) | @Override method getDefaultPort (line 23) | @Override method getAuthenticationType (line 28) | @Override method getGuestCredentials (line 33) | @Override method getPathSeparator (line 38) | @Override method isQueryParsed (line 43) | @Override FILE: src/test/java/com/mucommander/commons/file/impl/hadoop/HDFSFileTest.java class HDFSFileTest (line 16) | public class HDFSFileTest extends AbstractFileTest { method setupTemporaryFolder (line 26) | @BeforeAll method getTemporaryFile (line 33) | @Override method getTestFileClass (line 38) | @Override method getSupportedOperations (line 43) | @Override FILE: src/test/java/com/mucommander/commons/file/impl/hadoop/HDFSFileURLTest.java class HDFSFileURLTest (line 12) | public class HDFSFileURLTest extends FileURLTestCase { method getScheme (line 14) | @Override method getDefaultPort (line 19) | @Override method getAuthenticationType (line 24) | @Override method getGuestCredentials (line 29) | @Override method getPathSeparator (line 34) | @Override method isQueryParsed (line 39) | @Override FILE: src/test/java/com/mucommander/commons/file/impl/http/HTTPFileURLTest.java class HTTPFileURLTest (line 12) | public class HTTPFileURLTest extends FileURLTestCase { method getScheme (line 18) | @Override method getDefaultPort (line 23) | @Override method getAuthenticationType (line 28) | @Override method getGuestCredentials (line 33) | @Override method getPathSeparator (line 38) | @Override method isQueryParsed (line 43) | @Override FILE: src/test/java/com/mucommander/commons/file/impl/http/HTTPSFileURLTest.java class HTTPSFileURLTest (line 12) | public class HTTPSFileURLTest extends FileURLTestCase { method getScheme (line 18) | @Override method getDefaultPort (line 23) | @Override method getAuthenticationType (line 28) | @Override method getGuestCredentials (line 33) | @Override method getPathSeparator (line 38) | @Override method isQueryParsed (line 43) | @Override FILE: src/test/java/com/mucommander/commons/file/impl/iso/MuCreateISOTest.java class MuCreateISOTest (line 33) | public class MuCreateISOTest { method setUpClass (line 40) | @BeforeAll method tearDownClass (line 112) | @AfterAll method createTempFile (line 124) | public static File createTempFile(String name, int fileSize){ method testProcess (line 155) | @Test method testGetProcessingFile (line 180) | @Test method testTotalWrittenBytes (line 195) | @Test method testWrittenBytesCurrentFile (line 204) | @Test method testCurrentFileLength (line 219) | @Test FILE: src/test/java/com/mucommander/commons/file/impl/local/LocalFileTest.java class LocalFileTest (line 20) | @Slf4j method getTemporaryFile (line 23) | @Override method getSupportedOperations (line 28) | @Override method testRenameToCaseVariation (line 53) | @Test method testUserHome (line 77) | @Test method testRootDriveMethods (line 91) | @Test method testVolumeInfo (line 109) | @Test method testVolumes (line 124) | @Test method testDrivePattern (line 143) | @Test FILE: src/test/java/com/mucommander/commons/file/impl/local/LocalFileURLTest.java class LocalFileURLTest (line 17) | public class LocalFileURLTest extends FileURLTestCase { method testLocalPathParsing (line 24) | @Test method testUNCParsing (line 112) | @Test method getScheme (line 123) | @Override method getDefaultPort (line 128) | @Override method getAuthenticationType (line 133) | @Override method getGuestCredentials (line 138) | @Override method getPathSeparator (line 143) | @Override method isQueryParsed (line 148) | @Override FILE: src/test/java/com/mucommander/commons/file/impl/local/WindowsTest.java class WindowsTest (line 16) | @Slf4j method testWindows (line 19) | @Test FILE: src/test/java/com/mucommander/commons/file/impl/nfs/NFSFileURLTest.java class NFSFileURLTest (line 12) | public class NFSFileURLTest extends FileURLTestCase { method getScheme (line 18) | @Override method getDefaultPort (line 23) | @Override method getAuthenticationType (line 28) | @Override method getGuestCredentials (line 33) | @Override method getPathSeparator (line 38) | @Override method isQueryParsed (line 43) | @Override FILE: src/test/java/com/mucommander/commons/file/impl/s3/S3FileTest.java class S3FileTest (line 19) | public class S3FileTest extends AbstractFileTest { method setupTemporaryFolder (line 25) | @BeforeAll method getTemporaryFile (line 32) | @Override method getTestFileClass (line 37) | @Override method getSupportedOperations (line 42) | @Override FILE: src/test/java/com/mucommander/commons/file/impl/s3/S3FileURLTest.java class S3FileURLTest (line 12) | public class S3FileURLTest extends FileURLTestCase { method getScheme (line 18) | @Override method getDefaultPort (line 23) | @Override method getAuthenticationType (line 28) | @Override method getGuestCredentials (line 33) | @Override method getPathSeparator (line 38) | @Override method isQueryParsed (line 43) | @Override FILE: src/test/java/com/mucommander/commons/file/impl/sftp/SFTPFileTest.java class SFTPFileTest (line 21) | public class SFTPFileTest extends AbstractFileTest { method setupTemporaryFolder (line 37) | @BeforeAll method getTestFileClass (line 43) | @Override method getSupportedOperations (line 48) | @Override method getTemporaryFile (line 64) | @Override method testGetInputStreamSupported (line 71) | @Override method testGetRandomAccessInputStreamSupported (line 77) | @Override FILE: src/test/java/com/mucommander/commons/file/impl/sftp/SFTPFileURLTest.java class SFTPFileURLTest (line 12) | public class SFTPFileURLTest extends FileURLTestCase { method getScheme (line 18) | @Override method getDefaultPort (line 23) | @Override method getAuthenticationType (line 28) | @Override method getGuestCredentials (line 33) | @Override method getPathSeparator (line 38) | @Override method isQueryParsed (line 43) | @Override FILE: src/test/java/com/mucommander/commons/file/impl/smb/SMBFileTest.java class SMBFileTest (line 19) | public class SMBFileTest extends AbstractFileTest { method setupTemporaryFolder (line 36) | @BeforeAll method getTemporaryFile (line 43) | @Override method getTestFileClass (line 48) | @Override method getSupportedOperations (line 53) | @Override FILE: src/test/java/com/mucommander/commons/file/impl/smb/SMBFileURLTest.java class SMBFileURLTest (line 14) | public class SMBFileURLTest extends FileURLTestCase { method getScheme (line 20) | @Override method getDefaultPort (line 25) | @Override method getAuthenticationType (line 30) | @Override method getGuestCredentials (line 35) | @Override method getPathSeparator (line 40) | @Override method isQueryParsed (line 45) | @Override method testRealm (line 58) | @Override FILE: src/test/java/com/mucommander/commons/file/impl/zip/ZipArchiveFileTest.java class ZipArchiveFileTest (line 15) | public class ZipArchiveFileTest extends AbstractFileTest { method getTemporaryFile (line 24) | @Override method getSupportedOperations (line 30) | @Override method setUp (line 53) | @Override method tearDown (line 73) | @Override method testCanonicalPath (line 88) | @Override FILE: src/test/java/com/mucommander/commons/file/util/FileComparatorTest.java class FileComparatorTest (line 18) | public class FileComparatorTest { method setUp (line 27) | @BeforeEach method testCompareNameDir (line 36) | @Test method testCompareNameDirDesc (line 45) | @Test method testCompareName (line 55) | @Test method testCompareNameDesc (line 64) | @Test method testCompareSizeDir (line 73) | @Test method testCompareSize (line 82) | @Test method testCompareSizeDirDesc (line 91) | @Test method testCompareSizeDesc (line 101) | @Test method testCompareDateDir (line 110) | @Test method testCompareDate (line 119) | @Test method testCompareDateDirDesc (line 128) | @Test method testCompareDateDesc (line 137) | @Test method testCompareExtDir (line 146) | @Test method testCompareExt (line 155) | @Test method testCompareExtDirDesc (line 164) | @Test method testCompareExtDesc (line 173) | @Test FILE: src/test/java/com/mucommander/commons/file/util/FileMonitorTest.java class FileMonitorTest (line 18) | public class FileMonitorTest implements FileMonitorConstants { method testDateAttribute (line 39) | @Test method testSizeAttribute (line 55) | @Test method testPermissionsAttribute (line 79) | @Test method testIsDirectoryAttribute (line 93) | @Test method testExistsAttribute (line 112) | @Test method tearDown (line 132) | @AfterEach method setUp (line 149) | private void setUp(int attribute) throws IOException { method hasAttributeChanged (line 179) | private boolean hasAttributeChanged(int attribute) { class FileChangeTracker (line 207) | private static class FileChangeTracker implements FileChangeListener { method getChangedAttributes (line 217) | private int getChangedAttributes() { method reset (line 224) | private void reset() { method fileChanged (line 232) | public void fileChanged(AbstractFile file, int changedAttributes) { FILE: src/test/java/com/mucommander/commons/file/util/PathTokenizerTest.java class PathTokenizerTest (line 9) | public class PathTokenizerTest { method testEmtpy (line 10) | @Test method testUnknown (line 15) | @Test method testComplexMixed (line 20) | @Test method testSimpleMixed (line 25) | @Test method testWindowsRootWithoutTrailingSeparator (line 30) | @Test method testWindowsRootWithTrailingSeparator (line 35) | @Test method testWindowsWithTrailingSeparator (line 40) | @Test method testWindowsWithoutTrailingSeparator (line 45) | @Test method testUnixWithTrailingSeparator (line 50) | @Test method testUnixWithoutTrailingSeparator (line 55) | @Test method testUnixRoot (line 60) | @Test method test (line 65) | private static void test(String path) { FILE: src/test/java/com/mucommander/commons/file/util/PathUtilsTest.java class PathUtilsTest (line 15) | public class PathUtilsTest { method testResolveLocalDestination (line 22) | @Test method testResolveDestination (line 34) | public static void testResolveDestination(AbstractFile baseFolder) thr... method assertResult (line 116) | private static void assertResult(PathUtils.ResolvedDestination resolve... method testRemoveLeadingFragments (line 136) | @Test method testGetDepth (line 148) | @Test method testRemoveLeadingSeparator (line 170) | @Test method testRemoveTrailingSeparator (line 191) | @Test method testPathEquals (line 215) | @Test FILE: src/test/java/com/mucommander/commons/file/util/ResourceLoaderTest.java class ResourceLoaderTest (line 16) | public class ResourceLoaderTest { method testDefaultClassLoader (line 21) | @Test method testResourceAsURL (line 31) | @Test method testPackageResourceAsURL (line 47) | @Test method testResourceAsStream (line 61) | @Test method testPackageResourceAsStream (line 77) | @Test method testResourceAsFile (line 91) | @Test method testPackageResourceAsFile (line 107) | @Test method testRootPackageAsFile (line 121) | @Test method testRelativeClassPath (line 135) | @Test method testRelativePackagePath (line 143) | @Test method assertReadable (line 154) | private void assertReadable(InputStream in) throws IOException { method assertReadable (line 160) | private void assertReadable(URL url) throws IOException { method assertReadable (line 167) | private void assertReadable(AbstractFile file) throws IOException { method getThisClassLoader (line 173) | private ClassLoader getThisClassLoader() { method getThisPackage (line 177) | private Package getThisPackage() { method getRootPackageFile (line 181) | private AbstractFile getRootPackageFile() { method getExistingResourceName (line 185) | private String getExistingResourceName() { method getExistingResourcePath (line 189) | private String getExistingResourcePath() { method getNonExistingResourceName (line 193) | private String getNonExistingResourceName() { method getNonExistingResourcePath (line 197) | private String getNonExistingResourcePath() { FILE: src/test/java/com/mucommander/commons/io/BoundedInputStreamTest.java class BoundedInputStreamTest (line 32) | public class BoundedInputStreamTest { method prepareBoundedStream (line 44) | private void prepareBoundedStream(BoundedInputStream bin) throws IOExc... method testBoundedStreamWithException (line 75) | @Test method testBoundedStreamWithoutException (line 122) | @Test method testUnboundedStream (line 146) | @Test FILE: src/test/java/com/mucommander/commons/io/BoundedOutputStreamTest.java class BoundedOutputStreamTest (line 31) | public class BoundedOutputStreamTest { method testBoundedStreamWithException (line 38) | @Test method testUnboundedStream (line 97) | @Test FILE: src/test/java/com/mucommander/commons/io/BoundedReaderTest.java class BoundedReaderTest (line 32) | public class BoundedReaderTest { method prepareBoundedReader (line 44) | private void prepareBoundedReader(BoundedReader br) throws IOException { method testBoundedReaderWithException (line 75) | @Test method testBoundedReaderWithoutException (line 118) | @Test method testUnboundedReader (line 142) | @Test FILE: src/test/java/com/mucommander/commons/io/BufferPoolTest.java class BufferPoolTest (line 31) | public class BufferPoolTest { method setup (line 37) | @BeforeAll method testByteArrayBuffer (line 48) | @Test method testCharArrayBuffer (line 59) | @Test method testByteBuffer (line 70) | @Test method testCharBuffer (line 81) | @Test method testBuffer (line 96) | public void testBuffer(BufferPool.BufferFactory factory) { method assertBufferSize (line 207) | private void assertBufferSize(Object buffer, BufferPool.BufferFactory ... method getBufferLength (line 218) | private int getBufferLength(Object buffer, BufferPool.BufferFactory fa... method getBufferSize (line 229) | private int getBufferSize(Object buffer, BufferPool.BufferFactory fact... method assertBufferCount (line 239) | private void assertBufferCount(int expectedCount, BufferPool.BufferFac... FILE: src/test/java/com/mucommander/commons/io/base64/Base64Test.java class Base64Test (line 32) | public class Base64Test { method testKnownSequences (line 40) | @Test method testKnownSequence (line 57) | private void testKnownSequence(String decodedSequence, String encodedS... method testRandomStringIntegrity (line 69) | @Test method testInvalidCharacters (line 97) | @Test method testInvalidLength (line 124) | @Test method testPresetTables (line 155) | @Test method testCustomBase64Table (line 178) | @Test method testInvalidBase64Table (line 215) | private void testInvalidBase64Table(byte[] table, byte paddingChar) { FILE: src/test/java/com/mucommander/commons/io/bom/BOMTest.java class BOMTest (line 33) | public class BOMTest implements BOMConstants { method testBOMComparisons (line 38) | @Test method testBOMInputStream (line 61) | @Test method testBOMResolution (line 101) | @Test method testBOMWriter (line 127) | @Test method getBOMInputStream (line 152) | private BOMInputStream getBOMInputStream(byte b[]) throws IOException { method assertEOF (line 156) | private void assertEOF(InputStream in) throws IOException { method assertStreamEquals (line 162) | private void assertStreamEquals(byte bytes[], InputStream in) throws I... FILE: src/test/java/com/mucommander/commons/io/compound/CompoundInputStreamTest.java class CompoundInputStreamTest (line 35) | public class CompoundInputStreamTest { method getTestInputStreamIterator (line 66) | private static Iterator getTestInputStreamIterat... method testMerged (line 81) | @Test method testUnmerged (line 99) | @Test FILE: src/test/java/com/mucommander/commons/io/compound/CompoundReaderTest.java class CompoundReaderTest (line 34) | public class CompoundReaderTest { method getTestReaderIterator (line 64) | private static Iterator getTestReaderIterator() { method copyReader (line 73) | private String copyReader(Reader reader) throws IOException { method testMerged (line 87) | @Test method testUnmerged (line 103) | @Test FILE: src/test/java/com/mucommander/commons/util/StringUtilsTest.java class StringUtilsTest (line 34) | public class StringUtilsTest { method testEndsWith (line 43) | @ParameterizedTest method testMatchesIgnoreCaseCharArray (line 64) | @ParameterizedTest method testMatchesIgnoreCase (line 87) | @ParameterizedTest method testMatches (line 118) | @ParameterizedTest method testParseIntDef (line 148) | @ParameterizedTest method testEndsWithIgnoreCase (line 227) | @ParameterizedTest method testEndsWithIgnoreCaseCharArray (line 240) | @ParameterizedTest method testStartsWithIgnoreCase (line 254) | @ParameterizedTest method testCaseSensitiveEquals (line 315) | @ParameterizedTest method testCaseInsensitiveEquals (line 335) | @ParameterizedTest method testCapitalize (line 358) | @ParameterizedTest method testFlatten (line 395) | @ParameterizedTest method testFlatten (line 405) | @Test FILE: src/test/java/com/mucommander/ui/action/impl/PasteClipboardFilesActionTest.java class PasteClipboardFilesActionTest (line 12) | public class PasteClipboardFilesActionTest { method testPerformAction (line 16) | @Test FILE: src/test/java/com/mucommander/ui/dialog/file/BatchRenameTest.java class BatchRenameTest (line 38) | public class BatchRenameTest { class TestFile (line 45) | private static class TestFile extends DummyFile { method TestFile (line 55) | public TestFile(String name, AbstractFile parent) throws MalformedUR... method getSize (line 60) | @Override method getLastModifiedDate (line 65) | @Override method getParent (line 70) | @Override method setUp (line 76) | @BeforeAll method testName (line 86) | @Test method testExt (line 154) | @Test method testCounter (line 164) | @Test method testDate (line 198) | @Test method testParent (line 205) | @Test FILE: src/test/java/com/mucommander/ui/dialog/file/RenamePropertiesTest.java class RenamePropertiesTest (line 11) | public class RenamePropertiesTest { method testRenameFile (line 13) | @Test FILE: src/test/java/com/mucommander/ui/icon/CustomFileIconProviderTest.java class CustomFileIconProviderTest (line 30) | public class CustomFileIconProviderTest { method testIconsExistence (line 36) | @Test method testIconExistence (line 55) | private void testIconExistence(String iconName) { method getIcon (line 66) | private Icon getIcon(String iconName) { FILE: src/test/java/com/mucommander/ui/macosx/AppleScriptTest.java class AppleScriptTest (line 33) | public class AppleScriptTest { method testScriptOutput (line 38) | @Test method testScriptEncoding (line 58) | @Test method testScriptError (line 95) | @Test FILE: src/test/java/com/mucommander/utils/text/SizeFormatTest.java class SizeFormatTest (line 32) | public class SizeFormatTest { method testDigitsShort (line 53) | @Test method testDigitsShort (line 83) | private void testDigitsShort(String expected, long size) { method testDigitsMedium (line 90) | @Test method testDigitsMedium (line 120) | private void testDigitsMedium(String expected, long size) { method testDigitsFull (line 127) | @Test method testDigitsFull (line 157) | private void testDigitsFull(long size) { method testRoundToKb (line 166) | @Test method testRoundToKb (line 173) | private void testRoundToKb(int digitFormat) { method testRoundToKb (line 186) | private void testRoundToKb(long size, int digitFormat) { FILE: src/test/java/com/mucommander/utils/xml/XmlAttributesTest.java class XmlAttributesTest (line 11) | public class XmlAttributesTest { method setUp (line 31) | @BeforeEach method testAttributes (line 40) | @Test method testNames (line 58) | @Test method checkAttribute (line 98) | private void checkAttribute(String name) { FILE: src/test/java/com/mucommander/utils/xml/XmlWriterTest.java class XmlWriterTest (line 17) | public class XmlWriterTest { method getDocument (line 32) | private Document getDocument(byte[] bytes) throws Exception { method testXmlEntities (line 44) | @Test FILE: src/test/java/ru/trolsoft/hexeditor/search/ByteBufferSearchUtilsTest.java class ByteBufferSearchUtilsTest (line 14) | class ByteBufferSearchUtilsTest { class ByteBuf (line 16) | static class ByteBuf extends AbstractByteBuffer { method ByteBuf (line 20) | ByteBuf(byte[] bytes) { method closeStream (line 25) | @Override method getStreamSize (line 28) | @Override method loadBuffer (line 38) | @Override method supportRandomAccess (line 42) | @Override method getByte (line 47) | @Override class IndexOfValidation (line 54) | @Nested method returnsMinusOne_whenDataIsNull (line 57) | @Test method returnsMinusOne_whenPatternIsNull (line 62) | @Test method returnsMinusOne_whenFromOffsetNegative (line 68) | @Test method returnsMinusOne_whenPatternLongerThanFile (line 74) | @Test method returnsMinusOne_whenEmptyPattern (line 80) | @Test class IndexOfMatches (line 87) | @Nested method findsPatternAtBeginning (line 90) | @Test method findsPatternInMiddle (line 100) | @Test method findsPatternAtEnd (line 110) | @Test method returnsMinusOne_whenPatternNotFound (line 121) | @Test method findsPattern_withOverlappingKMP (line 131) | @Test method respectsFromOffset (line 142) | @Test method fromOffsetBeyondFileSize_normalized (line 153) | @Test class IndexOfBackwardTests (line 197) | @Nested method findsPatternAtEnd (line 201) | @Test method findsPatternAtBeginning (line 211) | @Test method findsLastOccurrence_whenMultipleMatches (line 221) | @Test method returnsMinusOne_whenPatternNotFound (line 232) | @Test class IndexOfArrayTests (line 257) | @Nested method findsPattern_simple (line 261) | @Test method returnsMinusOne_whenPatternLongerThanData (line 268) | @Test method returnsMinusOne_whenNullPattern (line 275) | @Test method handlesOverlappingPatterns_KMP (line 281) | @Test method emptyData_returnsMinusOne (line 289) | @Test class IndexOfMultiplePatterns (line 312) | @Nested method findsEarliestPattern (line 316) | @Test method returnsMinusOne_whenNoPatternsMatch (line 329) | @Test method skipsNullAndEmptyPatterns (line 339) | @Test method handlesFromOffset_correctly (line 365) | @Test FILE: src/test/java/ru/trolsoft/test/VariableArgumentsProvider.java class VariableArgumentsProvider (line 13) | public class VariableArgumentsProvider implements ArgumentsProvider, Ann... method provideArguments (line 17) | @Override method accept (line 27) | @Override method getField (line 32) | private Field getField(Class clazz) { method getValue (line 40) | @SuppressWarnings("unchecked")