Inherits javax::swing::JDialog.
Inherited by edu.princeton.wordnet.browser.component.XslExportDialog.
Public Member Functions | |
ExportDialog (final Properties theseProperties) | |
void | setVisible (final boolean thisFlag) |
Public Attributes | |
boolean | ok |
Protected Member Functions | |
void | initialize (final String[] theseViewOutputs) |
Protected Attributes | |
Properties | theProperties |
JPanel | theDataPanel |
JLabel | theHeaderLabel |
Static Protected Attributes | |
static String[] | theViewOutputs = { "view:xml", "view:html", "view:text" } |
Export dialog
edu.princeton.wordnet.browser.component.ExportDialog.ExportDialog | ( | final Properties | theseProperties | ) |
Constructor
theseProperties | settings |
void edu.princeton.wordnet.browser.component.ExportDialog.initialize | ( | final String[] | theseViewOutputs | ) | [protected] |
Initialize
Ok result
JPanel edu.princeton.wordnet.browser.component.ExportDialog.theDataPanel [protected] |
Data panel
JLabel edu.princeton.wordnet.browser.component.ExportDialog.theHeaderLabel [protected] |
Header label
Properties edu.princeton.wordnet.browser.component.ExportDialog.theProperties [protected] |
Properties (input/output)
String [] edu.princeton.wordnet.browser.component.ExportDialog.theViewOutputs = { "view:xml", "view:html", "view:text" } [static, protected] |
View output choices