| javax.swing.BasicSwingTestCase
All known Subclasses: javax.swing.PopupFactoryTest, javax.swing.text.html.StyleSheet_ConvertAttr_BackgroundPositionAdvancedTest, javax.swing.SortingFocusTraversalPolicyRTest, javax.swing.AbstractSpinnerModelTest, javax.swing.JColorChooserTest, javax.swing.JTableTest, javax.swing.tree.DefaultTreeCellRendererTest, javax.swing.text.html.StyleSheet_ConvertAttr_BorderPartTestCase, javax.swing.text.html.StyleSheet_ConvertAttr_TextAlignTest, javax.swing.SpinnerDateModelTest, javax.swing.ToolTipManagerRTest, javax.swing.RepaintManagerTest, javax.swing.text.AbstractDocument_BranchElementTest, javax.swing.text.html.CSSTest, javax.swing.text.GapContent_InternalTest, javax.swing.JProgressBarTest, javax.swing.PopupTest, javax.swing.text.DefaultEditorKit_Actions_MultithreadedTest, javax.swing.JSpinnerTest, javax.swing.text.BoxViewRTest, javax.swing.text.html.HTMLFrameHyperlinkEventTest, javax.swing.SortingFocusTraversalPolicyTest, javax.swing.AccessibleJComponent_MultithreadedTest, javax.swing.text.BoxView_WithChildrenTest, javax.swing.text.CompositeViewTest, javax.swing.text.html.StyleSheet_ConvertAttr_ColorTest, javax.swing.text.html.HTMLDocumentTestCase, javax.swing.SpinnerNumberModelTest, javax.swing.text.html.StyleSheet_Large_Test, javax.swing.AccessibleJButtonTest, javax.swing.text.LabelViewTest, javax.swing.SwingTestCase, javax.swing.text.DefaultCaret_MultithreadedTest, javax.swing.event.DocumentEventTest, javax.swing.text.ParagraphViewTest, javax.swing.SpinnerListModelTest, javax.swing.text.html.StyleSheet_ConvertAttr_FontSizeTest, javax.swing.text.GapContent_PositionTest, javax.swing.text.html.StyleSheet_RulesTest, javax.swing.colorchooser.AbstractColorChooserPanelTest, javax.swing.text.PlainDocumentRTest, javax.swing.text.html.StyleSheetTest, javax.swing.JComponent_AddRemoveNotifyTest, javax.swing.JFileChooserRTest, javax.swing.text.html.StyleSheet_ConvertAttr_FontTest, javax.swing.event.AncestorEventTest, javax.swing.text.GlyphViewTest, javax.swing.plaf.basic.BasicTreeUITest, javax.swing.text.html.StyleSheet_ConvertAttr_MarginTestCase, javax.swing.text.html.StyleSheet_BoxPainterTest, javax.swing.text.html.ListViewTest, javax.swing.plaf.basic.BasicTableUITest, javax.swing.text.html.StyleSheet_ViewAttributesTest, javax.swing.text.BoxViewTest, javax.swing.text.html.ImageViewTest, javax.swing.text.html.StyleSheet_ConvertAttr_BorderTest, javax.swing.JLabelRTest, javax.swing.table.DefaultTableColumnModelTest, javax.swing.text.html.StyleSheet_ConvertAttr_TextDecorationTest, javax.swing.event.TreeExpansionEventTest, javax.swing.table.JTableHeaderTest, javax.swing.text.ElementIteratorTest, javax.swing.text.ViewRTest, javax.swing.table.BasicSwingTableTestCase, javax.swing.plaf.basic.BasicProgressBarUITest, javax.swing.text.DefaultEditorKitRTest, javax.swing.text.PlainView_ChangesRTest, javax.swing.text.html.HTML_UnknownTagTest, javax.swing.text.html.StyleSheet_ConvertAttr_BackgroundTest, javax.swing.event.TableModelEventTest, javax.swing.JComponent_MultithreadedTest, javax.swing.text.DefaultStyledDocumentRTest, javax.swing.text.html.OptionTest, javax.swing.text.html.ParagraphView_RequirementsTest, javax.swing.event.TableColumnModelEventTest, javax.swing.ProgressMonitorInputStreamTest, javax.swing.plaf.basic.BasicMenuUI_MultithreadedTest, javax.swing.tree.DefaultTreeCellEditorTest, javax.swing.plaf.basic.BasicScrollBarUITest, javax.swing.text.LabelViewRTest, javax.swing.SizeSequenceTest, javax.swing.text.html.HTMLTest, javax.swing.text.html.StyleSheet_Small_Test, javax.swing.JTree_DynamicUtilTreeNodeTest, javax.swing.text.html.StyleSheet_ConvertAttr_BorderColorTest, javax.swing.colorchooser.DefaultColorSelectionModelTest, javax.swing.table.DefaultTableCellRendererTest, javax.swing.colorchooser.ColorChooserComponentFactoryTest, javax.swing.JTree_EmptySelectionModelTest, javax.swing.PopupFactoryRTest, javax.swing.plaf.metal.MetalProgressBarUITest, javax.swing.text.html.StyleSheet_ResolvedRulesClassTest, javax.swing.text.PlainView_ChangesTest, javax.swing.event.PopupMenuEventTest, javax.swing.DebugGraphicsTest, javax.swing.JInternalFrame_MultithreadedTest, javax.swing.tree.DefaultMutableTreeNodeTest, javax.swing.plaf.basic.BasicTableHeaderUITest, javax.swing.plaf.basic.BasicSpinnerUITest, javax.swing.SwingWaitTestCase, javax.swing.ProgressMonitorTest, javax.swing.text.html.StyleSheet_ResolvedRulesTest, javax.swing.JTextField_NotifyActionRTest, javax.swing.text.AbstractDocument_ContentTest, javax.swing.text.html.ParagraphViewTest, javax.swing.text.html.BlockViewTest, javax.swing.JTableRTest, javax.swing.LayoutFocusTraversalPolicyTest, javax.swing.plaf.basic.BasicColorChooserUITest, javax.swing.text.html.StyleSheet_ConvertAttr_BoldTest, javax.swing.JLabelTest, javax.swing.text.DefaultStyledDocumentTest, javax.swing.text.html.StyleSheet_TranslateHTMLToCSS, javax.swing.text.html.StyleSheet_ConvertAttr_FontFamilyTest, javax.swing.text.GlyphViewRTest, javax.swing.text.GlyphView_GlyphPainterTest, javax.swing.table.TableColumnTest, javax.swing.text.html.InlineViewTest, javax.swing.text.AbstractDocument_LeafElementTest, javax.swing.text.FlowViewTest,
BasicSwingTestCase | abstract public class BasicSwingTestCase extends TestCase (Code) | | |
Inner Class :protected static class Marker | |
Inner Class :abstract protected class ExceptionalCase | |
Inner Class :abstract protected class BadLocationCase extends ExceptionalCase | |
Inner Class :abstract protected class ClassCastCase extends ExceptionalCase | |
Inner Class :abstract protected class IllegalArgumentCase extends ExceptionalCase | |
Inner Class :abstract protected class NullPointerCase extends ExceptionalCase | |
Inner Class :abstract protected class StringIndexOutOfBoundsCase extends ExceptionalCase | |
Inner Class :protected static class EventsController implements Serializable | |
Inner Class :protected class PropertyChangeController extends EventsController implements PropertyChangeListener | |
Inner Class :protected class ChangeController extends EventsController implements ChangeListener | |
Inner Class :protected interface TraverseAction | |
DEFAULT_TIMEOUT_DELAY | final public static long DEFAULT_TIMEOUT_DELAY(Code) | | |
propertyChangeController | protected PropertyChangeController propertyChangeController(Code) | | PropertyChangeListener for test purposes to easily check that some property was changed
|
timeoutDelay | protected static long timeoutDelay(Code) | | |
BasicSwingTestCase | public BasicSwingTestCase()(Code) | | |
BasicSwingTestCase | public BasicSwingTestCase(String name)(Code) | | |
isHarmony | public static boolean isHarmony()(Code) | | |
isSystemWindow | protected boolean isSystemWindow(Frame f)(Code) | | |
serializeObject | public static Object serializeObject(Object objectToWrite) throws IOException, ClassNotFoundException(Code) | | Serializes an object and returns the deserialized version of this object.
Parameters: objectToWrite - object to serialize the deserialized object if successful throws: IOException - if write or read operation throws this exception. throws: ClassNotFoundException - if object cannot be readfrom an input stream |
setIgnoreNotImplemented | public void setIgnoreNotImplemented(boolean b)(Code) | | |
testExceptionalCase | protected void testExceptionalCase(ExceptionalCase ec)(Code) | | |
traverseComponentTree | protected void traverseComponentTree(Component root, TraverseAction action)(Code) | | |
|
|