javax.swing.text

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Apache Harmony Java SE » javax package » javax.swing.text 
javax.swing.text
Java Source File NameTypeComment
AbstractContentUndoableEdit.javaClass
AbstractDocument.javaClass
AbstractDocumentTest.javaClass Tests functionality of AbstractDocument class.
AbstractDocument_AbstractElementRTest.javaClass
AbstractDocument_AbstractElementTest.javaClass Tests AbstractDocument.AbstractElement class.
AbstractDocument_AbstractElement_MASNoLockTest.javaClass Tests AbstractDocument.AbstractElement class - the part which implements MutableAttributeSet interface - when no the document is not write-locked.
AbstractDocument_AbstractElement_MASTest.javaClass Tests AbstractDocument.AbstractElement class - the part which implements MutableAttributeSet interface.
AbstractDocument_AbstractElement_TreeNodeTest.javaClass Tests methods of AbstractElement which implement TreeNode interface.
AbstractDocument_AttributeContextTest.javaClass
AbstractDocument_BranchElementTest.javaClass Tests AbstractDocument.BranchElement class.
AbstractDocument_BranchElement_TreeNodeTest.javaClass Tests AbstractDocument.BranchElement class methods implementing TreeNode interface.
AbstractDocument_ContentTest.javaClass This class is to test methods of AbstractDocument.Content inteface.
AbstractDocument_DefaultDocumentEventTest.javaClass This class tests functions of AbstractDocument.DefaultDocumentEvent.
AbstractDocument_ElementEditTest.javaClass All test methods should take into account that start and end positions of an element are moved as the document is mutated (text is changed).
AbstractDocument_FilterTest.javaClass Tests filtering fuctionality of AbstractDocument.
AbstractDocument_LeafElementTest.javaClass Tests AbstractDocument.LeafElement class.
AbstractDocument_LeafElement_TreeNodeTest.javaClass Tests AbstractDocument.LeafElement class methods implementing TreeNode interface.
AbstractDocument_ListenerLockTest.javaClass Tests for bug: AbstractDocument blocks if an exception is thrown from a listener code.
AbstractDocument_ListenerTest.javaClass
AbstractDocument_SerializationTest.javaClass
AbstractDocument_UpdateTest.javaClass
AbstractWriter.javaClass
AbstractWriterTest.javaClass
AttributeSet.javaInterface
AttributeSetTest.javaClass
AWTCaret.javaClass
BadLocationException.javaClass
BoxView.javaClass
BoxViewRTest.javaClass
BoxViewTest.javaClass
BoxView_WithChildrenTest.javaClass Tests BoxView class which has special children.
Caret.javaInterface
ChangedCharSetException.javaClass
ComponentView.javaClass
ComponentViewTest.javaClass
ComposedTextInterval.javaClass Interval with composed text.
CompositeView.javaClass
CompositeViewRTest.javaClass
CompositeViewTest.javaClass
CompositeView_ModelViewTest.javaClass Tests CompositeView methods that deal with model/view conversions.
CompositeView_NextNSVisPosTest.javaClass
CompositeView_VisualPositionTest.javaClass Tests how CompositeView traverses view hierarchy to calculate next visual position.
ContentPositions.javaClass
DateFormatter.javaClass
DateFormatterTest.javaClass
DefaultCaret.javaClass
DefaultCaretTest.javaClass
DefaultCaret_BidiTest.javaClass
DefaultCaret_MultithreadedTest.javaClass
DefaultEditorKit.javaClass
DefaultEditorKitRTest.javaClass
DefaultEditorKitTest.javaClass
DefaultEditorKit_Actions_MultithreadedTest.javaClass
DefaultFormatter.javaClass
DefaultFormatterFactory.javaClass
DefaultFormatterFactoryTest.javaClass
DefaultFormatterTest.javaClass
DefaultGlyphPainter.javaClass Default GlyphPainter which is used when a GlyphView needs a painter but none was set.
DefaultGlyphPainterTest.javaClass Tests default implementation of GlyphPainter abstract class.
DefaultHighlighter.javaClass
DefaultHighlighterTest.javaClass
DefaultHighlighter_DefaultHighlightPainterTest.javaClass
DefaultStyledDocument.javaClass
DefaultStyledDocumentRTest.javaClass
DefaultStyledDocumentTest.javaClass
DefaultStyledDocument_AttributeUndoableEditTest.javaClass
DefaultStyledDocument_CreateElementTest.javaClass Tests DefaultStyledDocument class.
DefaultStyledDocument_CreateInsertTest.javaClass Tests create() and insert() methods of DefaultStyledDocument.
DefaultStyledDocument_ElementBufferTest.javaClass Tests DefaultStyledDocument.ElementBuffer class.
DefaultStyledDocument_ElementBuffer_ChangeTest.javaClass Tests the behavior of DefaultStyledDocument.ElementBuffer.change() method.
DefaultStyledDocument_ElementBuffer_InsertMiscTest.javaClass Contains the test case that failed when inserting into the document using insertString method.
DefaultStyledDocument_ElementBuffer_InsertNewLineTest.javaClass Tests DefaultStyledDocument.ElementBuffer.insert() method with ElementSpec array that was obtained from real-life text insertions.
DefaultStyledDocument_ElementBuffer_InsertSeveralNewLinesTest.javaClass Tests DefaultStyledDocument.ElementBuffer.insert() method with ElementSpec array that was obtained from real-life text insertions.
DefaultStyledDocument_ElementBuffer_InsertTextTest.javaClass Tests DefaultStyledDocument.ElementBuffer.insert() method with ElementSpec array that was obtained from real-life text insertions.
DefaultStyledDocument_ElementBuffer_RemoveTest.javaClass Tests the behavior of DefaultStyledDocument.ElementBuffer.remove() method.
DefaultStyledDocument_ElementBuffer_Specs1Test.javaClass Tests DefaultStyledDocument class, in particular which ElementSpecs are created during insertString with different parameters.

These tests insert some text into empty document, i.e.

DefaultStyledDocument_ElementBuffer_Specs2Test.javaClass Tests DefaultStyledDocument class, in particular which ElementSpecs are created during insertString with different parameters.

These tests insert some text into document containing following text "first\nsecond\nthird" plus implied newline character. Thus document has three paragraphs (Branch) with one content (Leaf) under each paragraph. Except for the above, this test-case is similar to DefaultStyledDocument_ElementBuffer_Spec1Test.

The text is inserted into leaf of modifiedIndex at offset insertOffset.

DefaultStyledDocument_ElementBuffer_Specs3Test.javaClass Tests DefaultStyledDocument class, in particular which ElementSpecs are created during insertString with different parameters.

These tests insert some text into document containing one paragraph of attributed text: "plainbolditalic" plus implied newline character. Thus document has one paragraph (Branch) with three contents (Leaf) under the paragraph.

The text is inserted into leaf of leafIndex at offset insertOffset.

DefaultStyledDocument_ElementBuffer_UpdateTest.javaClass Tests DefaultStyledDocument.ElementBuffer class.
DefaultStyledDocument_ElementsAndAttributesTest.javaClass Tests methods of DefaultStyledDocument which deal with getting paragraph and character elements, setting their attributes and logical styles.
DefaultStyledDocument_ElementSpecTest.javaClass
DefaultStyledDocument_SectionElementTest.javaClass Tests DefaultStyledDocument.SectionElement class.
DefaultStyledDocument_StylesAndStdAttrsTest.javaClass Tests DefaultStyledDocument class: methods related to style management and getting standard attributes from an AttributeSet.
DefStyledDoc_Helpers.javaClass Contains "complex" assert methods as well as logging versions of DefaultStyledDocument and DefaultStyledDocument.ElementBuffer which facilitate testing and debugging.
Document.javaInterface
DocumentFilter.javaClass
DocumentTest.javaClass
EditorKit.javaClass
EditorKitTest.javaClass
Element.javaInterface
ElementIterator.javaClass
ElementIteratorTest.javaClass
EmptyAttributeSet.javaClass Implementation of empty attribute set.
EmptyAttributeSetTest.javaClass
FieldView.javaClass
FieldViewI18N.javaClass
FieldViewTest.javaClass
FlowView.javaClass
FlowViewTest.javaClass Tests the majority of methods of FlowView class.
FlowView_ChangesTest.javaClass Tests FlowView methods which react to changes in the associated document.
FlowView_FlowStrategyTest.javaClass
FlowView_FlowStrategy_HostedRTest.javaClass This class tests the behavior of {insert, remove, changed}Update methods in FlowView.FlowStrategy in situation where FlowView has associated container.
GapContent.javaClass
GapContentRTest.javaClass Tests for GapContent class.
GapContentTest.javaClass
GapContent_ComplexUndoTest.javaClass
GapContent_GapVectorTest.javaClass
GapContent_InternalTest.javaClass Tests some internal functionality of GapContent but not its methods.
GapContent_PositionTest.javaClass Tests GapContent methods which were in GapVector in respect to updating positions.
GapContent_SerializeTest.javaClass
GapContent_UndoTest.javaClass
GlyphView.javaClass
GlyphViewRTest.javaClass
GlyphViewTest.javaClass Tests GlyphView class.
GlyphView_AttributesTest.javaClass Tests GlyphView class, its methods to get attributes.
GlyphView_BreakTest.javaClass Tests breaking behavior of GlyphView.
GlyphView_ChangesTest.javaClass Tests GlyphView methods which react to changes in a document.
GlyphView_GlyphPainterTest.javaClass Tests how GlyphView uses GlyphPainter.
Highlighter.javaInterface
IconView.javaClass
IconViewTest.javaClass
InternationalFormatter.javaClass
InternationalFormatterRTest.javaClass
InternationalFormatterTest.javaClass
JTextComponent.javaClass
JTextComponentRTest.javaClass
JTextComponentTest.javaClass
JTextComponent_AccessibleJTextComponentTest.javaClass
JTextComponent_AccessibleJTextComponent_variousTextTest.javaClass
JTextComponent_byAuxiliaryComponentTest.javaClass
JTextComponent_IMLocationTest.javaClass
JTextComponent_IMTest.javaClass
JTextComponent_MultithreadedRTest.javaClass
JTextComponent_MultithreadedTest.javaClass
Keymap.javaInterface
LabelView.javaClass
LabelViewRTest.javaClass
LabelViewTest.javaClass
LayeredHighlighter.javaClass
MaskFormatter.javaClass
MaskFormatterTest.javaClass
MutableAttributeSet.javaInterface
MutableAttributeSetTest.javaClass
NavigationFilter.javaClass
NumberFormatter.javaClass
NumberFormatterTest.javaClass
ParagraphView.javaClass
ParagraphViewTest.javaClass
PasswordView.javaClass
PasswordViewTest.javaClass
PlainDocument.javaClass
PlainDocumentRTest.javaClass
PlainDocumentTest.javaClass Tests functionality of PlainDocument class.
PlainView.javaClass
PlainViewI18N.javaClass Represents view for displaying bidirectional text.
PlainViewI18NTest.javaClass Tests PlainViewI18N class.
PlainViewI18N_BidiTextViewTest.javaClass
PlainViewI18N_LayoutTest.javaClass Tests PlainViewI18N class, in particular how views are laid out.
PlainViewI18N_LineViewTest.javaClass Tests PlainViewI18N.LineView class.
PlainViewI18N_LineView_UpdateTest.javaClass Tests PlainViewI18N.LineView class, in particular how it reacts to changes in a document.
PlainViewI18N_ModelViewTest.javaClass Tests model/view conversions in PlainViewI18N class.
PlainViewI18N_VisualPositionTest.javaClass A bunch of tests for getNextVisualPositionFrom method in bidirectional context.
PlainViewTest.javaClass This class tests PlainView behavior.
PlainView_ChangesRTest.javaClass
PlainView_ChangesTest.javaClass Tests mostly methods which are used when processing change notifications.
PlainView_SimpleTest.javaClass Tests methods that don't require the proper view initialization.

This class uses very simple initialization.

Position.javaInterface
PositionTest.javaClass Tests the Position interface (actually checks Bias values only as the Position interface itself is too simple and there is nothing to test).
RootView.javaClass
Segment.javaClass
SegmentTest.javaClass
SelectedTextInterval.javaClass Interval with selected text.
SimpleAttributeSet.javaClass
SimpleAttributeSetTest.javaClass
StringContent.javaClass
StringContentTest.javaClass Tests StringContent class.
StringContentTest_CommonTest.javaClass
StringContent_ComplexUndoTest.javaClass
StringContent_UndoTest.javaClass
Style.javaInterface
StyleConstants.javaClass
StyleConstantsTest.javaClass
StyleContext.javaClass
StyleContextTest.javaClass
StyleContext_AddAttrsTest.javaClass Tests for addAttributes method of StyleContext.
StyleContext_AddAttrTest.javaClass Tests for addAttribute method.
StyleContext_NamedStyleTest.javaClass
StyleContext_PredefinedAttrTest.javaClass Tests for getBackground, getFont, getFontMetrics, getForeground methods.
StyleContext_RemoveTest.javaClass Tests for removeAttribute, removeAttributes(Enumeration), removeAttributes(AttributeSet) methods.
StyleContext_SerializableTest.javaClass Tests serialization of StyleContext.
StyleContext_SmallAttributeSetTest.javaClass
StyleContext_StaticAttrTest.javaClass Tests for getStaticAttribute, getStaticAttributeKey, readAttributes, readAttributeSet, registerStaticAttributeKey, writeAttributes, writeAttributeSet methods.
StyledDocument.javaInterface
StyledEditorKit.javaClass

