|
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.ExpressionQuery
public class ExpressionQuery
A dialog used for querying the user for an expression string.
Method Summary | |
---|---|
static java.lang.String |
getExpression(javax.swing.JDesktopPane parent,
java.lang.String title,
java.lang.String prompt)
Open a new ExpressionQuery dialog. |
static java.lang.String |
getExpression(javax.swing.JDesktopPane parent,
java.lang.String title,
java.lang.String prompt,
java.lang.String defaultExpression)
Open a new ExpressionQuery dialog. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getExpression(javax.swing.JDesktopPane parent, java.lang.String title, java.lang.String prompt)
ExpressionQuery
dialog. Ask the user to
enter an expression string. Parse this string and check for validity,
if the string is not valid the user will be asked to enter a valid
string.
parent
- the parent desktoptitle
- the title of the dialog
null
if the user cancelled the dialogpublic static java.lang.String getExpression(javax.swing.JDesktopPane parent, java.lang.String title, java.lang.String prompt, java.lang.String defaultExpression)
ExpressionQuery
dialog. Ask the user to
enter an expression string. Parse this string and check for validity,
if the string is not valid the user will be asked to enter a valid
string.
parent
- the parent desktoptitle
- the title of the dialogprompt
- the promptdefaultExpression
- default expression string
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 |