| java.lang.Object com.ibm.richtext.test.TestTextPanel
TestTextPanel | public class TestTextPanel (Code) | | |
Method Summary | |
public void | _testCommandLogControl() | public void | _testEditMenuOperations(Clipboard clipboard) Test cut, copy, paste, undo, redo, clear, canUndo, canRedo. | public void | _testModFlag(int depth) Make depth modifications to the text in textfTextPanel.
Set the modified flag on each operation, and then retrieve its
value. | public void | _testModifications(MConstText insertionText, boolean restoreOldText) Text must be editable to pass this test. | public void | _testSetSelection() | void | applyCharacterStyle() | void | applyKeyRemap() | void | applyParagraphStyle() | int | getRandSeed() | void | incRandSeed() | protected void | logMessage(String message) | int | randInt(int limit) | int | randInt(int start, int limit) | protected void | reportError(String message) | void | resizeFrame(Frame frame) | void | selectText() | public void | test() | void | typeKeys() | void | undoRedo() |
TestTextPanel | public TestTextPanel()(Code) | | |
_testCommandLogControl | public void _testCommandLogControl()(Code) | | |
_testEditMenuOperations | public void _testEditMenuOperations(Clipboard clipboard)(Code) | | Test cut, copy, paste, undo, redo, clear, canUndo, canRedo.
Text must be editable to pass this test.
|
_testModFlag | public void _testModFlag(int depth)(Code) | | Make depth modifications to the text in textfTextPanel.
Set the modified flag on each operation, and then retrieve its
value. Finally, undo the modifications.
|
_testModifications | public void _testModifications(MConstText insertionText, boolean restoreOldText)(Code) | | Text must be editable to pass this test.
|
_testSetSelection | public void _testSetSelection()(Code) | | |
applyCharacterStyle | void applyCharacterStyle()(Code) | | |
applyKeyRemap | void applyKeyRemap()(Code) | | |
applyParagraphStyle | void applyParagraphStyle()(Code) | | |
getRandSeed | int getRandSeed()(Code) | | |
incRandSeed | void incRandSeed()(Code) | | |
randInt | int randInt(int limit)(Code) | | |
randInt | int randInt(int start, int limit)(Code) | | |
selectText | void selectText()(Code) | | |
typeKeys | void typeKeys()(Code) | | |
undoRedo | void undoRedo()(Code) | | |
|
|