| javax.swing.JDialog org.columba.mail.gui.config.folder.FolderOptionsDialog
FolderOptionsDialog | public class FolderOptionsDialog extends JDialog implements ActionListener,ListSelectionListener(Code) | | Folder Options Dialog. Shows status information about selected folder.
Note, that this dialog is not modal. A background thread is used to calculate
the total mailbox size.
author: fdietz |
FolderOptionsDialog | public FolderOptionsDialog(IMailbox folder, boolean renameFolder, MailFrameMediator mediator)(Code) | | Constructor
Parameters: folder - selected folder Parameters: renameFolder - this is a "rename folder" operation |
createAdvancedPanel | protected JPanel createAdvancedPanel()(Code) | | Create advanced panel.
panel |
createGeneralPanel | protected JPanel createGeneralPanel()(Code) | | |
initComponents | protected void initComponents()(Code) | | |
setMailboxSize | public void setMailboxSize(int sizeInKB)(Code) | | Set size of mailbox.
Parameters: size - size of mailbox |
updateComponents | public void updateComponents(boolean b)(Code) | | |
|
|