

Public Member Functions | |
| AbstractActionDialogPanel (ActionDialog ad, boolean isFirst, boolean isLast) | |
| void | enableDialogButtons () |
| abstract void | collectValues () throws InvalidDataEntryException |
| Map | getValues () |
Protected Attributes | |
| boolean | first = false |
| boolean | last = false |
| ActionDialog | ad = null |
| VistaApp | va |
| ErrorHandler | eh |
| AbstractActionDialogPanel | nextPanel = null |
| Map | values = new HashMap() |
Static Protected Attributes | |
| final int | LABEL_COL_WIDTH = 140 |
| final int | INPUT_COL_WIDTH = 200 |
| final int | ROW_HEIGHT = 20 |
Description: Abstract panel class for dialog windows Depricated! Must be replaced by XML description. See dialogs.xml
Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory
Company: LBNL
|
||||||||||||||||
|
|
|
|
collect all values from the dialog window this method must be overriden for all dialog panels
Implemented in gov::lbl::genome::gui::panel::ContigListPanel, gov::lbl::genome::gui::panel::SaveAsPanel, gov::lbl::genome::gui::panel::SearchResultsPanel, and gov::lbl::genome::gui::panel::StatPanel. |
|
|
enable Dialog "OK" and "Cancel" Buttons remove it! |
1.3.9.1