#include <FiletoActorTable.h>
Public Member Functions | |
FiletoActorTable (FiletoActorContainer container, ListSelectionListener selection_listener, ActionListener button_listener, String action_label) | |
Ctor. |
In terms of a pattern the FiletoActorContainer is a Model and this class is a View.
Definition at line 14 of file FiletoActorTable.h.
SwathFrame::FiletoActorTable | ( | FiletoActorContainer | container, | |
ListSelectionListener | selection_listener, | |||
ActionListener | button_listener, | |||
String | action_label | |||
) |
Ctor.
Construct the dialog.
container | The Model to view. | |
selection_listener | The object which will handle selection events. | |
button_listener | The object which will handle button events. | |
action_label | The label on the action button. The action button event will be called with an ActionCommand consisting of "FiletoActorTable." + action_label. |