Public Member Functions | |
SaveAsPanel (ActionDialog ad, boolean isFirst, boolean isLast) | |
void | collectValues () throws InvalidDataEntryException |
Static Public Attributes | |
final String | pdfString = "PDF" |
final String | jpgString = "JPEG" |
final String | gifString = "GIF" |
final String | pageSetupString = "Page Setup" |
final String | widthString = "Width, pixels" |
String | l1 = "If you have a pop-up blocker, hold down 'CTRL' " |
String | l2 = "after clicking 'OK' until a new window appears." |
String | l3 = "" |
Package Functions | |
void | jbInit () throws Exception |
Package Attributes | |
JPanel | contPanel = new JPanel() |
JPanel | warningPanel = new JPanel() |
Title: SaveAs Panel
Description: Panel for Save As Dialog
Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory
Company: LBNL
|
|
|
collect values and put them in the Map
Implements gov::lbl::genome::gui::panel::AbstractActionDialogPanel. |
|
Prepare SaveAs panet
|