|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mov.ui.SymbolListDialog
public class SymbolListDialog
A set of dialogs used for querying the user for commodities either by name or symbol.
Method Summary | |
---|---|
static Symbol |
getSymbol(javax.swing.JDesktopPane parent,
java.lang.String title)
Open a new SymbolListDialog dialog. |
static java.util.SortedSet |
getSymbols(javax.swing.JDesktopPane parent,
java.lang.String title)
Open a new SymbolListDialog dialog. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Symbol getSymbol(javax.swing.JDesktopPane parent, java.lang.String title)
SymbolListDialog
dialog. Ask the user
to enter a single symbol. It will test to make sure it is
a valid symbol.
parent
- the parent desktoptitle
- the title of the dialog
null
if the user cancelled
the dialog.public static java.util.SortedSet getSymbols(javax.swing.JDesktopPane parent, java.lang.String title)
SymbolListDialog
dialog. Ask the user
to enter a list of symbol symbols. It will test to make each is
a valid symbol.
parent
- the parent desktoptitle
- the title of the dialog
null
if the user cancelled the dialog
|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |