|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.dialogs.SimpleInputDialog
SimpleInputDialog class.
| Constructor Summary | |
SimpleInputDialog()
|
|
| Method Summary | |
protected boolean |
canOk()
Return true to enable the OK button. |
void |
changedUpdate(javax.swing.event.DocumentEvent e)
|
protected boolean |
enableStatus()
|
protected oracle.bali.ewt.dialog.JEWTDialog |
getDialog()
|
java.lang.String |
getInputValue()
Returns the string entered by user. |
void |
insertUpdate(javax.swing.event.DocumentEvent e)
|
void |
removeUpdate(javax.swing.event.DocumentEvent e)
|
void |
setInputValue(java.lang.String value)
Returns the string entered by user. |
protected void |
setStatus(java.lang.String value)
|
boolean |
show(java.lang.String title,
java.lang.String label,
java.lang.String helpID)
Show the dialog. |
protected boolean |
validate(java.lang.String input)
Return true if the input is valid |
void |
vetoableChange(java.beans.PropertyChangeEvent evt)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleInputDialog()
| Method Detail |
public java.lang.String getInputValue()
public void setInputValue(java.lang.String value)
protected boolean enableStatus()
protected void setStatus(java.lang.String value)
public boolean show(java.lang.String title,
java.lang.String label,
java.lang.String helpID)
title in the title
bar. Describe the input field using the specified label,
and use the given helpID for obtaining help on this
dialog.
public void changedUpdate(javax.swing.event.DocumentEvent e)
changedUpdate in interface javax.swing.event.DocumentListenerpublic void insertUpdate(javax.swing.event.DocumentEvent e)
insertUpdate in interface javax.swing.event.DocumentListenerpublic void removeUpdate(javax.swing.event.DocumentEvent e)
removeUpdate in interface javax.swing.event.DocumentListener
public void vetoableChange(java.beans.PropertyChangeEvent evt)
throws java.beans.PropertyVetoException
vetoableChange in interface java.beans.VetoableChangeListenerjava.beans.PropertyVetoExceptionprotected oracle.bali.ewt.dialog.JEWTDialog getDialog()
protected boolean canOk()
true to enable the OK button.
protected boolean validate(java.lang.String input)
|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©1997, 2003, Oracle. All rights reserved.