Java Doc for Utilities.java in  » IDE-Netbeans » spi » gui » debuggercore » 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 » IDE Netbeans » spi » gui.debuggercore 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   gui.debuggercore.Utilities

Utilities
public class Utilities (Code)

Inner Class :static class ConsoleChooser implements ComponentChooser

Field Summary
public static  StringapplyCodeChangesItem
    
public static  StringbreakpointsItem
    
public static  StringbreakpointsViewTitle
    
public static  StringbuildCompleteStatusBarText
    
public static  KeyStrokebuildProjectShortcut
    
public static  StringcallStackItem
    
public static  StringcallStackViewTitle
    
public static  StringclassesItem
    
public static  StringclassesViewTitle
    
public static  StringcontinueItem
    
public static  KeyStrokecontinueShortcut
    
public static  StringcustomizeBreakpointTitle
    
public static  KeyStrokedebugFileShortcut
    
public static  StringdebugMainProjectItem
    
public static  StringdebugMenu
    
public static  KeyStrokedebugProjectShortcut
    
public static  StringdebugToolbarLabel
    
public static  StringdebuggerConsoleTitle
    
public static  StringevaluateExpressionItem
    
public static  StringevaluatingPropertyText
    
public static  StringfinishSessionsItem
    
public static  StringfinishedStatusBarText
    
public static  KeyStrokekillSessionShortcut
    
public static  StringlocalVarsItem
    
public static  StringlocalVarsViewTitle
    
public static  StringnewBreakpointItem
    
public static  KeyStrokenewBreakpointShortcut
    
public static  StringnewBreakpointTitle
    
public static  StringnewWatchItem
    
public static  KeyStrokenewWatchShortcut
    
public static  StringnewWatchTitle
    
public static  KeyStrokeopenBreakpointsShortcut
    
public static  StringopenSourceAction
    
public static  StringpauseItem
    
public static  StringprojectPropertiesAction
    
public static  StringprojectPropertiesTitle
    
public static  StringrunFileMenu
    
public static  StringrunIntoMethodItem
    
public static  StringrunMenu
    
public static  StringrunToCursorItem
    
public static  KeyStrokerunToCursorShortcut
    
public static  StringrunningStatusBarText
    
public static  StringsessionsItem
    
public static  StringsessionsViewTitle
    
public static  StringsetMainProjectAction
    
public static  StringsourcesItem
    
public static  StringsourcesViewTitle
    
public static  StringstepIntoItem
    
public static  KeyStrokestepIntoShortcut
    
public static  StringstepOutItem
    
public static  KeyStrokestepOutShortcut
    
public static  StringstepOverExpresItem
    
public static  StringstepOverItem
    
public static  KeyStrokestepOverShortcut
    
public static  StringstoppedStatusBarText
    
public static  StringtestProjectName
    
public static  StringthreadsItem
    
public static  StringthreadsViewTitle
    
public static  StringtoggleBreakpointItem
    
public static  KeyStroketoggleBreakpointShortcut
    
public static  StringwatchesItem
    
public static  StringwatchesViewTitle
    
public static  StringwindowMenu
    

Constructor Summary
public  Utilities()
    

Method Summary
public static  voidcaptureScreen(JellyTestCase testCase)
    
public static  booleancheckAnnotation(EditorOperator operator, int line, String annotationType)
    
public static  booleancheckConsoleForText(String text, int startLine)
    
public static  voiddeleteAllBreakpoints()
    
public static  voiddeleteAllWatches()
    
public static  voidendAllSessions()
    
public static  ContainerOperatorgetDebugToolbar()
    
public static  intgetDebuggerConsoleStatus()
    
public static  NbDialogOperatornewBreakpoint(int line, int column)
    
public static  NbDialogOperatornewBreakpoint(int line)
    
public static  StringremoveTags(String in)
    
public static  voidsetCaret(EditorOperator eo, int line)
    
public static  voidshowDebuggerView(String viewName)
    
public static  voidstartDebugger()
    
public static  voidtoggleBreakpoint(EditorOperator eo, int line)
    
public static  voidtoggleBreakpoint(EditorOperator eo, int line, boolean newBreakpoint)
    
public static  booleanverifyMainMenu(String actionPath, boolean expected)
    
public static  booleanverifyPopup(Node node, String[] menus)
    
public static  booleanverifyPopup(JPopupMenuOperator popup, String[] menus)
    
public static  intwaitDebuggerConsole(String text, int status)
    
public static  voidwaitFinished(JellyTestCase test, String projectName, String target)
    
public static  voidwaitStatusText(String text)
    
public static  voidwaitStatusTextPrefix(String text)
    

Field Detail
applyCodeChangesItem
public static String applyCodeChangesItem(Code)



breakpointsItem
public static String breakpointsItem(Code)



breakpointsViewTitle
public static String breakpointsViewTitle(Code)



buildCompleteStatusBarText
public static String buildCompleteStatusBarText(Code)



buildProjectShortcut
public static KeyStroke buildProjectShortcut(Code)



callStackItem
public static String callStackItem(Code)



callStackViewTitle
public static String callStackViewTitle(Code)



classesItem
public static String classesItem(Code)



classesViewTitle
public static String classesViewTitle(Code)



continueItem
public static String continueItem(Code)



continueShortcut
public static KeyStroke continueShortcut(Code)



