|
Venice 0.7beta | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mov.ui.ExpressionEditorDialog
public class ExpressionEditorDialog
A dialog for adding, editing and viewing stored expressions. A stored expression is an expression with a name that is saved in user preferences. Stored expressions can be quickly recalled (and modified) anywhere Venice accepts expressions.
StoredExpression,
EquationPage,
Expression| Method Summary | |
|---|---|
static StoredExpression |
showAddDialog(java.util.List storedExpressions,
java.lang.String title)
Show a dialog which allows the user to add a new stored expression. |
static StoredExpression |
showAddDialog(java.util.List storedExpressions,
java.lang.String title,
java.lang.String expression)
Show a dialog which allows the user to add a new stored expression. |
static StoredExpression |
showAddDialog(java.lang.String title,
java.lang.String expression)
Show a dialog which allows the user to add a new stored expression. |
static StoredExpression |
showEditDialog(java.util.List storedExpressions,
java.lang.String title,
StoredExpression storedExpression)
Show a dialog which allows the user to edit a current stored expression. |
static java.lang.String |
showEditDialog(java.lang.String title,
java.lang.String expression)
Show a dialog which allows the user to edit a current stored expression. |
static void |
showViewDialog(java.lang.String title,
java.lang.String expression)
Show a dialog which allows the user to view a current stored expression. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static StoredExpression showAddDialog(java.util.List storedExpressions,
java.lang.String title,
java.lang.String expression)
storedExpressions - current stored expressions.title - title of dialog.expression - initial expression text
null if the user cancelled
the dialog.
public static StoredExpression showAddDialog(java.util.List storedExpressions,
java.lang.String title)
storedExpressions - current stored expressions.title - title of dialog.
null if the user cancelled
the dialog.
public static StoredExpression showAddDialog(java.lang.String title,
java.lang.String expression)
title - title of dialog.expression - initial expression text
null if the user cancelled
the dialog.
public static java.lang.String showEditDialog(java.lang.String title,
java.lang.String expression)
title - title of dialog.expression - current expression text
public static StoredExpression showEditDialog(java.util.List storedExpressions,
java.lang.String title,
StoredExpression storedExpression)
storedExpressions - current stored expressions.title - title of dialog.storedExpression - current expression.
public static void showViewDialog(java.lang.String title,
java.lang.String expression)
title - title of dialog.expression - expression text
|
Venice 0.7beta | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||