org.kde.koala
public class KReplaceDialog extends KFindDialog
To use your own extensions:
UNKNOWN: A generic "replace" dialog.
| Field Summary | |
|---|---|
| static int | BackReference |
| static int | PromptOnReplace |
| Constructor Summary | |
|---|---|
| protected | KReplaceDialog(Class dummy) |
| KReplaceDialog(QWidget parent, String name, long options, String[] findStrings, String[] replaceStrings, boolean hasSelection)
Construct a replace dialog.read-only or rather select-only combo box with a
parent object and a name. | |
| KReplaceDialog(QWidget parent, String name, long options, String[] findStrings, String[] replaceStrings) | |
| KReplaceDialog(QWidget parent, String name, long options, String[] findStrings) | |
| KReplaceDialog(QWidget parent, String name, long options) | |
| KReplaceDialog(QWidget parent, String name) | |
| KReplaceDialog(QWidget parent) | |
| KReplaceDialog() | |
| Method Summary | |
|---|---|
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QMetaObject | metaObject() |
| long | options()
Returns the state of the options. |
| QWidget | replaceExtension()
Returns an empty widget which the user may fill with additional UI
elements as required. |
| String | replacement()
Returns the replacement string. |
| ArrayList | replacementHistory()
Returns the list of history items. |
| void | setOptions(long options)
Set the options which are enabled. |
| void | setReplacementHistory(String[] history)
Provide the list of strings to be displayed as the history
of replacement strings. |
| void | showEvent(QShowEvent arg1) |
| protected void | slotOk() |
Parameters: parent The parent object of this widget name The name of this widget options A bitfield of the Options to be enabled. findStrings A String[] to insert in the combo box of text to find replaceStrings A String[] to insert in the combo box of text to replace with hasSelection Whether a selection exists
UNKNOWN: Construct a replace dialog.
See Also: KReplaceDialog
UNKNOWN: Returns the state of the options.
UNKNOWN: Returns an empty widget which the user may fill with additional UI elements as required.
UNKNOWN: Returns the replacement string.
See Also: KReplaceDialog
UNKNOWN: Returns the list of history items.
Parameters: options The setting of the Options.
UNKNOWN: Set the options which are enabled.
strings to be displayed as the history
of replacement strings. strings might get truncated if it is
too long.Parameters: history The replacement history.
See Also: KReplaceDialog
UNKNOWN: Provide the list of strings to be displayed as the history of replacement strings.