|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jivesoftware.sparkimpl.plugin.alerts.InputTextAreaDialog
public final class InputTextAreaDialog
InputTextAreaDialog
class can be used for any input required that a simple text field could
not handle.
Field Summary | |
---|---|
javax.swing.Action |
nextFocusAction
Move to focus forward action. |
javax.swing.Action |
prevFocusAction
Moves the focus backwards in the dialog. |
Constructor Summary | |
---|---|
InputTextAreaDialog()
Empty Constructor. |
Method Summary | |
---|---|
java.lang.String |
getInput(java.lang.String title,
java.lang.String description,
javax.swing.Icon icon,
java.awt.Component parent)
Prompt and return input. |
java.lang.String |
getInput(java.lang.String title,
java.lang.String description,
javax.swing.Icon icon,
int width,
int height)
Returns the input from a user. |
void |
propertyChange(java.beans.PropertyChangeEvent e)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public javax.swing.Action nextFocusAction
public javax.swing.Action prevFocusAction
Constructor Detail |
---|
public InputTextAreaDialog()
Method Detail |
---|
public java.lang.String getInput(java.lang.String title, java.lang.String description, javax.swing.Icon icon, int width, int height)
title
- the title of the dialog.description
- the dialog description.icon
- the icon to use.width
- the dialog widthheight
- the dialog height
public java.lang.String getInput(java.lang.String title, java.lang.String description, javax.swing.Icon icon, java.awt.Component parent)
title
- the title of the dialog.description
- the dialog description.icon
- the icon to use.parent
- the parent to use.
public void propertyChange(java.beans.PropertyChangeEvent e)
propertyChange
in interface java.beans.PropertyChangeListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |