Package com.mucommander.ui.action

Contains all actions used to interact with muCommander.

See:
          Description

Interface Summary
InvokesDialog This interface should be implemented by MuAction classes that invoke a dialog when the action is performed, in order to automatically append '...' to the action's label.
 

Class Summary
ActionDescriptor A descriptor class for MuAction instances.
ActionKeymap This class manages keyboard associations with MuAction classes.
ActionManager ActionManager provides methods to retrieve MuAction instances and invoke them.
AddBookmarkAction This action brings up the 'Add bookmark' dialog that allows to bookmark the current folder.
AWTActionProxy 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.
BringAllToFrontAction Brings all MainFrame windows to front, from the last window index to the first, except for the current (or last active) MainFrame which is brought to the front last.
CalculateChecksumAction This action invokes the CalculateChecksumDialog which allows to calculate the checksum of the selected files and store the results in a pseudo-standard checksum file.
ChangeDateAction Brings up a dialog that allows the user to change the date of the currently selected/marked files.
ChangeLocationAction This action transfers focus to the location field of the currently active FolderPanel to edit or type in a new folder location.
ChangePermissionsAction Brings up a dialog that allows the user to change the file permissions the currently selected/marked files.
CheckForUpdatesAction This action checks for a new version of muCommander.
CloseWindowAction If there is more than one window currently open, this action disposes the currently active MainFrame (i.e.
CommandAction  
CompareFoldersAction This action compares the content of the 2 MainFrame's file tables and marks the files that are different.
ConnectToServerAction This action pops up the 'Connect to Server' dialog that assists the user in connecting to a remote server.
CopyAction This action invokes the 'Copy dialog' which allows to copy the currently selected/marked files to a specified destination.
CopyFileNamesAction This action copies the filename(s) of the currently selected / marked files(s) to the system clipboard.
CopyFilePathsAction This action copies the path(s) of the currently selected / marked files(s) to the system clipboard.
CopyFilesToClipboardAction This action copies the selected / marked files to the system clipboard, allowing to paste them to muCommander or another application.
CycleBackwardThruFolderPanelAction This action allows to cycle backward through the current FolderPanel's focusable components: file table, folder tree and location field.
CycleForwardThruFolderPanelAction This action allows to cycle forward through the current FolderPanel's focusable components: file table, folder tree and location field.
DeleteAction This action invokes a Delete confirmation dialog to delete currently the selected / marked files in the currently active folder.
DonateAction This action opens the mucommander.com donation page URL in the system's default browser.
EditAction User configurable variant of InternalEditAction.
EditBookmarksAction This action brings up the 'Edit bookmarks' dialog that allows to edit bookmarks.
EditCredentialsAction This action brings up the 'Edit credentials' dialog that allows to edit persistent credentials (the ones stored to disk).
EmailAction This action pops up the 'Email files' dialog that allows to email the currently marked files as attachment.
EmptyTrashAction Empties the system trash.
ExploreBookmarksAction This action changes the current folder of the currently active FolderPanel to bookmark:// which is the root of bookmark filesystem, allowing to explore all the bookmarks the user has.
FileAction FileAction is an abstract action that operates on the currently active FileTable.
GarbageCollectAction This action invokes the garbage collector and is here for debugging purposes only.
GoBackAction This action recalls the previous folder in the current FolderPanel's history.
GoForwardAction This action recalls the next folder in the current FolderPanel's history.
GoToAction This class is an abstract MuAction that monitors changes in the currently active panel's location and calls GoToAction.toggleEnabledState() every time the location has changed, and when the current panel has changed to update enable or disable this action.
GoToDocumentationAction Opens the muCommander online documentation in the system's default browser.
GoToForumsAction This action opens the mucommander.com forums URL in the system's default browser.
GoToHomeAction This action changes the current folder of the currently active FolderPanel to the user home folder.
GoToParentAction This action changes the current folder of the currently active FolderPanel to the current folder's parent.
GoToParentInBothPanelsAction Changes the current directory to its parent and tries to do the same in the inactive panel.
GoToParentInOtherPanelAction Opens the active panel's parent in the inactive panel.
GoToRootAction This action changes the current folder of the currently active FolderPanel to the current folder's root.
GoToWebsiteAction This action opens the mucommander.com URL in the system's default browser.
InternalEditAction Opens the current file in edit mode.
InternalViewAction Opens the current file in view mode.
InvertSelectionAction This action .
LocalCopyAction This action invokes the 'Copy dialog' which allows to copy the currently selected/marked files to a specified destination.
MarkAllAction This action marks all files in the current file table.
MarkExtensionAction Action that marks / unmarks all files with a specific extension.
MarkGroupAction This action brings up the 'File selection' dialog which allows to mark a group of files that match a specified expression.
MarkPageDownAction Marks/unmarks rows in the active FileTable, from the currently selected row to the next page's row (inclusive).
MarkPageUpAction Marks/unmarks rows in the active FileTable, from the currently selected row to the previous page's row (inclusive).
MarkSelectedFileAction Marks or unmarks the current selected file (current row) and advance current row to the next one, with the following exceptions: if quick search is active, this method does nothing if '..' file is selected, file is not marked but current row is still advanced to the next one if the MarkSelectedFileAction key event is repeated and the last file has already been marked/unmarked since the key was last released, the file is not marked in order to avoid marked/unmarked flaps when the mark key is kept pressed.
MarkUpToFirstRowAction Marks/unmarks files in the active FileTable, from the currently selected row to the first row (inclusive).
MarkUpToLastRowAction Marks/unmarks files in the active FileTable, from the currently selected row to the last row (inclusive).
MaximizeWindowAction Maximizes the MainFrame this action is associated with.
MinimizeWindowAction Minimizes the MainFrame this action is associated with.
MkdirAction This action brings up the 'Make directory' dialog which allows to create a new directory in the currently active folder.
MkfileAction This action brings up the 'Make file' dialog which allows to create a new file in the currently active folder.
MoveAction This action invokes the 'Move dialog' which allows to move the currently selected/marked files in the current folder to a specified destination.
MuAction MuAction extends AbstractAction to add more functionalities and make it easier to integrate within muCommander.
MultiRenameAction This action invokes the 'Multi-Rename' dialog which allows to rename selected files.
MuteProxyAction MuteProxyAction is an implementation of ProxyAction where MuteProxyAction.actionPerformed(java.awt.event.ActionEvent) does nothing.
NewWindowAction This action creates a new muCommander window.
OpenAction This action 'opens' the currently selected file or folder in the active FileTable.
OpenInBothPanelsAction Opens the currently selected file and its equivalent in the inactive folder panel if it exists.
OpenInOtherPanelAction Opens browsable files in the inactive panel.
OpenLocationAction This action opens a specified location in the current active FileTable.
OpenNativelyAction This action opens the currently selected file or folder with native file associations.
OpenTrashAction Opens the trash in the default file manager of the current OS/Desktop manager.
OpenURLInBrowserAction This action opens a URL in the system's default browser.
PackAction This action pops up the 'Pack files' dialog that allows to create an archive file with the currently marked files.
PasteClipboardFilesAction This action pastes the files contained by the system clipboard to the currently active folder.
PermanentDeleteAction This action invokes a Delete confirmation dialog to delete the currently selected / marked files in the currently active folder.
PopupLeftDriveButtonAction Pops up the DrivePopupButton (the drop down button that allows to quickly select a volume or bookmark) of the left FolderPanel.
PopupRightDriveButtonAction Pops up the DrivePopupButton (the drop down button that allows to quickly select a volume or bookmark) of the left FolderPanel.
ProxyAction ProxyAction is a proxy for an Action instance.
QuitAction This action pops up the Quit confirmation dialog (if it hasn't been disabled) and if quit has been confirmed, quits the application.
RecallNextWindowAction This action brings the next window (next window number) to the front.
RecallPreviousWindowAction This action brings the previous window (previous window number) to the front.
RecallWindow10Action Recalls window number 10 (brings it to the front).
RecallWindow1Action Recalls window number 1 (brings it to the front).
RecallWindow2Action Recalls window number 2 (brings it to the front).
RecallWindow3Action Recalls window number 3 (brings it to the front).
RecallWindow4Action Recalls window number 4 (brings it to the front).
RecallWindow5Action Recalls window number 5 (brings it to the front).
RecallWindow6Action Recalls window number 6 (brings it to the front).
RecallWindow7Action Recalls window number 7 (brings it to the front).
RecallWindow8Action Recalls window number 8 (brings it to the front).
RecallWindow9Action Recalls window number 9 (brings it to the front).
RecallWindowAction Brings a MainFrame window to the front.
RefreshAction This action refreshes the currently active FolderPanel (refreshes the content of the folder).
RenameAction This action triggers in-table renaming of the currently selected file, if no file is marked.
ReportBugAction This action opens the mucommander.com bug repository URL in the system's default browser.
RevealInDesktopAction This action reveals the currently selected file or folder in the native Desktop's file manager (e.g.
ReverseSortOrderAction This action reverses the sort order of the currently active FileTable.
RunCommandAction This action pops up the 'Run command' dialog that is used to execute a shell command.
SelectedFileAction SelectedFileAction is an abstract action that operates on the currently active FileTable, and that is enabled only when a file other than the parent folder file '..' is selected.
SelectedFilesAction SelectedFilesAction is an abstract action that operates on the currently active FileTable, and is enabled only when at least one file is marked, or when a file other than the parent folder file '..' is selected.
SelectFirstRowAction This action selects the first row/file in the current FileTable.
SelectLastRowAction This action selects the last row/file in the current FileTable.
SetSameFolderAction This action equalizes both FileTable's current folders: the 'inactive' FileTable's current folder becomes the active FileTable's one.
ShowAboutAction This action displays the 'About' dialog.
ShowFilePropertiesAction This action pops up the file Properties dialog.
ShowKeyboardShortcutsAction This action displays the 'Keyboard shortcuts' dialog that lists all available keyboard shortcuts sorted by topic.
ShowParentFoldersPopupAction This action shows ParentFoldersPopup on the current active FileTable.
ShowPreferencesAction This action shows up the preferences dialog.
ShowRecentlyAccessedLocationsAction This action shows RecentlyAccessedLocationsPopup on the current active FileTable.
ShowServerConnectionsAction Displays a dialog which shows a list of open server connections and allows the user to close them.
SortByAction This action sorts the currently active FileTable by a specified criterion.
SortByDateAction This action sorts the currently active FileTable by date.
SortByExtensionAction This action sorts the currently active FileTable by extension.
SortByGroupAction This action sorts the currently active FileTable by group.
SortByNameAction This action sorts the currently active FileTable by name.
SortByOwnerAction This action sorts the currently active FileTable by owner.
SortByPermissionsAction This action sorts the currently active FileTable by permissions.
SortBySizeAction This action sorts the currently active FileTable by size.
SplitEquallyAction Positions the split pane divider in the middle so that both folder panels have the same space.
SplitHorizontallyAction Splits the folder panels horizontally (left/right) within the MainFrame.
SplitVerticallyAction Splits the folder panels vertically (top/bottom) within the MainFrame.
StopAction This action is invoked to stop a running location change.
SwapFoldersAction This action swaps both FileTable's current folders: the left table's current folder becomes the right table's one and vice versa.
SwitchActiveTableAction This action switches the currently active FileTable, that is gives focus to the FileTable that currently doesn't have it.
ToggleAutoSizeAction This action toggles the 'auto-size columns' option on the currently active FileTable, which automatically resizes columns to fit the table's width.
ToggleColumnAction Shows/hides a specified column of the currently active FileTable.
ToggleCommandBarAction This action shows/hides the current MainFrame's CommandBar depending on its current visible state: if it is visible, hides it, if not shows it.
ToggleDateColumnAction Shows/hides the 'Date' column of the currently active FileTable.
ToggleExtensionColumnAction Shows/hides the 'Extension' column of the currently active FileTable.
ToggleGroupColumnAction Shows/hides the 'Group' column of the currently active FileTable.
ToggleHiddenFilesAction A simple action that toggles hidden files visibility on and off.
ToggleOwnerColumnAction Shows/hides the 'Owner' column of the currently active FileTable.
TogglePermissionsColumnAction Shows/hides the 'Permissions' column of the currently active FileTable.
ToggleShowFoldersFirstAction This action toggles the 'Show folders first' option, which controls whether folders are displayed first in the FileTable or mixed with regular files.
ToggleSizeColumnAction Shows/hides the 'Size' column of the currently active FileTable.
ToggleStatusBarAction This action shows/hides the current MainFrame's StatusBar depending on its current visible state: if it is visible, hides it, if not shows it.
ToggleToolBarAction This action shows/hides the current MainFrame's ToolBar depending on its current visible state: if it is visible, hides it, if not shows it.
ToggleTreeAction This action toggles the visibility of a directory tree.
UnmarkAllAction This action unmarks all files in the current file table.
UnmarkGroupAction This action brings up the 'File selection' dialog which allows to unmark a group of files that match a specified expression.
UnpackAction This action pops up the 'Unpack files' dialog that allows to unpack the currently marked files.
ViewAction User configurable variant of InternalViewAction.
 

Package com.mucommander.ui.action Description

Contains all actions used to interact with muCommander.



This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard