equal
deleted
inserted
replaced
429 * @since 2.6 |
429 * @since 2.6 |
430 * @return ETrue if SecretText was supported |
430 * @return ETrue if SecretText was supported |
431 */ |
431 */ |
432 virtual TBool IsSupportsSecretText() const = 0; |
432 virtual TBool IsSupportsSecretText() const = 0; |
433 |
433 |
|
434 /** |
|
435 * checks whether the current editor is a Java Secret editor. |
|
436 * return value: Etrue when it is a Java Secret editor. |
|
437 * Efalse when it is not. |
|
438 */ |
|
439 virtual TBool IsJavaSecretEditor() = 0; |
|
440 |
434 |
441 |
435 /** |
442 /** |
436 * Returns current input mode. |
443 * Returns current input mode. |
437 * |
444 * |
438 * @since 3.0 |
445 * @since 3.0 |