Java Doc for VisualDebuggerView.java in  » Scripting » Pnuts » pnuts » tools » 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 » Scripting » Pnuts » pnuts.tools 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   pnuts.tools.VisualDebuggerView

All known Subclasses:   pnuts.tools.VisualDebugger,
VisualDebuggerView
public class VisualDebuggerView (Code)

Inner Class :class MenuAction extends AbstractAction
Inner Class :class MouseHandler extends MouseAdapter

Field Summary
final static  ColorDEFALT_BREAK_POINT_COLOR
    
final static  ColorDEFALT_CURRENT_POSITION_COLOR
    
final static  intDEFAULT_HEIGHT
    
final static  intDEFAULT_WIDTH
    
final public static  StringactionSuffix
    
final public static  StringclearAction
    
final public static  StringcloseAction
    
final public static  StringcontAction
    
 Action[]defaultActions
    
final public static  StringimageSuffix
    
final public static  StringinspectAction
    
final public static  StringlabelSuffix
    
protected  VisualDebuggerModelmodel
    
final public static  StringnextAction
    
final public static  StringopenAction
    
final public static  StringshortcutSuffix
    
final public static  StringstepAction
    
final public static  StringstepUpAction
    
final public static  StringtipSuffix
    

Constructor Summary
public  VisualDebuggerView()
    
public  VisualDebuggerView(ResourceBundle resourceBundle)
    

Method Summary
protected  JMenucreateMenu(String key)
     Create a menu for the app.
protected  JMenuItemcreateMenuItem(String cmd)
    
protected  JMenuBarcreateMenubar()
     Create the menubar for the app.
protected  JTextAreacreateTextArea()
     Create an editor to represent the given document.
protected  JButtoncreateToolbarButton(String key)
     Create a button to go inside of the toolbar.
public  voidexitGUI()
    
 ActiongetAction(String cmd)
    
static  ResourceBundlegetDefaultResourceBundle()
    
 ElementgetElement(int pos)
    
 intgetElementIndex(int pos)
    
 intgetIntResource(String nm)
    
protected  JFramegetJFrame()
     Returns a JFrame The default behavior of this method creates and returns a JFrame object.
public  VisualDebuggerModelgetModel()
    
protected  URLgetResource(String key)
    
protected  StringgetResourceString(String nm)
    
protected  StringgetTitleString(Object source)
     Returns the title string Subclasses may override this method to customize the window title.
 voidinitializeLineColors()
    
 voidopen()
    
public  voidopen(String filename)
    
 voidshowInspector()
    
public  voidstartGUI()
    
 String[]tokenize(String input)
    
 voidupdate(Object source, int beginLine)
    
public  voidupdate(Object source, int beginLine, SimpleNode node, Context c)
    

Field Detail
DEFALT_BREAK_POINT_COLOR
final static Color DEFALT_BREAK_POINT_COLOR(Code)



DEFALT_CURRENT_POSITION_COLOR
final static Color DEFALT_CURRENT_POSITION_COLOR(Code)



DEFAULT_HEIGHT
final static int DEFAULT_HEIGHT(Code)



DEFAULT_WIDTH
final static int DEFAULT_WIDTH(Code)



actionSuffix
final public static String actionSuffix(Code)



clearAction
final public static String clearAction(Code)



closeAction
final public static String closeAction(Code)



contAction
final public static String contAction(Code)



defaultActions
Action[] defaultActions(Code)



imageSuffix
final public static String imageSuffix(Code)



inspectAction
final public static String inspectAction(Code)



labelSuffix
final public static String labelSuffix(Code)



model
protected VisualDebuggerModel model(Code)



nextAction
final public static String nextAction(Code)



openAction
final public static String openAction(Code)



shortcutSuffix
final public static String shortcutSuffix(Code)



stepAction
final public static String stepAction(Code)



stepUpAction
final public static String stepUpAction(Code)



tipSuffix
final public static String tipSuffix(Code)




Constructor Detail
VisualDebuggerView
public VisualDebuggerView()(Code)



VisualDebuggerView
public VisualDebuggerView(ResourceBundle resourceBundle)(Code)




Method Detail
createMenu
protected JMenu createMenu(String key)(Code)
Create a menu for the app. By default this pulls the definition of the menu from the associated resource file.
Parameters:
  key - name of a menu group



createMenuItem
protected JMenuItem createMenuItem(String cmd)(Code)
Create a menu item for the specified command
Parameters:
  cmd - the command name the JMenuItem



createMenubar
protected JMenuBar createMenubar()(Code)
Create the menubar for the app. By default this pulls the definition of the menu from the associated resource file. a JMenuBar



createTextArea
protected JTextArea createTextArea()(Code)
Create an editor to represent the given document.



createToolbarButton
protected JButton createToolbarButton(String key)(Code)
Create a button to go inside of the toolbar. By default this will load an image resource. The image filename is relative to the classpath (including the '.' directory if its a part of the classpath), and may either be in a JAR file or a separate file.
Parameters:
  key - The key in the resource file to serve as the basis of lookups.



exitGUI
public void exitGUI()(Code)



getAction
Action getAction(String cmd)(Code)



getDefaultResourceBundle
static ResourceBundle getDefaultResourceBundle()(Code)



getElement
Element getElement(int pos)(Code)



getElementIndex
int getElementIndex(int pos)(Code)



getIntResource
int getIntResource(String nm)(Code)



getJFrame
protected JFrame getJFrame()(Code)
Returns a JFrame The default behavior of this method creates and returns a JFrame object. Subclasses may override this method to define a different way of getting JFrame.



getModel
public VisualDebuggerModel getModel()(Code)



getResource
protected URL getResource(String key)(Code)



getResourceString
protected String getResourceString(String nm)(Code)



getTitleString
protected String getTitleString(Object source)(Code)
Returns the title string Subclasses may override this method to customize the window title.
Parameters:
  source - the script source the title string



initializeLineColors
void initializeLineColors()(Code)



open
void open()(Code)



open
public void open(String filename)(Code)
Opens a local file in a window
Parameters:
  filename - the file name



showInspector
void showInspector()(Code)



startGUI
public void startGUI()(Code)



tokenize
String[] tokenize(String input)(Code)



update
void update(Object source, int beginLine)(Code)



update
public void update(Object source, int beginLine, SimpleNode node, Context c)(Code)
Updates the view



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.