|
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.ExpressionDialog
public class ExpressionDialog
A dialog for querying the user for an expression string.
ExpressionComboBox
Constructor Summary | |
---|---|
ExpressionDialog(javax.swing.JComponent parent,
java.lang.String message,
java.lang.String title)
Create new expression dialog. |
|
ExpressionDialog(javax.swing.JComponent parent,
java.lang.String message,
java.lang.String title,
java.lang.String defaultExpression)
Create new expression dialog. |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
ActionListener interface used for internal buttons. |
java.lang.String |
showDialog()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpressionDialog(javax.swing.JComponent parent, java.lang.String message, java.lang.String title)
parent
- The parent component to tie the dialog tomessage
- The question to ask the usertitle
- The title to place on the dialogpublic ExpressionDialog(javax.swing.JComponent parent, java.lang.String message, java.lang.String title, java.lang.String defaultExpression)
parent
- The parent component to tie the dialog tomessage
- The question to ask the usertitle
- The title to place on the dialogdefaultExpression
- The default expression to display in the expression ComboBoxMethod Detail |
---|
public java.lang.String showDialog()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |