| javax.swing.SwingTestCase javax.swing.text.UtilitiesTest
Method Summary | |
void | checkWasException() | void | checkWasException(String s) | void | drawTabbedTextTest(JTextComponent c) | int | getBreakLocation(Segment s, FontMetrics fm, int start, int end, TabExpander t, int pos) | void | getBreakLocationTest(JTextComponent c) | void | getNextWordTest(JTextComponent c) | int | getPositionAbove(JTextComponent c, int p, int x) | void | getPositionAboveBelowTest(JTextComponent c) | int | getPositionBelow(JTextComponent c, int p, int x) | void | getPreviousWordTest(JTextComponent c) | int | getRowEnd(JTextComponent c, int pos) | int | getRowStart(JTextComponent c, int pos) | void | getRowStartEndTest(JTextComponent c) | int | getTabbedTextEnd(Segment s, FontMetrics fm, int x, TabExpander t, int pos) | int | getTabbedTextOffset(Segment s, FontMetrics fm, int start, int end, TabExpander t, int pos) | int | getTabbedTextOffsetRound(Segment s, FontMetrics fm, int start, int end, TabExpander t, int pos, boolean round) | void | getTabbedTextOffsetRoundTest(JTextComponent c) | void | getTabbedTextOffsetRoundTest_BoundaryCases(JTextComponent c) | void | getTabbedTextOffsetRoundTest_NoTabExpander(JTextComponent c) | void | getTabbedTextOffsetTest(JTextComponent c) | int | getTabbedTextWidth(Segment s, FontMetrics fm, int x, TabExpander t, int pos) | public void | getTabbedTextWidthTest(JTextComponent c) | void | getWordEndTest(JTextComponent c) | void | getWordStartTest(JTextComponent c) | protected void | setContent() | protected void | setUp() | protected void | tearDown() | public void | testDrawTabbedText() | public void | testGetBreakLocation() | public void | testGetNextWord() | public void | testGetNextWord02() | public void | testGetNextWord03() | public void | testGetNextWord04() | public void | testGetParagraphElement() | public void | testGetPositionAbove() | public void | testGetPositionAboveBelow() | public void | testGetPositionBelow() | public void | testGetPreviousWord() | public void | testGetRowStartEnd() | public void | testGetTabbedTextOffset() | public void | testGetTabbedTextOffsetRound() | public void | testGetTabbedTextOffsetRound_BoundaryCases() | public void | testGetTabbedTextOffsetRound_NoTabExpander() | public void | testGetTabbedTextWidth() | public void | testGetWordEnd() | public void | testGetWordStart() |
bWasException | boolean bWasException(Code) | | |
checkWasException | void checkWasException()(Code) | | |
getTabbedTextOffsetRoundTest_BoundaryCases | void getTabbedTextOffsetRoundTest_BoundaryCases(JTextComponent c)(Code) | | |
getTabbedTextOffsetRoundTest_NoTabExpander | void getTabbedTextOffsetRoundTest_NoTabExpander(JTextComponent c)(Code) | | |
setContent | protected void setContent()(Code) | | |
testDrawTabbedText | public void testDrawTabbedText()(Code) | | |
testGetBreakLocation | public void testGetBreakLocation()(Code) | | |
testGetNextWord | public void testGetNextWord()(Code) | | |
testGetNextWord02 | public void testGetNextWord02()(Code) | | |
testGetNextWord03 | public void testGetNextWord03()(Code) | | |
testGetParagraphElement | public void testGetParagraphElement()(Code) | | |
testGetPositionAboveBelow | public void testGetPositionAboveBelow()(Code) | | |
testGetPreviousWord | public void testGetPreviousWord()(Code) | | |
testGetTabbedTextOffset | public void testGetTabbedTextOffset()(Code) | | |
testGetTabbedTextOffsetRound | public void testGetTabbedTextOffsetRound()(Code) | | |
testGetTabbedTextOffsetRound_BoundaryCases | public void testGetTabbedTextOffsetRound_BoundaryCases()(Code) | | |
testGetTabbedTextOffsetRound_NoTabExpander | public void testGetTabbedTextOffsetRound_NoTabExpander()(Code) | | |
testGetTabbedTextWidth | public void testGetTabbedTextWidth()(Code) | | |
testGetWordEnd | public void testGetWordEnd()(Code) | | |
testGetWordStart | public void testGetWordStart()(Code) | | |
|
|