Package | Description |
---|---|
ucar.unidata.ui |
User interface utilities: extensions of AWT and Swing classes.
|
Modifier and Type | Method and Description |
---|---|
static HttpFormEntry |
HttpFormEntry.hidden(java.lang.String name,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
static boolean |
HttpFormEntry.checkEntries(java.util.List<HttpFormEntry> entries)
Check the entries to make sure they have been filled in
|
static java.lang.String[] |
HttpFormEntry.doPost(java.util.List<HttpFormEntry> entries,
java.lang.String urlPath)
Post the given entries tot he given url
|
static javax.swing.JComponent |
HttpFormEntry.makeUI(java.util.List<HttpFormEntry> entries)
Create the GUI from the list of entries
|
static boolean |
HttpFormEntry.showUI(java.util.List<HttpFormEntry> entries,
javax.swing.JComponent extraTop,
javax.swing.JComponent extraBottom,
javax.swing.JDialog dialog,
boolean shouldDoBusyWait)
Show the UI in a modeful dialog.
|
static boolean |
HttpFormEntry.showUI(java.util.List<HttpFormEntry> entries,
java.lang.String title,
java.awt.Window window,
javax.swing.JComponent extraTop)
Show the UI in a modeful dialog.
|
static boolean |
HttpFormEntry.showUI(java.util.List<HttpFormEntry> entries,
java.lang.String title,
java.awt.Window parent,
javax.swing.JComponent extraTop,
javax.swing.JComponent extraBottom)
Show the UI in a modeful dialog.
|