Java Doc for ConsoleView.java in  » IDE-Eclipse » ui » org » eclipse » ui » internal » console » 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 Eclipse » ui » org.eclipse.ui.internal.console 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.eclipse.ui.internal.console.ConsoleView

ConsoleView
public class ConsoleView extends PageBookView implements IConsoleView,IConsoleListener,IPropertyChangeListener,IPartListener2(Code)
Page book console view.
since:
   3.0



Constructor Summary
public  ConsoleView()
    

Method Summary
public  voidasyncExec(Runnable r)
     Registers the given runnable with the display associated with this view's control, if any.
protected  voidconfigureToolBar(IToolBarManager mgr)
    
public  voidconsolesAdded(IConsole[] consoles)
    
public  voidconsolesRemoved(IConsole[] consoles)
    
protected  voidcreateActions()
    
protected  IPagecreateDefaultPage(PageBook book)
    
public  voidcreatePartControl(Composite parent)
     Creates this view's underlying viewer and actions. Hooks a pop-up menu to the underlying viewer's control, as well as a key listener.
public  voiddisplay(IConsole console)
    
public  voiddispose()
    
protected  PageRecdoCreatePage(IWorkbenchPart dummyPart)
    
protected  voiddoDestroyPage(IWorkbenchPart part, PageRec pageRecord)
    
public  ObjectgetAdapter(Class key)
    
protected  IWorkbenchPartgetBootstrapPart()
    
public  IConsolegetConsole()
    
protected  ListgetConsoleStack()
     Returns a stack of consoles in the view in MRU order.
public  booleangetScrollLock()
    
protected  booleanisImportant(IWorkbenchPart part)
    
public  booleanisPinned()
    
protected  booleanisThisPart(IWorkbenchPartReference partRef)
    
public  voidpartActivated(IWorkbenchPartReference partRef)
    
public  voidpartBroughtToTop(IWorkbenchPartReference partRef)
    
public  voidpartClosed(IWorkbenchPart part)
    
public  voidpartClosed(IWorkbenchPartReference partRef)
    
public  voidpartDeactivated(IWorkbenchPartReference partRef)
    
public  voidpartHidden(IWorkbenchPartReference partRef)
    
public  voidpartInputChanged(IWorkbenchPartReference partRef)
    
public  voidpartOpened(IWorkbenchPartReference partRef)
    
public  voidpartVisible(IWorkbenchPartReference partRef)
    
public  voidpin(IConsole console)
    
public  voidpropertyChange(PropertyChangeEvent event)
    
public  voidsetPinned(boolean pin)
    
public  voidsetScrollLock(boolean scrollLock)
    
protected  voidshowPageRec(PageRec pageRec)
    
protected  voidupdateHelp()
    
protected  voidupdateTitle()
    
public  voidwarnOfContentChange(IConsole console)
    


Constructor Detail
ConsoleView
public ConsoleView()(Code)
Constructs a console view




Method Detail
asyncExec
public void asyncExec(Runnable r)(Code)
Registers the given runnable with the display associated with this view's control, if any.
See Also:   org.eclipse.swt.widgets.Display.asyncExec(java.lang.Runnable)



configureToolBar
protected void configureToolBar(IToolBarManager mgr)(Code)



consolesAdded
public void consolesAdded(IConsole[] consoles)(Code)



consolesRemoved
public void consolesRemoved(IConsole[] consoles)(Code)



createActions
protected void createActions()(Code)



createDefaultPage
protected IPage createDefaultPage(PageBook book)(Code)



createPartControl
public void createPartControl(Composite parent)(Code)
Creates this view's underlying viewer and actions. Hooks a pop-up menu to the underlying viewer's control, as well as a key listener. When the delete key is pressed, the REMOVE_ACTION is invoked. Hooks help to this view. Subclasses must implement the following methods which are called in the following order when a view is created:
  • createViewer(Composite) - the context menu is hooked to the viewer's control.
  • createActions()
  • configureToolBar(IToolBarManager)
  • getHelpContextId()

See Also:   IWorkbenchPart.createPartControl(Composite)



display
public void display(IConsole console)(Code)



dispose
public void dispose()(Code)



doCreatePage
protected PageRec doCreatePage(IWorkbenchPart dummyPart)(Code)



doDestroyPage
protected void doDestroyPage(IWorkbenchPart part, PageRec pageRecord)(Code)



getAdapter
public Object getAdapter(Class key)(Code)



getBootstrapPart
protected IWorkbenchPart getBootstrapPart()(Code)



getConsole
public IConsole getConsole()(Code)



getConsoleStack
protected List getConsoleStack()(Code)
Returns a stack of consoles in the view in MRU order. a stack of consoles in the view in MRU order



getScrollLock
public boolean getScrollLock()(Code)



isImportant
protected boolean isImportant(IWorkbenchPart part)(Code)



isPinned
public boolean isPinned()(Code)



isThisPart
protected boolean isThisPart(IWorkbenchPartReference partRef)(Code)



partActivated
public void partActivated(IWorkbenchPartReference partRef)(Code)



partBroughtToTop
public void partBroughtToTop(IWorkbenchPartReference partRef)(Code)



partClosed
public void partClosed(IWorkbenchPart part)(Code)



partClosed
public void partClosed(IWorkbenchPartReference partRef)(Code)



partDeactivated
public void partDeactivated(IWorkbenchPartReference partRef)(Code)



partHidden
public void partHidden(IWorkbenchPartReference partRef)(Code)



partInputChanged
public void partInputChanged(IWorkbenchPartReference partRef)(Code)



partOpened
public void partOpened(IWorkbenchPartReference partRef)(Code)



partVisible
public void partVisible(IWorkbenchPartReference partRef)(Code)



pin
public void pin(IConsole console)(Code)



propertyChange
public void propertyChange(PropertyChangeEvent event)(Code)



setPinned
public void setPinned(boolean pin)(Code)



setScrollLock
public void setScrollLock(boolean scrollLock)(Code)



showPageRec
protected void showPageRec(PageRec pageRec)(Code)



updateHelp
protected void updateHelp()(Code)



updateTitle
protected void updateTitle()(Code)
Updates the view title based on the active console



warnOfContentChange
public void warnOfContentChange(IConsole console)(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.