StyledEditorKit

Implementation Notes:

  • The serialVersionUID fields are explicitly declared as a performance optimization, not as a guarantee of serialization compatibility.
StyledEditorKitTest.javaClass
StyledEditorKit_ActionsTest.javaClass
StyledEditorKit_StyledTextActionTest.javaClass
StyleTest.javaClass
TabableView.javaInterface
TabExpander.javaInterface
TabSet.javaClass
TabSetTest.javaClass
TabStop.javaClass
TabStopTest.javaClass
TextAction.javaClass
TextActionTest.javaClass
TextAction_MultithreadedTest.javaClass
TextFactoryImpl.javaClass
TextInterval.javaClass Represents a basic interval of text.
TextPaintParams.javaClass Stores parameters to paint text in plain text views.
UnselectedTextInterval.javaClass Interval with unselected text.
Utilities.javaClass
UtilitiesTest.javaClass
View.javaClass
ViewFactory.javaInterface
ViewRTest.javaClass
ViewTest.javaClass
ViewTestHelpers.javaClass This is utility class to manage child view creation.
View_ChangesTest.javaClass Tests changes-related methods of View class.
View_ChildrenTest.javaClass Tests View class methods which manage child views.
View_ForwardUpdateRTest.javaClass
View_GetViewIndexTest.javaClass
View_NextVisualPositionFromTest.javaClass Tests default implementation of View.getNextVisualPositionFrom method.
View_VisualPositionTest.javaClass Tests View.getNextVisualPositionFrom method on PlainView which doesn't overrides this method.
View_VisualPosition_PartTest.javaClass Tests View.getNextVisualPositionFrom method on PlainView which doesn't overrides this method.
VisualPositionHelper.javaClass Utility class to support testing of View.getNextVisualPositionFrom method.
WrappedPlainView.javaClass
WrappedPlainViewRTest.javaClass
WrappedPlainViewTest.javaClass Tests WrappedPlainView methods which require "real" initialization.
WrappedPlainView_SimpleTest.javaClass Tests WrappedPlainView methods which can be tested with more simple initialization (without actual GUI being created).
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.