Package | Description |
---|---|
net.pandoragames.far.ui |
The user interface layer.
|
net.pandoragames.far.ui.model |
UI model classes.
|
net.pandoragames.far.ui.swing |
The main package for application user.
|
net.pandoragames.far.ui.swing.component |
Swing UI components.
|
net.pandoragames.far.ui.swing.dialog |
Various subwindows.
|
net.pandoragames.far.ui.swing.dialog.config |
Configuration dialogs.
|
Constructor and Description |
---|
UIBean(FARConfig config,
MessageBox sink)
Constructor requires a sink for (error) messages
|
Modifier and Type | Class and Description |
---|---|
class |
TargetFile
Data container for the files in a result list.
|
Modifier and Type | Field and Description |
---|---|
protected MessageBox |
AbstractFileRepository.messageBox
Protected member for inheriting classes
|
Modifier and Type | Method and Description |
---|---|
static void |
CharacterUtil.reportIllegalCharacter(char[] text,
int offset,
int length,
java.nio.charset.CharsetEncoder encoder,
int firstLine,
MessageBox messageBox,
Localizer localizer)
Find the position of the first illegal character for the present
encoding (if any) and write a suitable message to the message sink.
|
Constructor and Description |
---|
AbstractFileRepository(FARConfig cfg,
FindForm find,
ReplaceForm replace,
MessageBox errorsink)
Constructor takes both forms and a FARConfig instance.
|
Modifier and Type | Method and Description |
---|---|
MessageBox |
ComponentRepository.getMessageBox()
Target component for messages.
|
Constructor and Description |
---|
ComponentRepository(SwingConfig configuration,
MessageBox messageSink,
net.pandoragames.far.ui.swing.FindAndReplace.ExitListener applicationExitLisener,
javax.swing.JFrame rootWindow) |
Modifier and Type | Class and Description |
---|---|
class |
InfoLine
A panel that displays informations and errormessages in two distinct areas
as to avoid overwriting error messages with informative messages.
|
class |
MessageLabel
Adds functionality to the JLabel in order to display (error) messages
|
Modifier and Type | Field and Description |
---|---|
protected MessageBox |
FileOperationDialog.messageBox
External error sink for messages that should be displayed AFTER closing
|
protected MessageBox |
FileViewBase.messageBox
Sink for messages that should not go on the main text area.
|
Modifier and Type | Method and Description |
---|---|
static void |
FileOperationDialog.copyDialog(FileSetTableModel model,
FindForm findForm,
MessageBox sink,
SwingConfig config,
javax.swing.JFrame owner)
Convenience method to create a Copy dialog.
|
static void |
FileOperationDialog.copyDialog(int offset,
int rowCount,
FileSetTableModel model,
FindForm findForm,
MessageBox sink,
SwingConfig config,
javax.swing.JFrame owner)
Convenience method to create a Copy dialog.
|
static void |
FileOperationDialog.deleteDialog(FileSetTableModel model,
java.io.File baseDir,
MessageBox sink,
SwingConfig config,
javax.swing.JFrame owner)
Convenience method to create a Delete dialog.
|
static void |
FileOperationDialog.deleteDialog(int offset,
int rowCount,
FileSetTableModel model,
java.io.File baseDir,
MessageBox sink,
SwingConfig config,
javax.swing.JFrame owner)
Convenience method to create a Delete dialog.
|
static void |
FileOperationDialog.moveDialog(FileSetTableModel model,
FindForm findForm,
MessageBox sink,
SwingConfig config,
javax.swing.JFrame owner)
Convenience method to create a Move dialog.
|
static void |
FileOperationDialog.moveDialog(int offset,
int rowCount,
FileSetTableModel model,
FindForm findForm,
MessageBox sink,
SwingConfig config,
javax.swing.JFrame owner)
Convenience method to create a Move dialog.
|
static void |
FileOperationDialog.renameDialog(int rowIndex,
FileSetTableModel model,
FindForm findForm,
MessageBox sink,
SwingConfig config,
javax.swing.JFrame owner)
Convenience method to create a Rename dialog.
|
static void |
FileOperationDialog.treeCopyDialog(FileSetTableModel model,
FindForm findForm,
MessageBox sink,
SwingConfig config,
javax.swing.JFrame owner)
Convenience method to create a Tree Copy dialog.
|
static void |
FileOperationDialog.treeCopyDialog(int offset,
int rowCount,
FileSetTableModel model,
FindForm findForm,
MessageBox sink,
SwingConfig config,
javax.swing.JFrame owner)
Convenience method to create a Tree Copy dialog.
|
static void |
FileOperationDialog.treeCopyDialog(java.util.List<TargetFile> toBeCopied,
FileSetTableModel model,
FindForm findForm,
MessageBox sink,
SwingConfig config,
javax.swing.JFrame owner)
Convenience method to create a Tree Copy dialog.
|
Constructor and Description |
---|
CopyDialog(javax.swing.JFrame owner,
java.lang.String title,
java.util.List<TargetFile> toBeCopied,
FileSetTableModel model,
boolean treeCopy,
FindForm findForm,
MessageBox sink,
SwingConfig config)
Constructor for copy dialog.
|
DeleteDialog(javax.swing.JFrame owner,
java.lang.String title,
java.util.List<TargetFile> toBeDeleted,
FileSetTableModel model,
java.io.File baseDir,
MessageBox sink,
SwingConfig config)
Constructor for delete dialog.
|
FileOperationDialog(javax.swing.JFrame owner,
java.lang.String title,
FileSetTableModel model,
MessageBox sink,
SwingConfig config)
Constructor for subclassing.
|
MoveDialog(javax.swing.JFrame owner,
java.lang.String title,
java.util.List<TargetFile> toBeMoved,
FileSetTableModel model,
FindForm findForm,
MessageBox sink,
SwingConfig config)
Constructor for move dialog.
|
RenameDialog(javax.swing.JFrame owner,
java.lang.String title,
int rowIndex,
FileSetTableModel model,
FindForm findForm,
MessageBox sink,
SwingConfig config)
Constructor for rename dialog.
|
Modifier and Type | Field and Description |
---|---|
protected MessageBox |
ConfigPanel.messageBox |
Constructor and Description |
---|
CharsetConfigPanel(SwingConfig swingConfig,
ComponentRepository repository,
MessageBox messageBox) |
ConfigPanel(MessageBox box,
ComponentRepository repository,
SwingConfig swingConfig)
Constructor takes the settings error handler and swing configuration.
|
FileListConfigPanel(SwingConfig swingConfig,
ComponentRepository repository,
MessageBox messageBox) |
MimeConfigPanel(SwingConfig swingConfig,
ComponentRepository repository,
MessageBox box) |
MiscellaneousPanel(SwingConfig swingConfig,
ComponentRepository repository,
MessageBox messageBox) |