Java Doc for BCOConstants.java in  » Byte-Code » asm » de » loskutov » bco » preferences » 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 » Byte Code » asm » de.loskutov.bco.preferences 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


de.loskutov.bco.preferences.BCOConstants

BCOConstants
public interface BCOConstants (Code)
Keys for preferences store used in BCO
author:
   Andrei

Inner Class :final class ConstantsMap extends HashMap

Field Summary
 StringDIFF_EXPAND_STACKMAP
    
 StringDIFF_SHOW_ASMIFIER_CODE
    
 StringDIFF_SHOW_LINE_INFO
    
 StringDIFF_SHOW_STACKMAP
    
 StringDIFF_SHOW_VARIABLES
    
 StringEXPAND_STACKMAP
    
 MapFLAG_TO_NAME_MAP
     Key is Integer value from one of F_* constants, value is the String value of one of corresponding preference keys.
 intF_EXPAND_STACKMAP
    
 intF_LINK_VIEW_TO_EDITOR
    
 intF_RECALCULATE_STACKMAP
    
 intF_SHOW_ANALYZER
    
 intF_SHOW_ASMIFIER_CODE
    
 intF_SHOW_HEX_VALUES
    
 intF_SHOW_LINE_INFO
    
 intF_SHOW_ONLY_SELECTED_ELEMENT
    
 intF_SHOW_RAW_BYTECODE
    
 intF_SHOW_STACKMAP
    
 intF_SHOW_VARIABLES
    
 StringLINK_REF_VIEW_TO_EDITOR
    
 StringLINK_VIEW_TO_EDITOR
    
 StringRECALCULATE_STACKMAP
    
 StringSHOW_ANALYZER
    
 StringSHOW_ASMIFIER_CODE
    
 StringSHOW_HEX_VALUES
    
 StringSHOW_LINE_INFO
    
 StringSHOW_ONLY_SELECTED_ELEMENT
    
 StringSHOW_RAW_BYTECODE
    
 StringSHOW_STACKMAP
    
 StringSHOW_VARIABLES
    



Field Detail
DIFF_EXPAND_STACKMAP
String DIFF_EXPAND_STACKMAP(Code)
expand stackmap frames in compare pane



DIFF_SHOW_ASMIFIER_CODE
String DIFF_SHOW_ASMIFIER_CODE(Code)
show ASMifier java code instead of bytecode in compare pane



DIFF_SHOW_LINE_INFO
String DIFF_SHOW_LINE_INFO(Code)
show line information (if available) in compare pane



DIFF_SHOW_STACKMAP
String DIFF_SHOW_STACKMAP(Code)
recalculate stackmap (to see computed frames, works for all classes even before MUSTANG) in compare



DIFF_SHOW_VARIABLES
String DIFF_SHOW_VARIABLES(Code)
show variables information (if available) in compare pane



EXPAND_STACKMAP
String EXPAND_STACKMAP(Code)
expand stackmap frames



FLAG_TO_NAME_MAP
Map FLAG_TO_NAME_MAP(Code)
Key is Integer value from one of F_* constants, value is the String value of one of corresponding preference keys. It is not intended that the map would be modified by clients.



F_EXPAND_STACKMAP
int F_EXPAND_STACKMAP(Code)



F_LINK_VIEW_TO_EDITOR
int F_LINK_VIEW_TO_EDITOR(Code)



F_RECALCULATE_STACKMAP
int F_RECALCULATE_STACKMAP(Code)



F_SHOW_ANALYZER
int F_SHOW_ANALYZER(Code)



F_SHOW_ASMIFIER_CODE
int F_SHOW_ASMIFIER_CODE(Code)



F_SHOW_HEX_VALUES
int F_SHOW_HEX_VALUES(Code)



F_SHOW_LINE_INFO
int F_SHOW_LINE_INFO(Code)



F_SHOW_ONLY_SELECTED_ELEMENT
int F_SHOW_ONLY_SELECTED_ELEMENT(Code)



F_SHOW_RAW_BYTECODE
int F_SHOW_RAW_BYTECODE(Code)



F_SHOW_STACKMAP
int F_SHOW_STACKMAP(Code)



F_SHOW_VARIABLES
int F_SHOW_VARIABLES(Code)



LINK_REF_VIEW_TO_EDITOR
String LINK_REF_VIEW_TO_EDITOR(Code)
toggle reference "view content/selection follows editor selection"



LINK_VIEW_TO_EDITOR
String LINK_VIEW_TO_EDITOR(Code)
toggle BCO "view content/selection follows editor selection"



RECALCULATE_STACKMAP
String RECALCULATE_STACKMAP(Code)
recalculate stackmap (to see computed frames, works for all classes even before MUSTANG)



SHOW_ANALYZER
String SHOW_ANALYZER(Code)
show "analyzer" - LVT and stack tables (for current bytecode selection)



SHOW_ASMIFIER_CODE
String SHOW_ASMIFIER_CODE(Code)
show ASMifier java code instead of bytecode



SHOW_HEX_VALUES
String SHOW_HEX_VALUES(Code)
Show non decimal values for numeric constants in the bytecode



SHOW_LINE_INFO
String SHOW_LINE_INFO(Code)
show line information (if available)



SHOW_ONLY_SELECTED_ELEMENT
String SHOW_ONLY_SELECTED_ELEMENT(Code)
show bytecode only for selected element in editor



SHOW_RAW_BYTECODE
String SHOW_RAW_BYTECODE(Code)
show raw bytecode (without any additional help like readable class names etc)



SHOW_STACKMAP
String SHOW_STACKMAP(Code)
recalculate stackmap (to see computed frames, works for all classes even before MUSTANG)



SHOW_VARIABLES
String SHOW_VARIABLES(Code)
show variables information (if available)





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