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


de.loskutov.bco.views.BytecodeOutlineView

BytecodeOutlineView
public class BytecodeOutlineView extends ViewPart (Code)
This view shows decompiled java bytecode
author:
   Andrei


Field Summary
final static  intVIEW_ORIENTATION_AUTOMATIC
    
final static  intVIEW_ORIENTATION_HORIZONTAL
    
final static  intVIEW_ORIENTATION_VERTICAL
    
protected  booleanbufferIsDirty
    
protected  ITextSelectioncurrentSelection
    
protected  StringcurrentStatusMessage
    
protected  EditorListenereditorListener
    
protected  ColorerrorColor
    
protected  ActionexpandStackMapAction
    
protected  MapglobalActions
    
protected  booleanhasAnalyzerError
    
protected  ActionhideLineInfoAction
    
protected  ActionhideLocalsAction
    
protected  ActionhideStackMapAction
    
protected  booleaninputChanged
    
protected  ITextEditorjavaEditor
    
protected  IJavaElementlastChildElement
    
protected  ActionlinkWithEditorAction
    
protected  TablelvtTable
    
protected  BitSetmodes
    
 intorientation
     The current orientation; either VIEW_ORIENTATION_HORIZONTAL VIEW_ORIENTATION_VERTICAL, or VIEW_ORIENTATION_AUTOMATIC.
protected  ActionrefreshVarsAndStackAction
    
protected  ListselectionActions
    
protected  ActionselectionChangedAction
    
protected  ActionsetRawModeAction
    
protected  ActionshowHexValuesAction
    
protected  ActionshowSelectedOnlyAction
    
protected  SashFormstackAndLvt
    
protected  CompositestackComposite
    
protected  TablestackTable
    
protected  StatusLineManagerstatusLineManager
    
protected  TabletableControl
    
protected  TableViewertableControlViewer
    
protected  StyledTexttextControl
    
protected  TextViewertextViewer
    
protected  ActiontoggleASMifierModeAction
    
protected  ToggleOrientationAction[]toggleOrientationActions
    
protected  ActiontoggleVerifierAction
    
protected  SashFormverifyControl
    
protected  BCOViewSelectionProviderviewSelectionProvider
    

Constructor Summary
public  BytecodeOutlineView()
     The constructor.

Method Summary
protected  voidcheckOpenEditors(boolean checkNewSelection)
    
protected  voidcomputeOrientation()
    
protected  voidcontextMenuAboutToShow(IMenuManager menuManager)
    
public  voidcreatePartControl(Composite parent)
     This is a callback that will allow us to create the viewer and initialize it.
protected  voidcreateTextActions()
    
public  voiddispose()
    
public  ObjectgetAdapter(Class adapter)
    
public  intgetBytecodeInstructionAtLine(int line)
    
protected  voidhandleBufferIsDirty(boolean isDirty)
    
protected  voidhandlePartHidden(IWorkbenchPart part)
    
protected  voidhandlePartVisible(IWorkbenchPart part)
    
protected  voidhandleSelectionChanged(IWorkbenchPart part, ISelection selection)
    
public  voidinit(IViewSite site)
    
protected  booleanisLinkedWithEditor()
    
protected  voidrefreshView()
    
public  voidsetFocus()
     Passing the focus request to the viewer's control.
protected  voidsetGlobalAction(IActionBars actionBars, String actionID, IAction action)
     Configures an action for key bindings.
protected  voidsetJavaInput(IJavaElement javaInput)
    
protected  voidsetMode(int bitIndex, boolean value)
    
protected  voidsetSelectionInJavaEditor(Point selection)
    
protected  voidtoggleVerifyMode(IMenuManager mmanager, boolean showAnalyzer)
    
protected  voidupdateAction(String actionId)
    
protected  voidupdateVerifierControl(int decompiledLine)
    

Field Detail
VIEW_ORIENTATION_AUTOMATIC
final static int VIEW_ORIENTATION_AUTOMATIC(Code)



VIEW_ORIENTATION_HORIZONTAL
final static int VIEW_ORIENTATION_HORIZONTAL(Code)



VIEW_ORIENTATION_VERTICAL
final static int VIEW_ORIENTATION_VERTICAL(Code)



bufferIsDirty
protected boolean bufferIsDirty(Code)



currentSelection
protected ITextSelection currentSelection(Code)



currentStatusMessage
protected String currentStatusMessage(Code)
global class info, without current selection status



editorListener
protected EditorListener editorListener(Code)



errorColor
protected Color errorColor(Code)



expandStackMapAction
protected Action expandStackMapAction(Code)



globalActions
protected Map globalActions(Code)



hasAnalyzerError
protected boolean hasAnalyzerError(Code)



hideLineInfoAction
protected Action hideLineInfoAction(Code)



