Uses of Class
ucar.unidata.ui.HttpFormEntry
Packages that use HttpFormEntry
-
Uses of HttpFormEntry in ucar.unidata.ui
Methods in ucar.unidata.ui that return HttpFormEntryMethod parameters in ucar.unidata.ui with type arguments of type HttpFormEntryModifier and TypeMethodDescriptionstatic boolean
HttpFormEntry.checkEntries
(List<HttpFormEntry> entries) Check the entries to make sure they have been filled instatic String[]
HttpFormEntry.doPost
(List<HttpFormEntry> entries, String urlPath) Post the given entries tot he given urlstatic JComponent
HttpFormEntry.makeUI
(List<HttpFormEntry> entries) Create the GUI from the list of entriesstatic boolean
HttpFormEntry.showUI
(List<HttpFormEntry> entries, String title, Window window, JComponent extraTop) Show the UI in a modeful dialog.static boolean
HttpFormEntry.showUI
(List<HttpFormEntry> entries, String title, Window parent, JComponent extraTop, JComponent extraBottom) Show the UI in a modeful dialog.static boolean
HttpFormEntry.showUI
(List<HttpFormEntry> entries, JComponent extraTop, JComponent extraBottom, JDialog dialog, boolean shouldDoBusyWait) Show the UI in a modeful dialog.