Java Doc for DefaultCaretTest.java in  » Apache-Harmony-Java-SE » javax-package » javax » swing » text » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


javax.swing.SwingTestCase
   javax.swing.text.DefaultCaretTest

DefaultCaretTest
public class DefaultCaretTest extends SwingTestCase (Code)

Inner Class :class SimpleChangeListenerForFire implements ChangeListener
Inner Class :class SimpleChangeListener implements ChangeListener
Inner Class :class SimpleCaretListener implements CaretListener
Inner Class :class SimpleNavigationFilter extends NavigationFilter

Field Summary
 SimpleChangeListenerCHL
    
 AbstractDocumentad
    
 booleanbWasException
    
 Colorc1
    
 Colorc2
    
 DefaultCaretdc
    
 SimpleNavigationFilterfilter
    
 StringfireTest
    
 JFramejf
    
 JTextAreajta
    
 Pointp
    
 Highlighter.HighlightPainterpnt
    
 Rectangler1r2r3r4r5r6r
    
 Strings
    
 StringsLTR
    
 StringsRTL
    
 inttCompListenersCount
    

Constructor Summary
public  DefaultCaretTest(String arg0)
     Constructor for DefaultCaretTest.

Method Summary
 voidcheckFlag(int i1)
    
 voidcheckValues(int dot, Position.Bias dotBias)
    
 booleanfindListener(EventListener[] list, EventListener elem)
    
public  voidinit()
    
protected  voidsetUp()
    
protected  voidtearDown()
    
public  voidtest3820()
    
public  voidtest4208()
    
public  voidtestAdjustVisibility()
    
public  voidtestAdjustVisibilityNull()
    
public  voidtestCaretColor()
    
public  voidtestChangeListeners()
    
public  voidtestConstants()
    
public  voidtestDefaultCaret()
    
public  voidtestDeinstall()
    
public  voidtestDocInsChange_DotEqMark()
    
public  voidtestDocInsChange_DotNotEqMark()
    
public  voidtestDocNeverUpdate()
    
public  voidtestDocRemoveChange_DotEqMark()
    
public  voidtestDocRemoveChange_DotNotEqMark()
    
public  voidtestEquals()
    
public  voidtestFireStateChanged()
    
public  voidtestFocusGained()
    
public  voidtestFocusLost()
    
public  voidtestGetBlinkRate()
    
public  voidtestGetComponent()
    
public  voidtestGetDot()
    
public  voidtestGetListeners()
    
public  voidtestGetSelectionPainter()
    
public  voidtestInstall()
    
public  voidtestInvokeFireStateChanged()
    
public  voidtestIsActive()
    
public  voidtestIsSelectionVisible()
    
public  voidtestIsVisible()
    
public  voidtestMouseClicked()
    
public  voidtestMouseDragged()
    
public  voidtestMousePressed()
    
public  voidtestMoveCaret()
    
public  voidtestMoveDot()
    
public  voidtestNavigationFilter()
    
public  voidtestPositionCaret()
    
public  voidtestSetDot()
    
public  voidtestSetGetUpdatePolicy()
    
public  voidtestSetMagicCaretPosition()
    
public  voidtestToString()
    

Field Detail
CHL
SimpleChangeListener CHL(Code)



ad
AbstractDocument ad(Code)



bWasException
boolean bWasException(Code)



c1
Color c1(Code)



c2
Color c2(Code)



dc
DefaultCaret dc(Code)



filter
SimpleNavigationFilter filter(Code)



fireTest
String fireTest(Code)



jf
JFrame jf(Code)



jta
JTextArea jta(Code)



p
Point p(Code)



pnt
Highlighter.HighlightPainter pnt(Code)



r1r2r3r4r5r6r
Rectangle r1r2r3r4r5r6r(Code)



s
String s(Code)



sLTR
String sLTR(Code)



sRTL
String sRTL(Code)



tCompListenersCount
int tCompListenersCount(Code)




Constructor Detail
DefaultCaretTest
public DefaultCaretTest(String arg0)(Code)
Constructor for DefaultCaretTest.
Parameters:
  arg0 -




Method Detail
checkFlag
void checkFlag(int i1)(Code)



checkValues
void checkValues(int dot, Position.Bias dotBias)(Code)



findListener
boolean findListener(EventListener[] list, EventListener elem)(Code)



init
public void init()(Code)



setUp
protected void setUp() throws Exception(Code)



tearDown
protected void tearDown() throws Exception(Code)



test3820
public void test3820()(Code)



test4208
public void test4208()(Code)



testAdjustVisibility
public void testAdjustVisibility() throws Exception(Code)



testAdjustVisibilityNull
public void testAdjustVisibilityNull()(Code)



testCaretColor
public void testCaretColor() throws Exception(Code)



testChangeListeners
public void testChangeListeners()(Code)



testConstants
public void testConstants()(Code)



testDefaultCaret
public void testDefaultCaret()(Code)



testDeinstall
public void testDeinstall() throws Exception(Code)



testDocInsChange_DotEqMark
public void testDocInsChange_DotEqMark() throws Exception(Code)



testDocInsChange_DotNotEqMark
public void testDocInsChange_DotNotEqMark() throws Exception(Code)



testDocNeverUpdate
public void testDocNeverUpdate() throws Exception(Code)



testDocRemoveChange_DotEqMark
public void testDocRemoveChange_DotEqMark() throws Exception(Code)



testDocRemoveChange_DotNotEqMark
public void testDocRemoveChange_DotNotEqMark() throws Exception(Code)



testEquals
public void testEquals()(Code)



testFireStateChanged
public void testFireStateChanged()(Code)



testFocusGained
public void testFocusGained() throws Exception(Code)



testFocusLost
public void testFocusLost() throws Exception(Code)



testGetBlinkRate
public void testGetBlinkRate() throws Exception(Code)



testGetComponent
public void testGetComponent()(Code)



testGetDot
public void testGetDot() throws Exception(Code)



testGetListeners
public void testGetListeners()(Code)



testGetSelectionPainter
public void testGetSelectionPainter() throws Exception(Code)



testInstall
public void testInstall()(Code)



testInvokeFireStateChanged
public void testInvokeFireStateChanged() throws Exception(Code)



testIsActive
public void testIsActive() throws Exception(Code)



testIsSelectionVisible
public void testIsSelectionVisible() throws Exception(Code)



testIsVisible
public void testIsVisible() throws Exception(Code)



testMouseClicked
public void testMouseClicked() throws Exception(Code)



testMouseDragged
public void testMouseDragged() throws Exception(Code)



testMousePressed
public void testMousePressed() throws Exception(Code)



testMoveCaret
public void testMoveCaret() throws Exception(Code)



testMoveDot
public void testMoveDot() throws Exception(Code)



testNavigationFilter
public void testNavigationFilter() throws Exception(Code)



testPositionCaret
public void testPositionCaret() throws Exception(Code)



testSetDot
public void testSetDot() throws Exception(Code)



testSetGetUpdatePolicy
public void testSetGetUpdatePolicy()(Code)



testSetMagicCaretPosition
public void testSetMagicCaretPosition() throws Exception(Code)



testToString
public void testToString() throws Exception(Code)



Methods inherited from javax.swing.SwingTestCase
protected Throwable runBareImpl() throws Throwable(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.