| javax.swing.BasicSwingTestCase javax.swing.SwingTestCase javax.swing.JTextAreaTest
Method Summary | |
void | assertEqualsPropertyChangeEvent(String name, Object oldValue, Object newValue, PropertyChangeEvent e) | String | changeString(String s) | Dimension | getPrefferedSize(JTextArea jta) | String | insertString(String s1, String s2, int index) | void | isElement(Object[] a, Object b, int count) | String | replaceRange(String s1, String s2, int start, int end) | protected void | setUp() | protected void | tearDown() | public void | testAppend() | public void | testCreateDefaultModel() | public void | testGetAccessibleContext() | public void | testGetLineCount() | public void | testGetLineOfOffset() | public void | testGetLineStartEndOffset() | public void | testGetPreferredScrollableViewportSize() | public void | testGetPreferredSize() | public void | testGetScrollableTracksViewportWidth() | public void | testGetScrollableUnitIncrement() | public void | testGetUIClassID() | public void | testInsert() | public void | testJTextArea() | public void | testJTextAreaDocument() | public void | testJTextAreaDocumentStringintint() | public void | testJTextAreaString() | public void | testJTextAreaStringintint() | public void | testJTextAreaintint() | public void | testReplaceRange() | public void | testSerialization() | public void | testSetFont() | public void | testSetGetColumns() | public void | testSetGetLineWrap() | public void | testSetGetRows() | public void | testSetGetTabSize() | public void | testSetGetWrapStyleWord() |
bWasException | boolean bWasException(Code) | | |
listener | SimplePropertyChangeListener listener(Code) | | |
testCreateDefaultModel | public void testCreateDefaultModel()(Code) | | |
testGetAccessibleContext | public void testGetAccessibleContext()(Code) | | |
testGetLineCount | public void testGetLineCount()(Code) | | |
testGetLineOfOffset | public void testGetLineOfOffset()(Code) | | |
testGetLineStartEndOffset | public void testGetLineStartEndOffset()(Code) | | |
testGetPreferredScrollableViewportSize | public void testGetPreferredScrollableViewportSize() throws Exception(Code) | | |
testGetPreferredSize | public void testGetPreferredSize() throws Exception(Code) | | |
testGetScrollableTracksViewportWidth | public void testGetScrollableTracksViewportWidth() throws Exception(Code) | | |
testGetScrollableUnitIncrement | public void testGetScrollableUnitIncrement() throws Exception(Code) | | |
testGetUIClassID | public void testGetUIClassID()(Code) | | |
testJTextArea | public void testJTextArea()(Code) | | |
testJTextAreaDocument | public void testJTextAreaDocument()(Code) | | |
testJTextAreaDocumentStringintint | public void testJTextAreaDocumentStringintint()(Code) | | |
testJTextAreaString | public void testJTextAreaString()(Code) | | |
testJTextAreaStringintint | public void testJTextAreaStringintint()(Code) | | |
testJTextAreaintint | public void testJTextAreaintint()(Code) | | |
testSetGetWrapStyleWord | public void testSetGetWrapStyleWord() throws Exception(Code) | | |
Methods inherited from javax.swing.BasicSwingTestCase | public static void assertEquals(Object[] expected, Object[] actual)(Code)(Java Doc) protected Graphics createTestGraphics()(Code)(Java Doc) protected Component findComponent(Container root, Class> findClass, boolean exactClassMatch)(Code)(Java Doc) protected FontMetrics getFontMetrics(Font fnt)(Code)(Java Doc) protected FontMetrics getFontMetrics(Font fnt, int charWidth)(Code)(Java Doc) protected FontMetrics getFontMetrics(Font fnt, int charWidth, int charHeight)(Code)(Java Doc) protected EventListener getListener(EventListener[] listeners, Class> listenerClass)(Code)(Java Doc) protected boolean hasListener(EventListener[] listeners, Class> listenerClass)(Code)(Java Doc) public static boolean isHarmony()(Code)(Java Doc) protected boolean isSystemWindow(Frame f)(Code)(Java Doc) protected void rethrow(Throwable exception) throws Throwable(Code)(Java Doc) public void runBare() throws Throwable(Code)(Java Doc) protected Throwable runBareImpl() throws Throwable(Code)(Java Doc) protected void runBareSuper() throws Throwable(Code)(Java Doc) public static Object serializeObject(Object objectToWrite) throws IOException, ClassNotFoundException(Code)(Java Doc) public void setIgnoreNotImplemented(boolean b)(Code)(Java Doc) protected void setUp() throws Exception(Code)(Java Doc) protected void tearDown() throws Exception(Code)(Java Doc) protected void testExceptionalCase(ExceptionalCase ec)(Code)(Java Doc) protected void traverseComponentTree(Component root, TraverseAction action)(Code)(Java Doc) protected boolean waitForFocus(Component c) throws Exception(Code)(Java Doc) protected void waitForIdle() throws Exception(Code)(Java Doc)
|
|
|