hideLocalsAction
protected Action hideLocalsAction(Code)



hideStackMapAction
protected Action hideStackMapAction(Code)



inputChanged
protected boolean inputChanged(Code)



javaEditor
protected ITextEditor javaEditor(Code)



lastChildElement
protected IJavaElement lastChildElement(Code)



linkWithEditorAction
protected Action linkWithEditorAction(Code)



lvtTable
protected Table lvtTable(Code)



modes
protected BitSet modes(Code)



orientation
int orientation(Code)
The current orientation; either VIEW_ORIENTATION_HORIZONTAL VIEW_ORIENTATION_VERTICAL, or VIEW_ORIENTATION_AUTOMATIC.



refreshVarsAndStackAction
protected Action refreshVarsAndStackAction(Code)



selectionActions
protected List selectionActions(Code)



selectionChangedAction
protected Action selectionChangedAction(Code)



setRawModeAction
protected Action setRawModeAction(Code)



showHexValuesAction
protected Action showHexValuesAction(Code)



showSelectedOnlyAction
protected Action showSelectedOnlyAction(Code)



stackAndLvt
protected SashForm stackAndLvt(Code)



stackComposite
protected Composite stackComposite(Code)



stackTable
protected Table stackTable(Code)



statusLineManager
protected StatusLineManager statusLineManager(Code)



tableControl
protected Table tableControl(Code)



tableControlViewer
protected TableViewer tableControlViewer(Code)



textControl
protected StyledText textControl(Code)



textViewer
protected TextViewer textViewer(Code)



toggleASMifierModeAction
protected Action toggleASMifierModeAction(Code)



toggleOrientationActions
protected ToggleOrientationAction[] toggleOrientationActions(Code)



toggleVerifierAction
protected Action toggleVerifierAction(Code)



verifyControl
protected SashForm verifyControl(Code)



viewSelectionProvider
protected BCOViewSelectionProvider viewSelectionProvider(Code)




Constructor Detail
BytecodeOutlineView
public BytecodeOutlineView()(Code)
The constructor.




Method Detail
checkOpenEditors
protected void checkOpenEditors(boolean checkNewSelection)(Code)
check if at least one java editor is open - if not, deactivate me
Parameters:
  checkNewSelection -



computeOrientation
protected void computeOrientation()(Code)



contextMenuAboutToShow
protected void contextMenuAboutToShow(IMenuManager menuManager)(Code)
Fill the context menu
Parameters:
  menuManager - menu



createPartControl
public void createPartControl(Composite parent)(Code)
This is a callback that will allow us to create the viewer and initialize it.
Parameters:
  parent -



createTextActions
protected void createTextActions()(Code)



dispose
public void dispose()(Code)

See Also:   org.eclipse.ui.IWorkbenchPart.dispose



getAdapter
public Object getAdapter(Class adapter)(Code)



getBytecodeInstructionAtLine
public int getBytecodeInstructionAtLine(int line)(Code)



handleBufferIsDirty
protected void handleBufferIsDirty(boolean isDirty)(Code)



handlePartHidden
protected void handlePartHidden(IWorkbenchPart part)(Code)



handlePartVisible
protected void handlePartVisible(IWorkbenchPart part)(Code)



handleSelectionChanged
protected void handleSelectionChanged(IWorkbenchPart part, ISelection selection)(Code)



init
public void init(IViewSite site)(Code)

See Also:   org.eclipse.ui.IViewPart.init(org.eclipse.ui.IViewSite)



isLinkedWithEditor
protected boolean isLinkedWithEditor()(Code)
Is this view state changes depending on editor changes? true if linked with editor



refreshView
protected void refreshView()(Code)



setFocus
public void setFocus()(Code)
Passing the focus request to the viewer's control.



setGlobalAction
protected void setGlobalAction(IActionBars actionBars, String actionID, IAction action)(Code)
Configures an action for key bindings.
Parameters:
  actionBars - action bars for this page
Parameters:
  actionID - action definition id
Parameters:
  action - associated action



setJavaInput
protected void setJavaInput(IJavaElement javaInput)(Code)



setMode
protected void setMode(int bitIndex, boolean value)(Code)
Set the bit with given index to given value and remembers it in the preferences
Parameters:
  bitIndex -
Parameters:
  value -



setSelectionInJavaEditor
protected void setSelectionInJavaEditor(Point selection)(Code)



toggleVerifyMode
protected void toggleVerifyMode(IMenuManager mmanager, boolean showAnalyzer)(Code)



updateAction
protected void updateAction(String actionId)(Code)
Updates the global action with the given id
Parameters:
  actionId - action definition id



updateVerifierControl
protected void updateVerifierControl(int decompiledLine)(Code)



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