A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

AboutDialog - Class in com.mucommander.ui.dialog.about
Dialog displaying information about muCommander.
AboutDialog(MainFrame) - Constructor for class com.mucommander.ui.dialog.about.AboutDialog
Creates a new AboutDialog.
absPath - Variable in class com.mucommander.file.impl.local.LocalFile
 
AbstractArchiveFile - Class in com.mucommander.file
AbstractArchiveFile is the superclass of all archive files.
AbstractArchiveFile(AbstractFile) - Constructor for class com.mucommander.file.AbstractArchiveFile
Creates an AbstractArchiveFile on top of the given file.
AbstractCopyJob - Class in com.mucommander.job
This class is the parent class of CopyJob and MoveJob and allows them to share methods and fields.
AbstractCopyJob(ProgressDialog, MainFrame, FileSet, AbstractFile, String, int) - Constructor for class com.mucommander.job.AbstractCopyJob
Creates a new AbstractCopyJob.
AbstractFile - Class in com.mucommander.file
AbstractFile is the superclass of all files.
AbstractFile(FileURL) - Constructor for class com.mucommander.file.AbstractFile
Creates a new file instance with the given URL.
AbstractFileClassLoader - Class in com.mucommander.file
ClassLoader implementation capable of loading classes from instances of AbstractFile.
AbstractFileClassLoader(ClassLoader) - Constructor for class com.mucommander.file.AbstractFileClassLoader
Creates a new AbstractFileClassLoader.
AbstractFileClassLoader() - Constructor for class com.mucommander.file.AbstractFileClassLoader
Creates a new AbstractFileClassLoader that uses the system classloader as a parent.
AbstractFileTestCase - Class in com.mucommander.file
A generic JUnit test case for the AbstractFile class.
AbstractFileTestCase() - Constructor for class com.mucommander.file.AbstractFileTestCase
 
AbstractNotifier - Class in com.mucommander.ui.notifier
AbstractNotifier is a generic representation of a system notifier.
AbstractNotifier() - Constructor for class com.mucommander.ui.notifier.AbstractNotifier
 
AbstractProcess - Class in com.mucommander.process
muCommander specific version of a process.
AbstractProcess() - Constructor for class com.mucommander.process.AbstractProcess
 
AbstractROArchiveFile - Class in com.mucommander.file
AbstractROArchiveFile represents a read-only archive file.
AbstractROArchiveFile(AbstractFile) - Constructor for class com.mucommander.file.AbstractROArchiveFile
Creates an AbstractROArchiveFile on top of the given file.
AbstractRWArchiveFile - Class in com.mucommander.file
AbstractRWArchiveFile represents a read-write archive file.
AbstractRWArchiveFile(AbstractFile) - Constructor for class com.mucommander.file.AbstractRWArchiveFile
Creates an AbstractRWArchiveFile on top of the given file.
AbstractTrash - Class in com.mucommander.desktop
AbstractTrash is an abstract representation of a file trash, i.e.
AbstractTrash() - Constructor for class com.mucommander.desktop.AbstractTrash
 
accept(AbstractFile) - Method in class com.mucommander.command.PermissionsFileFilter
 
accept(Class) - Method in interface com.mucommander.extension.ClassFilter
Returns true if the specified class must be used.
accept(Class) - Method in class com.mucommander.extension.LookAndFeelFilter
Filters out everything but available look and feels.
accept(AbstractFile) - Method in class com.mucommander.file.filter.AndFileFilter
Calls FileFilter.match(com.mucommander.file.AbstractFile) on each of the registered filters, and returns true if all of them matched the given file, false if one of them didn't.
accept(AbstractFile) - Method in class com.mucommander.file.filter.AttributeFileFilter
 
accept(String) - Method in class com.mucommander.file.filter.ContainsFilenameFilter
 
accept(String) - Method in class com.mucommander.file.filter.DSStoreFileFilter
 
accept(String) - Method in class com.mucommander.file.filter.EndsFilenameFilter
 
accept(String) - Method in class com.mucommander.file.filter.EqualsFilenameFilter
 
accept(String) - Method in class com.mucommander.file.filter.ExtensionFilenameFilter
 
accept(AbstractFile[]) - Method in class com.mucommander.file.filter.FileFilter
Convenience method that returns true if all the files containted in the specified file array were accepted by FileFilter.accept(AbstractFile), false if one of the files wasn't.
accept(AbstractFile) - Method in class com.mucommander.file.filter.FileFilter
Returns true if the given file was accepted by this filter, false if it was rejected.
accept(String[]) - Method in class com.mucommander.file.filter.FilenameFilter
Convenience method that returns true if all the filenames in the specified array were accepted by FilenameFilter.accept(String), false if one of the filenames wasn't.
accept(AbstractFile) - Method in class com.mucommander.file.filter.FilenameFilter
Implements FileFilter by calling FilenameFilter.accept(String) with the filename of the given file (as returned by AbstractFile.getName()) and returning its value.
accept(String) - Method in class com.mucommander.file.filter.FilenameFilter
Returns true if the given filename was accepted by this filter, false if it was rejected.
accept(AbstractFile) - Method in class com.mucommander.file.filter.OrFileFilter
Calls FileFilter.match(com.mucommander.file.AbstractFile) on each of the registered filters, and returns true if one of them matched the given file, false if none of them did.
accept(AbstractFile) - Method in class com.mucommander.file.filter.PassThroughFileFilter
 
accept(String) - Method in class com.mucommander.file.filter.RegexpFilenameFilter
Returns true if the specified file name matches the filter's regular expression.
accept(String) - Method in class com.mucommander.file.filter.StartsFilenameFilter
 
accept(AbstractFile) - Method in class com.mucommander.file.filter.SystemFileFilter
 
accept(String) - Method in class com.mucommander.ui.autocomplete.completers.services.PrefixFilter
 
accept(String) - Method in class com.mucommander.ui.autocomplete.PrefixFilter
 
acceptListItem(String) - Method in class com.mucommander.ui.autocomplete.CompletionType
The function handles the case when an item of the auto-copmpletion popup was selected.
acceptListItem(String) - Method in class com.mucommander.ui.main.ParentFoldersPopup
 
acceptListItem(String) - Method in class com.mucommander.ui.main.RecentlyAccessedLocationsPopup
 
acquireLock() - Method in class com.mucommander.file.connection.ConnectionHandler
Tries to lock this ConnectionHandler and returns true if it could be locked, false if it is already locked.
ACTION_ICON_SET - Static variable in class com.mucommander.ui.icon.IconManager
Designates the action icon set
ACTION_KEYMAP_RESOURCE_PATH - Static variable in class com.mucommander.ui.action.ActionKeymap
Path to the action keymap resource file within the application JAR file
ActionDescriptor - Class in com.mucommander.ui.action
A descriptor class for MuAction instances.
ActionDescriptor(Class) - Constructor for class com.mucommander.ui.action.ActionDescriptor
Convenience constructor which has the same effect as calling ActionDescriptor.ActionDescriptor(Class, Hashtable) with a null value for the properties parameter.
ActionDescriptor(Class, Hashtable) - Constructor for class com.mucommander.ui.action.ActionDescriptor
Creates a new ActionDescriptor which identifies the specified combination of MuAction class and initialization properties.
ActionKeymap - Class in com.mucommander.ui.action
This class manages keyboard associations with MuAction classes.
ActionManager - Class in com.mucommander.ui.action
ActionManager provides methods to retrieve MuAction instances and invoke them.
ActionManager() - Constructor for class com.mucommander.ui.action.ActionManager
 
actionPerformed(ActionEvent) - Method in class com.mucommander.StressTester
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.action.AWTActionProxy
Forwards the specified ActionEvent to the proxied Action.
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.action.MuAction
Intercepts action events and filters them out when the MainFrame associated with this action is in 'no events' mode and MuAction.honourNoEventsMode() returns true.
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.action.MuteProxyAction
This method is a No-op, i.e.
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.button.CollapseExpandButton
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.chooser.ColorPicker
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.chooser.FontChooser
Called when the font description has been changed.
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.about.AboutDialog
Reacts to validations of the OK or home buttons.
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.about.LicenseDialog
If the event originates from the OK button, closes the window.
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.auth.AuthDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.auth.EditCredentialsDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.bookmark.AddBookmarkDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.bookmark.EditBookmarksDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.file.CalculateChecksumDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.file.ChangeDateDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.file.ChangePermissionsDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.file.DeleteDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.file.EmailFilesDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.file.FileSelectionDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.file.MkdirDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.file.MultiRenameConfirmationDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.file.MultiRenameDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.file.MultiRenameSelectRange
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.file.PackDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.file.ProgressDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.file.PropertiesDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.file.RenameDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.file.TransferDestinationDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.help.ShortcutsDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.pref.general.ThemeNameDialog
Called when OK or Cancel have been pressed.
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.pref.PreferencesDialog
Reacts to buttons being pushed.
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.QuestionDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.server.FTPPanel
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.server.ServerConnectDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.server.ShowServerConnectionsDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.shell.RunDialog
Notifies the RunDialog that an action has been performed.
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.dialog.startup.InitialSetupDialog
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.main.menu.MainMenuBar
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.notifier.SystemTrayNotifier
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.viewer.EditorFrame
 
actionPerformed(ActionEvent) - Method in class com.mucommander.ui.viewer.ViewerFrame
 
ACTIVE - Static variable in class com.mucommander.ui.theme.ThemeCache
 
activeOutlineColor - Static variable in class com.mucommander.ui.theme.ThemeCache
 
activePanelChanged(FolderPanel) - Method in class com.mucommander.ui.action.FileAction
 
activePanelChanged(FolderPanel) - Method in class com.mucommander.ui.action.GoToAction
 
activePanelChanged(FolderPanel) - Method in class com.mucommander.ui.action.SortByAction
 
activePanelChanged(FolderPanel) - Method in interface com.mucommander.ui.event.ActivePanelListener
This method is invoked when the currently active (i.e.
activePanelChanged(FolderPanel) - Method in class com.mucommander.ui.main.StatusBar
 
activePanelChanged(FolderPanel) - Method in class com.mucommander.ui.main.table.FileTable
 
ActivePanelListener - Interface in com.mucommander.ui.event
Interface to be implemented by classes that wish to be notified of active table changes on a particular MainFrame.
add(Object, Object, long) - Method in class com.mucommander.cache.FastLRUCache
 
add(Object, Object, long) - Method in class com.mucommander.cache.LegacyLRUCache
 
add(Object, Object, long) - Method in class com.mucommander.cache.LRUCache
Adds a new key/value pair to the cache and marks it as the most recently used.
add(Object, Object) - Method in class com.mucommander.cache.LRUCache
Convenience method, equivalent to add(key, value, -1).
add(long) - Method in class com.mucommander.io.ByteCounter
Increases the byte counter by the provided number of bytes.
add(ByteCounter, boolean) - Method in class com.mucommander.io.ByteCounter
Increases the byte counter by the number of bytes contained in the specified counter (as returned by its ByteCounter.getByteCount() method) and resets its byte counter after (if specified).
add(ProcessListener) - Method in class com.mucommander.process.ProcessListenerList
Adds the specified listener to the list of listeners.
add(String) - Static method in class com.mucommander.shell.ShellHistoryManager
Adds the specified command to shell history.
add(Component) - Method in class com.mucommander.ui.layout.ProportionalGridPanel
 
add(Component) - Method in class com.mucommander.ui.layout.XBoxPanel
Aligns the given component on the left and adds it to this panel.
add(Component) - Method in class com.mucommander.ui.layout.YBoxPanel
Aligns the given component on the left and adds it to this panel.
add(Component, int) - Method in class com.mucommander.ui.layout.YBoxPanel
Adds the given component to this panel, inserting the specified amount of horizontal space before the component.
add(int, Object) - Method in class com.mucommander.util.AlteredVector
 
add(Object) - Method in class com.mucommander.util.AlteredVector
 
add(String, String) - Method in class com.mucommander.xml.XmlAttributes
Adds the specified attribute to this container.
addActivePanelListener(ActivePanelListener) - Method in class com.mucommander.ui.main.MainFrame
Registers the given ActivePanelListener to receive events when the active table changes.
addAll(Collection) - Method in class com.mucommander.util.AlteredVector
 
addAll(int, Collection) - Method in class com.mucommander.util.AlteredVector
 
addArchiveEntry(ArchiveEntry) - Method in class com.mucommander.file.ArchiveEntryTree
Adds the given entry to the archive tree, creating parent nodes as necessary.
addBookmark(String, String) - Method in interface com.mucommander.bookmark.BookmarkBuilder
Notifies the builder of a new bookmark in the list.
addBookmark(Bookmark) - Static method in class com.mucommander.bookmark.BookmarkManager
Convenience method that adds a bookmark to the bookmark list.
AddBookmarkAction - Class in com.mucommander.ui.action
This action brings up the 'Add bookmark' dialog that allows to bookmark the current folder.
AddBookmarkAction(MainFrame, Hashtable) - Constructor for class com.mucommander.ui.action.AddBookmarkAction
 
AddBookmarkDialog - Class in com.mucommander.ui.dialog.bookmark
This dialog allows the user to add a bookmark and enter a name for it.
AddBookmarkDialog(MainFrame) - Constructor for class com.mucommander.ui.dialog.bookmark.AddBookmarkDialog
 
addBookmarkListener(BookmarkListener) - Static method in class com.mucommander.bookmark.BookmarkManager
Adds the specified BookmarkListener to the list of registered listeners.
addCachedDirectoryListener(CachedDirectoryListener) - Method in class com.mucommander.ui.main.tree.DirectoryCache
 
addChangeListener(ChangeListener) - Method in class com.mucommander.ui.chooser.FontChooser
Registers the specified object as a change listener.
addChangeListener(ChangeListener) - Method in class com.mucommander.ui.chooser.IntegerChooser
Registers the specified object as a change listener.
addChangeListener(ChangeListener) - Method in class com.mucommander.ui.chooser.SizeChooser
Adds the specified ChangedListener to the list of registered listeners.
addCheckBoxMenuItem(JMenu, String, MnemonicHelper, KeyStroke, ActionListener) - Static method in class com.mucommander.ui.helper.MenuToolkit
Creates a new JCheckBoxMenuItem initially unselected and adds it to the given JMenu.
addCheckBoxMenuItem(JMenu, MuAction, MnemonicHelper) - Static method in class com.mucommander.ui.helper.MenuToolkit
 
addColorChangeListener(ColorChangeListener) - Method in class com.mucommander.ui.chooser.ColorPicker
 
addColumn(TableColumn) - Method in class com.mucommander.ui.main.table.FileTableColumnModel
Adds the specified column to the model.
addColumnModelListener(TableColumnModelListener) - Method in class com.mucommander.ui.main.table.FileTableColumnModel
Registers the specified column model listener.
addComboBoxListener(ComboBoxListener) - Method in class com.mucommander.ui.combobox.SaneComboBox
Adds the specified ComboBoxListener to the list of registered listeners.
addCommand(Command) - Method in interface com.mucommander.command.CommandBuilder
Notifies the builder that a new command has been found.
addCommand(Command) - Method in class com.mucommander.command.CommandManager
This method is public as an implementation side effect and must not be called directly.
addCommand(Command) - Method in class com.mucommander.command.CommandWriter
Writes the specified command's XML description.
addComponent(JComponent) - Method in class com.mucommander.ui.dialog.QuestionDialog
Adds a component to this dialog, under the buttons panel.
addConfigurationListener(ConfigurationListener) - Static method in class com.mucommander.conf.Configuration
Adds the specified object to the list of registered configuration listeners.
addConfigurationListener(ConfigurationListener) - Static method in class com.mucommander.conf.impl.MuConfiguration
Adds the specified object to the list of registered configuration listeners.
addCredentials(CredentialsMapping) - Static method in class com.mucommander.auth.CredentialsManager
Adds the given credentials to the list of known credentials.
addCurrentThemeListener(ThemeListener) - Static method in class com.mucommander.ui.theme.ThemeManager
Adds the specified object to the list of registered current theme listeners.
addDefaultValuesListener(ThemeListener) - Static method in class com.mucommander.ui.theme.ThemeData
Registers the specified theme listener.
addEditableComboBoxListener(EditableComboBoxListener) - Method in class com.mucommander.ui.combobox.EditableComboBox
Adds the specified EditableComboBoxListener to the list of registered listeners.
addElement(Object) - Method in class com.mucommander.util.AlteredVector
 
addEntry(ArchiveEntry) - Method in class com.mucommander.file.AbstractRWArchiveFile
Adds the given entry to the archive and returns an OutputStream to write the entry's contents if the entry is a regular file, null if the entry is a directory.
addEntry(ZipEntry) - Method in class com.mucommander.file.impl.zip.provider.ZipFile
Appends the given entry to the end of this zip file and returns an OutputStream that allows to write the contents of the entry.
addEntry(ArchiveEntry) - Method in class com.mucommander.file.impl.zip.ZipArchiveFile
 
addExtensionsToClasspath() - Static method in class com.mucommander.extension.ExtensionManager
Adds all known extensions to the current classpath.
addExtraField(ZipExtraField) - Method in class com.mucommander.file.impl.zip.provider.ZipEntry
Adds an extra fields - replacing an already present extra field of the same type.
addFile(AbstractFile) - Method in class com.mucommander.file.AbstractFileClassLoader
Adds the specified file to the class loader's classpath.
addFileChangeListener(FileChangeListener) - Method in class com.mucommander.file.util.FileMonitor
Adds the given FileChangeListener instance to the list of registered listeners.
addFileFilter(FileFilter) - Method in class com.mucommander.file.filter.ChainedFileFilter
Adds a new FileFilter to the list of chained filters.
addFileJobListener(FileJobListener) - Method in class com.mucommander.job.FileJob
Registers a FileJobListener to receive notifications whenever state of this FileJob changes.
addFocusListener(FocusListener) - Method in class com.mucommander.ui.autocomplete.AutocompleterTextComponent
 
addItem(Object) - Method in class com.mucommander.ui.combobox.SaneComboBox
 
addKeyListener(KeyAdapter) - Method in class com.mucommander.ui.autocomplete.AutocompleterTextComponent
 
addListener(ShellHistoryListener) - Static method in class com.mucommander.shell.ShellHistoryManager
Registers a listener to changes in the shell history.
addLocationListener(LocationListener) - Method in class com.mucommander.ui.event.LocationManager
Registers a LocationListener to receive notifications whenever the current folder of the associated FolderPanel has or is being changed.
addMenu(String, MnemonicHelper, MenuListener) - Static method in class com.mucommander.ui.helper.MenuToolkit
Creates and returns a new JMenu.
addMenuItem(JMenu, String, MnemonicHelper, KeyStroke, ActionListener) - Static method in class com.mucommander.ui.helper.MenuToolkit
Creates a new JMenuItem and adds it to the given JMenu.
addMenuItem(JMenu, MuAction, MnemonicHelper) - Static method in class com.mucommander.ui.helper.MenuToolkit
 
addPreferencesPanel(PreferencesPanel, String, boolean) - Method in class com.mucommander.ui.dialog.pref.PreferencesDialog
Adds the specified preferences panel to this dialog.
addPreferencesPanel(PreferencesPanel, String) - Method in class com.mucommander.ui.dialog.pref.PreferencesDialog
Adds a new prefences panel and creates a new tab with an icon.
addPreferencesPanel(PreferencesPanel, boolean) - Method in class com.mucommander.ui.dialog.pref.PreferencesDialog
Adds the specified preferences panel to this dialog.
addPreferencesPanel(PreferencesPanel) - Method in class com.mucommander.ui.dialog.pref.PreferencesDialog
Adds the specified preferences panel to this dialog.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.mucommander.ui.action.ProxyAction
 
addRow(String, JComponent, int) - Method in class com.mucommander.ui.layout.XAlignedComponentPanel
Adds a new row with the given label and component, the component taking all the horizontal space left by the widest label in this XAlignedComponentPanel.
addRow(JComponent, JComponent, int) - Method in class com.mucommander.ui.layout.XAlignedComponentPanel
Adds a new row with the given label and component, the component taking all the horizontal space left by the widest label in this XAlignedComponentPanel.
addRow(JComponent, int) - Method in class com.mucommander.ui.layout.XAlignedComponentPanel
Adds a new row with the specified component left-aligned and taking all available width space.
addSpace(int) - Method in class com.mucommander.ui.layout.XBoxPanel
Adds a vertical separation of the given size to this panel.
addSpace(int) - Method in class com.mucommander.ui.layout.YBoxPanel
Adds a vertical separation of the given size to this panel.
addTab(String, ServerPanel, Class) - Method in class com.mucommander.ui.dialog.server.ServerConnectDialog
 
addTableSelectionListener(TableSelectionListener) - Method in class com.mucommander.ui.main.table.FileTable
Adds the given TableSelectionListener to the list of listeners that are registered to receive notifications when the currently selected file changes.
addThemeListener(ThemeListener) - Static method in class com.mucommander.ui.theme.ThemeCache
 
addToCache(AbstractFile, Icon, Dimension) - Method in interface com.mucommander.file.icon.CacheableFileIconProvider
This method is called by CachedFileIconProvider.getFileIcon(com.mucommander.file.AbstractFile, java.awt.Dimension) to give implementations a chance to cache an icon fetched with FileIconProvider.getFileIcon(com.mucommander.file.AbstractFile, java.awt.Dimension) and have it returned later by CacheableFileIconProvider.lookupCache(com.mucommander.file.AbstractFile, java.awt.Dimension).
addToClassPath(AbstractFile) - Static method in class com.mucommander.extension.ExtensionManager
Adds the specified file to the extension's classpath.
addToEntriesTree(ArchiveEntry) - Method in class com.mucommander.file.AbstractArchiveFile
Adds the given ArchiveEntry to the entries tree.
addTrailingSeparator(String) - Method in class com.mucommander.file.AbstractFile
Tests if the given path contains a trailing separator, and if not, adds one to the returned path.
addTreeModelListener(TreeModelListener) - Method in class com.mucommander.ui.main.tree.FilesTreeModel
 
addVariable(String, String) - Method in interface com.mucommander.conf.ConfigurationBuilder
Receives notification of variable definition.
addVariable(String, String) - Method in class com.mucommander.conf.DefaultConfigurationBuilder
Receive notification of variable definition.
addVariable(String, String) - Method in class com.mucommander.conf.XmlConfigurationWriter
Creates a new variable in the current section.
addVectorChangeListener(VectorChangeListener) - Method in class com.mucommander.util.AlteredVector
Adds the specified VectorChangeListener to the list of registered listeners.
adjustToLong(int) - Static method in class com.mucommander.file.impl.zip.provider.ZipOutputStream
Returns a long that is the unsigned intepretation of the given (signed) int.
Adler32MessageDigest - Class in com.mucommander.io.security
Provides a ChecksumMessageDigest implementation of the Adler32 algorithm, using the java.util.zip.Adler32 class.
Adler32MessageDigest() - Constructor for class com.mucommander.io.security.Adler32MessageDigest
 
AIX - Static variable in interface com.mucommander.runtime.OsFamilies
AIX
ALL_ATTRIBUTES - Static variable in interface com.mucommander.file.util.FileMonitorConstants
Designates all attributes.
AllFilesService - Class in com.mucommander.ui.autocomplete.completers.services
This FilesService returns all the files in a given directory.
AllFilesService() - Constructor for class com.mucommander.ui.autocomplete.completers.services.AllFilesService
 
AlteredVector - Class in com.mucommander.util
AlteredVector is a Vector that is able to notify registered listeners whenever its contents has changed.
AlteredVector() - Constructor for class com.mucommander.util.AlteredVector
 
AlteredVector(Collection) - Constructor for class com.mucommander.util.AlteredVector
 
AlteredVector(int, int) - Constructor for class com.mucommander.util.AlteredVector
 
AlteredVector(int) - Constructor for class com.mucommander.util.AlteredVector
 
ALTERNATE - Static variable in class com.mucommander.ui.theme.ThemeCache
 
ALTERNATE_ACCELERATOR_PROPERTY_KEY - Static variable in class com.mucommander.ui.action.MuAction
Name of the alternate accelerator KeyStroke property
AndFileFilter - Class in com.mucommander.file.filter
AndFileFilter is a ChainedFileFilter that matches a file if all of its registered filters match it.
AndFileFilter() - Constructor for class com.mucommander.file.filter.AndFileFilter
Creates a new AndFileFilter that contains no FileFilter initially.
AnimatedIcon - Class in com.mucommander.ui.icon
javax.swing.Icon implementation that manages animation.
AnimatedIcon() - Constructor for class com.mucommander.ui.icon.AnimatedIcon
Creates a new animated icon.
AnimatedIcon(int) - Constructor for class com.mucommander.ui.icon.AnimatedIcon
Creates a new animated icon with the specified number of frames.
AnimatedIcon(int, int) - Constructor for class com.mucommander.ui.icon.AnimatedIcon
Creates a new animated icon with the specified number of frames and repaint delay.
APP_STRING - Static variable in class com.mucommander.RuntimeConstants
 
APPEARANCE_TAB - Static variable in class com.mucommander.ui.dialog.pref.general.GeneralPreferencesDialog
Identifier of the 'appearance' tab.
append - Variable in class com.mucommander.job.AbstractCopyJob
 
APPEND_ACTION - Static variable in class com.mucommander.job.FileJob
 
APPEND_TEXT - Static variable in class com.mucommander.job.FileJob
 
AppleScript - Class in com.mucommander.ui.macosx
This class allows to run AppleScript code under Mac OS X, relying on the osacript command available that comes with any install of Mac OS X.
AppleScript() - Constructor for class com.mucommander.ui.macosx.AppleScript
 
applyToAllSelected() - Method in class com.mucommander.ui.dialog.file.FileCollisionDialog
Returns true if the 'apply to all' checkbox has been selected.
ArArchiveFile - Class in com.mucommander.file.impl.ar
ArArchiveFile provides read-only access to archives in the unix AR format.
ArArchiveFile(AbstractFile) - Constructor for class com.mucommander.file.impl.ar.ArArchiveFile
Creates a ArArchiveFile around the given file.
ARCHIVE - Static variable in class com.mucommander.file.filter.AttributeFileFilter
Tests if the file is an archive.
ARCHIVE - Static variable in class com.mucommander.ui.theme.ThemeCache
 
ARCHIVE_FOREGROUND_COLOR - Static variable in class com.mucommander.ui.theme.ThemeData
Color used to paint archives text in the folder panels.
ARCHIVE_ICON_NAME - Static variable in class com.mucommander.ui.icon.CustomFileIconProvider
Icon for supported archives (browsable)
ARCHIVE_INACTIVE_FOREGROUND_COLOR - Static variable in class com.mucommander.ui.theme.ThemeData
Color used to paint archives text in the folder panels when they don't have the focus.
ARCHIVE_INACTIVE_SELECTED_FOREGROUND_COLOR - Static variable in class com.mucommander.ui.theme.ThemeData
Color used to paint selected archives text in the folder panels when they don't have the focus.
ARCHIVE_SELECTED_FOREGROUND_COLOR - Static variable in class com.mucommander.ui.theme.ThemeData
Color used to paint selected archives text in the folder panels.
ArchiveEntry - Class in com.mucommander.file
This class represents a generic archive entry.
ArchiveEntry() - Constructor for class com.mucommander.file.ArchiveEntry
Creates a new ArchiveEntry with all attributes set to their default value.
ArchiveEntry(String, boolean) - Constructor for class com.mucommander.file.ArchiveEntry
Creates a new ArchiveEntry using the supplied path and directory attributes.
ArchiveEntry(String, boolean, long, long) - Constructor for class com.mucommander.file.ArchiveEntry
Creates a new ArchiveEntry using the values of the supplied attributes.
ArchiveEntryFile - Class in com.mucommander.file
ArchiveEntryFile represents a file entry inside an archive.
ArchiveEntryFile(FileURL, AbstractArchiveFile, ArchiveEntry, boolean) - Constructor for class com.mucommander.file.ArchiveEntryFile
Creates a new ArchiveEntryFile.
ArchiveEntryTree - Class in com.mucommander.file
Stores archive entries and organizes them in a tree structure that maps entries in the way they are organized inside the archive.
ArchiveEntryTree() - Constructor for class com.mucommander.file.ArchiveEntryTree
Creates a new empty tree.
archiveFile - Variable in class com.mucommander.file.ArchiveEntryFile
The archive file that contains this entry
ArchiveFormatProvider - Interface in com.mucommander.file
This interface allows FileFactory to instanciate AbstractArchiveFile implementations and associate them with the filenames matched by a FilenameFilter.
archiveFormats() - Static method in class com.mucommander.file.FileFactory
Returns an iterator on all known archive formats.
ArchiveJob - Class in com.mucommander.job
This FileJob is responsible for compressing a set of files into an archive file.
ArchiveJob(ProgressDialog, MainFrame, FileSet, AbstractFile, int, String) - Constructor for class com.mucommander.job.ArchiveJob
 
Archiver - Class in com.mucommander.file.archiver
Archiver is an abstract class that represents a generic file archiver and abstracts the underlying compression method and specifics of the format.
archiveToOptimize - Variable in class com.mucommander.job.AbstractCopyJob
The archive that contains the destination files (may be null)
ArFormatProvider - Class in com.mucommander.file.impl.ar
This class is the provider for the 'Ar' archive format implemented by ArArchiveFile.
ArFormatProvider() - Constructor for class com.mucommander.file.impl.ar.ArFormatProvider
 
ArrowButton - Class in com.mucommander.ui.button
ArrowButton is a button displaying an arrow icon pointing to a specified direction (up/down/left/right).
ArrowButton() - Constructor for class com.mucommander.ui.button.ArrowButton
Creates a new ArrowButton with no initial arrow icon.
ArrowButton(int) - Constructor for class com.mucommander.ui.button.ArrowButton
Creates a new ArrowButton showing an arrow icon pointing to the specified direction.
ArrowButton(Action, int) - Constructor for class com.mucommander.ui.button.ArrowButton
Creates a new ArrowButton using the specified Action and showing an arrow icon pointing to the specified direction.
AsiExtraField - Class in com.mucommander.file.impl.zip.provider
Adds Unix file permission and UID/GID fields as well as symbolic link handling.
AsiExtraField() - Constructor for class com.mucommander.file.impl.zip.provider.AsiExtraField
Constructor for AsiExtraField.
ASK_ACTION - Static variable in class com.mucommander.ui.dialog.file.FileCollisionDialog
This value is used by some FileJob classes
askSave() - Method in class com.mucommander.ui.viewer.EditorFrame
 
assertContentsEquals(AbstractFile, AbstractFile) - Method in class com.mucommander.file.AbstractFileTestCase
Asserts that both files contain the same data, by calculating their checksum and comparing them.
assertEquals(InputStream, InputStream) - Method in class com.mucommander.file.AbstractFileTestCase
Asserts that both InputStream contain the same data, by calculating their checksum and comparing them.
AssociationBuilder - Interface in com.mucommander.command
Receive notification of the logical structure of a custom association list.
AssociationReader - Class in com.mucommander.command
Class used to parse custom associations XML files.
associations() - Static method in class com.mucommander.command.CommandManager
Returns an iterator on all known file associations.
AssociationWriter - Class in com.mucommander.command
Class used to write custom associations XML files.
AssociationWriter(OutputStream) - Constructor for class com.mucommander.command.AssociationWriter
Builds a new writer that will send data to the specified output stream.
AsyncPanel - Class in com.mucommander.ui.layout
AsyncPanel is a JPanel aimed at components that potentially take a long time to initialize.
AsyncPanel() - Constructor for class com.mucommander.ui.layout.AsyncPanel
Creates a new AsyncPanel with the default wait component.
AsyncPanel(JComponent) - Constructor for class com.mucommander.ui.layout.AsyncPanel
Creates a new AsyncPanel that displays the given component while the target component is being loaded.
AttributeFileFilter - Class in com.mucommander.file.filter
AttributeFileFilter matches files which have a specific attribute set.
AttributeFileFilter(int) - Constructor for class com.mucommander.file.filter.AttributeFileFilter
Creates a new AttributeFileFilter that matches files which have the specified attribute set.
AttributeFileFilter(int, boolean) - Constructor for class com.mucommander.file.filter.AttributeFileFilter
Creates a new AttributeFileFilter that matches files which have the specified attribute set.
AuthDialog - Class in com.mucommander.ui.dialog.auth
This dialog is used to ask the user for credentials (login/password) to access a particular location and offer him to store them to disk.
AuthDialog(MainFrame, FileURL, String) - Constructor for class com.mucommander.ui.dialog.auth.AuthDialog
 
authenticate(FileURL, CredentialsMapping) - Static method in class com.mucommander.auth.CredentialsManager
Use the credentials and realm properties of the specified CredentialsMapping to authenticate the given FileURL.
authenticateImplicit(FileURL) - Static method in class com.mucommander.auth.CredentialsManager
Looks for the best implicit credentials matching the given location (if any) and use them to authenticate the location by calling CredentialsManager.authenticate(com.mucommander.file.FileURL, CredentialsMapping).
AuthException - Exception in com.mucommander.auth
AuthException should be thrown whenever access to a remote file system was denied due to false or missing credentials.
AuthException(FileURL) - Constructor for exception com.mucommander.auth.AuthException
Creates a new AuthException instance, without any associated exception.
AuthException(FileURL, String) - Constructor for exception com.mucommander.auth.AuthException
Creates a new AuthException instance that was caused by the given exception.
AUTO_SIZE_COLUMNS - Static variable in class com.mucommander.conf.impl.MuConfiguration
Whether or not columns should resize themselves automatically.
AutocompletedEditableCombobox - Class in com.mucommander.ui.combobox
AutocompletedEditableCombobox is an editable combo-box that provides auto-completion capabilities based on the given Completer.
AutocompletedEditableCombobox(Completer) - Constructor for class com.mucommander.ui.combobox.AutocompletedEditableCombobox
Creates a new editable combo box and a JTextField to be used as the editor.
AutocompletedEditableCombobox(JTextField, Completer) - Constructor for class com.mucommander.ui.combobox.AutocompletedEditableCombobox
Creates a new editable combo box using the given text field as the editor.
AutocompletedEditableCombobox(JTextField, ComboBoxModel, Completer) - Constructor for class com.mucommander.ui.combobox.AutocompletedEditableCombobox
Creates a new editable combo box using the given text field as the editor and ComboBoxModel.
AutocompletedEditableCombobox(JTextField, Object[], Completer) - Constructor for class com.mucommander.ui.combobox.AutocompletedEditableCombobox
Creates a new editable combo box using the given text field as the editor and items to populate the initial items list.
AutocompletedEditableCombobox(JTextField, Vector, Completer) - Constructor for class com.mucommander.ui.combobox.AutocompletedEditableCombobox
Creates a new editable combo box using the given text field as the editor and items to populate the initial items list.
autocompletedtextComp - Variable in class com.mucommander.ui.autocomplete.CompletionType
 
AutocompleterTextComponent - Class in com.mucommander.ui.autocomplete
AutocompleterTextComponent convert any text component to auto-completion supported text component.
AutocompleterTextComponent(JTextComponent) - Constructor for class com.mucommander.ui.autocomplete.AutocompleterTextComponent
 
AutocompleterTextComponent(EditableComboBox) - Constructor for class com.mucommander.ui.autocomplete.AutocompleterTextComponent
 
AUTODETECT_SHELL_ENCODING - Static variable in class com.mucommander.conf.impl.MuConfiguration
Whether or not shell encoding should be auto-detected.
AVAILABILITY_PUBLIC - Static variable in class com.mucommander.xml.XmlWriter
Identifier for publicly accessible objects.
AVAILABILITY_SYSTEM - Static variable in class com.mucommander.xml.XmlWriter
Identifier for system resources.
available() - Method in class com.mucommander.io.ByteLimitInputStream
 
available() - Method in class com.mucommander.io.CounterInputStream
 
available() - Method in class com.mucommander.io.RandomAccessInputStream
Return the number of bytes that are available for reading, that is: RandomAccess.getLength() - RandomAccess.getOffset() - 1.
available() - Method in class com.mucommander.io.ThroughputLimitInputStream
 
availableThemeNames() - Static method in class com.mucommander.ui.theme.ThemeManager
 
availableThemes() - Static method in class com.mucommander.ui.theme.ThemeManager
 
AWTActionProxy - Class in com.mucommander.ui.action
AWTActionProxy acts as a proxy between a given java.awt.event.ActionListener and java.swing.Action, transferring received action events to the Action's actionPerformed method.
AWTActionProxy(Action) - Constructor for class com.mucommander.ui.action.AWTActionProxy
Creates a new AWTActionProxy instance that will transfer ActionEvents caught by AWTActionProxy.actionPerformed(java.awt.event.ActionEvent) to the specified Action.

B

BACKGROUND_COLOR_PROPERTY_NAME - Static variable in class com.mucommander.ui.chooser.PreviewLabel
 
backgroundColors - Static variable in class com.mucommander.ui.theme.ThemeCache
 
BackupInputStream - Class in com.mucommander.io
Opens an input stream on a file that has been saved by BackupOutputStream.
BackupInputStream(File) - Constructor for class com.mucommander.io.BackupInputStream
Opens a backup input stream on the specified file.
BackupInputStream(String) - Constructor for class com.mucommander.io.BackupInputStream
Opens a backup input stream on the specified file.
BackupInputStream(AbstractFile) - Constructor for class com.mucommander.io.BackupInputStream
Opens a backup input stream on the specified file.
BackupOutputStream - Class in com.mucommander.io
Saves file in as crash-safe a manner as possible.
BackupOutputStream(File) - Constructor for class com.mucommander.io.BackupOutputStream
Opens a backup output stream on the specified file.
BackupOutputStream(String) - Constructor for class com.mucommander.io.BackupOutputStream
Opens a backup output stream on the specified file.
BackupOutputStream(AbstractFile) - Constructor for class com.mucommander.io.BackupOutputStream
Opens a backup output stream on the specified file.
Base64Decoder - Class in com.mucommander.io.base64
Base64Decoder provides methods to ease the decoding of strings and byte arrays in base64.
Base64Decoder() - Constructor for class com.mucommander.io.base64.Base64Decoder
 
Base64Encoder - Class in com.mucommander.io.base64
Base64Encoder provides methods to ease the encoding of strings and byte arrays in base64.
Base64Encoder() - Constructor for class com.mucommander.io.base64.Base64Encoder
 
Base64InputStream - Class in com.mucommander.io.base64
Base64InputStream is an InputStream that decodes Base64-encoded data provided by an underlying InputStream.
Base64InputStream(InputStream) - Constructor for class com.mucommander.io.base64.Base64InputStream
Creates a new Base64InputStream that allows to decode Base64-encoded from the provided InputStream.
Base64OutputStream - Class in com.mucommander.io.base64
This OuputStream encodes supplied data to Base64 encoding and writes it to the underlying OutputStream.
Base64OutputStream(OutputStream, boolean) - Constructor for class com.mucommander.io.base64.Base64OutputStream
Creates a new Base64OutputStream using the underlying OutputStream to write the base64-encoded data to.
baseDestFolder - Variable in class com.mucommander.job.AbstractCopyJob
Base destination folder
baseSourceFolder - Variable in class com.mucommander.job.FileJob
Base source folder
BasicAutocompleterTextComponent - Class in com.mucommander.ui.autocomplete
This AutocompleterTextComponent implements BasicAutocompleterTextComponent.OnEnterPressed(java.awt.event.KeyEvent) and BasicAutocompleterTextComponent.OnEscPressed(java.awt.event.KeyEvent) as no-ops.
BasicAutocompleterTextComponent(JTextComponent) - Constructor for class com.mucommander.ui.autocomplete.BasicAutocompleterTextComponent
 
BinaryDetector - Class in com.mucommander.io
This class provides methods to determine whether some data is binary data or text data.
BinaryDetector() - Constructor for class com.mucommander.io.BinaryDetector
 
BlockRandomInputStream - Class in com.mucommander.io
BlockRandomInputStream is a specialized-yet-still-abstract RandomAccessInputStream that is geared towards resources that are read block by block, either because of a particular constrain or for performance reasons.
BlockRandomInputStream(int) - Constructor for class com.mucommander.io.BlockRandomInputStream
Creates a new BlockRandomInputStream using the specified block size.
blockSize - Variable in class com.mucommander.io.BlockRandomInputStream
Block size, i.e.
BOM - Class in com.mucommander.io.bom
BOM represents a Byte-Order Mark, a byte sequence that can be found at the beginning of a Unicode text stream which indicates the encoding of the text that follows.
BOM(byte[], String) - Constructor for class com.mucommander.io.bom.BOM
Creates a new BOM instance identified by the given signature and designating the specified character encoding.
BOMConstants - Interface in com.mucommander.io.bom
This interface contains constants used by several classes of the BOM package.
BOMInputStream - Class in com.mucommander.io.bom
BOMInputStream is an InputStream which provides support for Byte-Order Marks (BOM).
BOMInputStream(InputStream) - Constructor for class com.mucommander.io.bom.BOMInputStream
Creates a new BOMInputStream and looks for a BOM at the beginning of the stream.
BOMReader - Class in com.mucommander.io.bom
BOMReader is a Reader which provides support for Byte-Order Marks (BOM).
BOMReader(InputStream) - Constructor for class com.mucommander.io.bom.BOMReader
Creates a new BOMReader.
BOMReader(InputStream, String) - Constructor for class com.mucommander.io.bom.BOMReader
Creates a new BOMReader.
BOMReader(BOMInputStream, String) - Constructor for class com.mucommander.io.bom.BOMReader
Creates a new BOMReader using the given BOMInputStream.
BONJOUR_SECTION - Static variable in class com.mucommander.conf.impl.MuConfiguration
Section controlling parameters related to Bonjour/Zeroconf support.
BonjourDirectory - Class in com.mucommander.bonjour
Collects and maintains a list of available Bonjour/Zeroconf services using the JmDNS library.
BonjourMenu - Class in com.mucommander.bonjour
An abstract JMenu that contains an item for each Bonjour service available (as returned BonjourDirectory.getServices() displaying the Bonjour service's name.
BonjourMenu() - Constructor for class com.mucommander.bonjour.BonjourMenu
Creates a new instance of BonjourMenu.
BonjourService - Class in com.mucommander.bonjour
A simple container for a Bonjour service described by a name and URL.
BonjourService(String, FileURL, String) - Constructor for class com.mucommander.bonjour.