public class ComponentRepository
extends java.lang.Object
Constructor and Description |
---|
ComponentRepository(SwingConfig configuration,
MessageBox messageSink,
net.pandoragames.far.ui.swing.FindAndReplace.ExitListener applicationExitLisener,
javax.swing.JFrame rootWindow) |
Modifier and Type | Method and Description |
---|---|
java.awt.event.ActionListener |
getExitListener()
Closes the application.
|
CommandExtract |
getExtractCommand()
Action listener that will trigger the EXTRACT command.
|
ExtractForm |
getExtractForm()
Returns the ReplaceForm instance used by the application.
|
javax.swing.JTable |
getFileSetTable()
Returns the JTable that holds the file set table model.
|
CommandFind |
getFindCommand()
Action listener that will trigger the FIND command.
|
FindForm |
getFindForm()
Returns the FindForm instance used by the application.
|
Localizer |
getLocalizer()
Localizer for translation of labels and messages.
|
MessageBox |
getMessageBox()
Target component for messages.
|
OperationCallBackListener |
getOperationCallBackListener()
Returns the OperationCallBackListener.
|
ProgressBarUpdater |
getProgressBarUpdater()
Returns the ProgressBarUpdater.
|
CommandRename |
getRenameCommand()
Action listener that will trigger the RENAME command.
|
RenameForm |
getRenameForm()
Returns the RenameForm instance used by the application.
|
CommandReplace |
getReplaceCommand()
Action listener that will trigger the REPLACE command.
|
ReplaceForm |
getReplaceForm()
Returns the ReplaceForm instance used by the application.
|
ResetDispatcher |
getResetDispatcher()
Action listener that will trigger a reset of the search form.
|
javax.swing.JFrame |
getRootWindow()
Application main window.
|
SearchBaseHasChangedListener |
getSearchBaseListener()
Returns the SearchBaseHasChangedListener.
|
FileSetTableModel |
getTableModel()
Returns the table model for the result table.
|
OperationTabPane |
getTabPane()
Returns the main TabPane withe Find and Repace tabs.
|
UIFace |
getUiface()
Central interface to business logic.
|
UndoListener |
getUndoListener()
Returns the UndoListener.
|
public ComponentRepository(SwingConfig configuration, MessageBox messageSink, net.pandoragames.far.ui.swing.FindAndReplace.ExitListener applicationExitLisener, javax.swing.JFrame rootWindow)
public CommandFind getFindCommand()
public CommandReplace getReplaceCommand()
public CommandRename getRenameCommand()
public CommandExtract getExtractCommand()
public MessageBox getMessageBox()
public UIFace getUiface()
public ResetDispatcher getResetDispatcher()
public ProgressBarUpdater getProgressBarUpdater()
public OperationCallBackListener getOperationCallBackListener()
public SearchBaseHasChangedListener getSearchBaseListener()
public UndoListener getUndoListener()
public javax.swing.JFrame getRootWindow()
public Localizer getLocalizer()
public java.awt.event.ActionListener getExitListener()
public FindForm getFindForm()
public ReplaceForm getReplaceForm()
public RenameForm getRenameForm()
public ExtractForm getExtractForm()
public FileSetTableModel getTableModel()
public javax.swing.JTable getFileSetTable()
public OperationTabPane getTabPane()