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


org.eclipse.ui.internal.provisional.views.markers.ExtendedMarkersView

ExtendedMarkersView
public class ExtendedMarkersView extends ViewPart (Code)
The ExtendedMarkersView is the view that shows markers using the markerGenerators extension point.
since:
   3.4

Inner Class :final class MarkerSelectionEntry

Field Summary
 CollectioncategoriesToExpand
    
 CollectionpreservedSelection
    

Constructor Summary
public  ExtendedMarkersView()
     Return a new instance of the receiver.

Method Summary
public  voidaddExpandedCategory(MarkerCategory category)
     Add the category to the list of expanded categories.
public  voidcreatePartControl(Composite parent)
    
public  voiddispose()
    
public  CollectiongetAllFilters()
     Get all of the filters for the receiver.
 MarkerGroupgetCategoryGroup()
     Return the group used for categorisation.
 ClipboardgetClipboard()
     Return the clipboard for the receiver.
protected  IMarker[]getSelectedMarkers()
    
 ObjectgetViewerInput()
     Return the object that is the input to the viewer.
public  MarkerField[]getVisibleFields()
     Get all of the fields visible in the receiver.
public  voidinit(IViewSite site, IMemento memento)
    
public  booleanisEnabled(MarkerFieldFilterGroup group)
     Return whether or not group is enabled.
public  booleanisShowing(MarkerContentGenerator generator)
     Return whether or not generator is the selected one.
static  StringnewSecondaryID()
     Return the next secondary id.
public  voidopenFiltersDialog()
     Open the filters dialog for the receiver.
public static  voidopenMarkerInEditor(IMarker marker, IWorkbenchPage page)
    
 voidopenSelectedMarkers()
    
public  voidremoveExpandedCategory(MarkerCategory category)
     Remove the category from the list of expanded ones.
public  voidsaveSelection(ISelection selection)
     Preserve the selection for re-selection after the next update.
public  voidsaveState(IMemento memento)
    
 voidselectAll()
     Select all of the elements in the receiver.
 voidsetCategoryGroup(MarkerGroup group)
     Set the category group for the receiver.
public  voidsetContentGenerator(MarkerContentGenerator generator)
     Set the content generator for the receiver.
public  voidsetFocus()
    
public  voidtoggleFilter(MarkerFieldFilterGroup group)
     Add group to the enabled filters.
 voidupdateDirectionIndicator(TreeColumn column, MarkerField field)
     Update the direction indicator as column is now the primary column.
protected  voidupdateTitle()
     Update the title of the view.

Field Detail
categoriesToExpand
Collection categoriesToExpand(Code)



preservedSelection
Collection preservedSelection(Code)




Constructor Detail
ExtendedMarkersView
public ExtendedMarkersView()(Code)
Return a new instance of the receiver.




Method Detail
addExpandedCategory
public void addExpandedCategory(MarkerCategory category)(Code)
Add the category to the list of expanded categories.
Parameters:
  category -



createPartControl
public void createPartControl(Composite parent)(Code)



dispose
public void dispose()(Code)



getAllFilters
public Collection getAllFilters()(Code)
Get all of the filters for the receiver. Collection of MarkerFieldFilterGroup



getCategoryGroup
MarkerGroup getCategoryGroup()(Code)
Return the group used for categorisation. MarkerGroup



getClipboard
Clipboard getClipboard()(Code)
Return the clipboard for the receiver. Clipboard



getSelectedMarkers
protected IMarker[] getSelectedMarkers()(Code)
Return all of the markers in the current selection Array of IMarker



getViewerInput
Object getViewerInput()(Code)
Return the object that is the input to the viewer. Object



getVisibleFields
public MarkerField[] getVisibleFields()(Code)
Get all of the fields visible in the receiver. MarkerField[]



init
public void init(IViewSite site, IMemento memento) throws PartInitException(Code)



isEnabled
public boolean isEnabled(MarkerFieldFilterGroup group)(Code)
Return whether or not group is enabled.
Parameters:
  group - boolean



isShowing
public boolean isShowing(MarkerContentGenerator generator)(Code)
Return whether or not generator is the selected one.
Parameters:
  generator - boolean



newSecondaryID
static String newSecondaryID()(Code)
Return the next secondary id. String



openFiltersDialog
public void openFiltersDialog()(Code)
Open the filters dialog for the receiver.



openMarkerInEditor
public static void openMarkerInEditor(IMarker marker, IWorkbenchPage page)(Code)
Open the supplied marker in an editor in page
Parameters:
  marker -
Parameters:
  page -



openSelectedMarkers
void openSelectedMarkers()(Code)
Open the selected markers



removeExpandedCategory
public void removeExpandedCategory(MarkerCategory category)(Code)
Remove the category from the list of expanded ones.
Parameters:
  category -



saveSelection
public void saveSelection(ISelection selection)(Code)
Preserve the selection for re-selection after the next update.
Parameters:
  selection -



saveState
public void saveState(IMemento memento)(Code)



selectAll
void selectAll()(Code)
Select all of the elements in the receiver.



setCategoryGroup
void setCategoryGroup(MarkerGroup group)(Code)
Set the category group for the receiver.
Parameters:
  group -



setContentGenerator
public void setContentGenerator(MarkerContentGenerator generator)(Code)
Set the content generator for the receiver.
Parameters:
  generator -



setFocus
public void setFocus()(Code)



toggleFilter
public void toggleFilter(MarkerFieldFilterGroup group)(Code)
Add group to the enabled filters.
Parameters:
  group -



updateDirectionIndicator
void updateDirectionIndicator(TreeColumn column, MarkerField field)(Code)
Update the direction indicator as column is now the primary column.
Parameters:
  column - MarkerField



updateTitle
protected void updateTitle()(Code)
Update the title of the view.



w___w__w__.__j_a___v___a___2_s___.___co___m___ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.