customizeBreakpointTitle
public static String customizeBreakpointTitle(Code)



debugFileShortcut
public static KeyStroke debugFileShortcut(Code)



debugMainProjectItem
public static String debugMainProjectItem(Code)



debugMenu
public static String debugMenu(Code)



debugProjectShortcut
public static KeyStroke debugProjectShortcut(Code)



debugToolbarLabel
public static String debugToolbarLabel(Code)



debuggerConsoleTitle
public static String debuggerConsoleTitle(Code)



evaluateExpressionItem
public static String evaluateExpressionItem(Code)



evaluatingPropertyText
public static String evaluatingPropertyText(Code)



finishSessionsItem
public static String finishSessionsItem(Code)



finishedStatusBarText
public static String finishedStatusBarText(Code)



killSessionShortcut
public static KeyStroke killSessionShortcut(Code)



localVarsItem
public static String localVarsItem(Code)



localVarsViewTitle
public static String localVarsViewTitle(Code)



newBreakpointItem
public static String newBreakpointItem(Code)



newBreakpointShortcut
public static KeyStroke newBreakpointShortcut(Code)



newBreakpointTitle
public static String newBreakpointTitle(Code)



newWatchItem
public static String newWatchItem(Code)



newWatchShortcut
public static KeyStroke newWatchShortcut(Code)



newWatchTitle
public static String newWatchTitle(Code)



openBreakpointsShortcut
public static KeyStroke openBreakpointsShortcut(Code)



openSourceAction
public static String openSourceAction(Code)



pauseItem
public static String pauseItem(Code)



projectPropertiesAction
public static String projectPropertiesAction(Code)



projectPropertiesTitle
public static String projectPropertiesTitle(Code)



runFileMenu
public static String runFileMenu(Code)



runIntoMethodItem
public static String runIntoMethodItem(Code)



runMenu
public static String runMenu(Code)



runToCursorItem
public static String runToCursorItem(Code)



runToCursorShortcut
public static KeyStroke runToCursorShortcut(Code)



runningStatusBarText
public static String runningStatusBarText(Code)



sessionsItem
public static String sessionsItem(Code)



sessionsViewTitle
public static String sessionsViewTitle(Code)



setMainProjectAction
public static String setMainProjectAction(Code)



sourcesItem
public static String sourcesItem(Code)



sourcesViewTitle
public static String sourcesViewTitle(Code)



stepIntoItem
public static String stepIntoItem(Code)



stepIntoShortcut
public static KeyStroke stepIntoShortcut(Code)



stepOutItem
public static String stepOutItem(Code)



stepOutShortcut
public static KeyStroke stepOutShortcut(Code)



stepOverExpresItem
public static String stepOverExpresItem(Code)



stepOverItem
public static String stepOverItem(Code)



stepOverShortcut
public static KeyStroke stepOverShortcut(Code)



stoppedStatusBarText
public static String stoppedStatusBarText(Code)



testProjectName
public static String testProjectName(Code)



threadsItem
public static String threadsItem(Code)



threadsViewTitle
public static String threadsViewTitle(Code)



toggleBreakpointItem
public static String toggleBreakpointItem(Code)



toggleBreakpointShortcut
public static KeyStroke toggleBreakpointShortcut(Code)



watchesItem
public static String watchesItem(Code)



watchesViewTitle
public static String watchesViewTitle(Code)



windowMenu
public static String windowMenu(Code)




Constructor Detail
Utilities
public Utilities()(Code)




Method Detail
captureScreen
public static void captureScreen(JellyTestCase testCase)(Code)



checkAnnotation
public static boolean checkAnnotation(EditorOperator operator, int line, String annotationType)(Code)



checkConsoleForText
public static boolean checkConsoleForText(String text, int startLine)(Code)



deleteAllBreakpoints
public static void deleteAllBreakpoints()(Code)



deleteAllWatches
public static void deleteAllWatches()(Code)



endAllSessions
public static void endAllSessions()(Code)



getDebugToolbar
public static ContainerOperator getDebugToolbar()(Code)



getDebuggerConsoleStatus
public static int getDebuggerConsoleStatus()(Code)



newBreakpoint
public static NbDialogOperator newBreakpoint(int line, int column)(Code)



newBreakpoint
public static NbDialogOperator newBreakpoint(int line)(Code)



removeTags
public static String removeTags(String in)(Code)



setCaret
public static void setCaret(EditorOperator eo, int line)(Code)



showDebuggerView
public static void showDebuggerView(String viewName)(Code)



startDebugger
public static void startDebugger()(Code)



toggleBreakpoint
public static void toggleBreakpoint(EditorOperator eo, int line)(Code)



toggleBreakpoint
public static void toggleBreakpoint(EditorOperator eo, int line, boolean newBreakpoint)(Code)



verifyMainMenu
public static boolean verifyMainMenu(String actionPath, boolean expected)(Code)



verifyPopup
public static boolean verifyPopup(Node node, String[] menus)(Code)



verifyPopup
public static boolean verifyPopup(JPopupMenuOperator popup, String[] menus)(Code)



waitDebuggerConsole
public static int waitDebuggerConsole(String text, int status)(Code)



waitFinished
public static void waitFinished(JellyTestCase test, String projectName, String target)(Code)



waitStatusText
public static void waitStatusText(String text)(Code)



waitStatusTextPrefix
public static void waitStatusTextPrefix(String text)(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.