SwathFrame Class Reference
[Gui/FiletoActor]

This class will display a table based upon a FiletoActorContainer. More...

#include <FiletoActorTable.h>

List of all members.

Public Member Functions

 FiletoActorTable (FiletoActorContainer container, ListSelectionListener selection_listener, ActionListener button_listener, String action_label)
 Ctor.


Detailed Description

This class will display a table based upon a FiletoActorContainer.

In terms of a pattern the FiletoActorContainer is a Model and this class is a View.

Definition at line 14 of file FiletoActorTable.h.


Member Function Documentation

SwathFrame::FiletoActorTable ( FiletoActorContainer  container,
ListSelectionListener  selection_listener,
ActionListener  button_listener,
String  action_label 
)

Ctor.

Construct the dialog.

Parameters:
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.


The documentation for this class was generated from the following file: