org.eclipse.ui.views.markers.internal

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.views.markers.internal 
org.eclipse.ui.views.markers.internal
Java Source File NameTypeComment
AbstractField.javaClass AbstractField is the abstract superclass for fields.
ActionAddGlobalTask.javaClass The ActionAddGlobalTask is the action for adding a global task.
ActionCopyMarker.javaClass Copies one or more marker to the clipboard.
ActionDeleteCompleted.javaClass ActionDeleteCompleted is the action for deleting completed markers.
ActionMarkCompleted.javaClass ActionMarkCompleted is the action for marking task completion.
ActionMarkerProperties.javaClass ActionMarkerProperties is the action for opening a properties dialog.
ActionOpenMarker.javaClass Action to open an editor on the selected bookmarks.
ActionPasteMarker.javaClass Pastes one or more bookmark(s) from the clipboard into the bookmark navigator.
ActionProblemProperties.javaClass ActionProblemProperties is the action for opening the properties in the problems view.
ActionRemoveMarker.javaClass Action to remove the selected bookmarks.
ActionResolveMarker.javaClass
ActionRevealMarker.javaClass ActionRevealMarker is the action for opening the editor on a marker.
ActionSelectAll.javaClass The ActionSelectAll is the action for selecting all of the entries.
ActionTaskProperties.javaClass ActionTaskProperties is the action for setting a tasks properties.
AttributeMarkerGrouping.javaClass AttributeMarkerGrouping is the configuration element for the markerAttributeGrouping extension.
BookmarkFilter.javaClass
BookmarkMarker.javaClass Represents a marker visible in the Bookmarks view.
BookmarkView.javaClass The BookmarkView is the marker view for bookmarks.
CategoryComparator.javaClass CategorySorter is the sorter that takes categories and the viewer into account.
ConcreteMarker.javaClass This is a concrete class that stores the same type of information as the IMarkers used by the IDE.
DefaultMarkerResourceAdapter.javaClass The DefaultMarkerResourceAdapter is the default implementation of the IMarkerResourceAdapter used by the MarkerView for resource adaption.
DialogBookmarkFilter.javaClass
DialogMarkerFilter.javaClass Dialog which allows user to modify all settings of an org.eclipse.ui.views.MarkerFilter object.
DialogMarkerProperties.javaClass Shows the properties of a new or existing marker In 3.3, this class was refactored to allow pre-existing public dialog classes to share the implementation.
DialogProblemFilter.javaClass DialogProblemFilter is the dialog class for problem filters.
DialogProblemProperties.javaClass
DialogTaskFilter.javaClass
DialogTaskProperties.javaClass DialogTaskProperties is the properties dialog for tasks.
FieldCategory.javaClass FieldCategory is the field for showing categories of markers.
FieldCreationTime.javaClass Creation time field.
FieldDone.javaClass FieldDone is the field for the done marker in tasks.
FieldDummy.javaClass
FieldFolder.javaClass Folder field.
FieldId.javaClass FieldId is the field for marker id.
FieldLineNumber.javaClass FieldLineNumber is the field for line numbers.
FieldMessage.javaClass The message field is the field for the description of the marker.
FieldPriority.javaClass The FieldPriority is the field for setting a tasks priority.
FieldResource.javaClass FieldResource is the field for the resource.
FieldSeverityAndMessage.javaClass The FieldSeverityAndMessage is the field that displays severities and messages.
FilterEnablementAction.javaClass The FilterEnablementAction is an action for enabling or disabling a filter.
FiltersAction.javaClass This action opens a Filters Dialog and notifies the Marker View if the user has modified the filter via the filters dialog.
IField.javaInterface IField is the definition of fields for marker views.
IFilter.javaInterface Generic filtering interface.
IItemsChangedListener.javaInterface
IMarkerChangedListener.javaInterface Listener interface that listens for changes in resource markers.
IMarkerResourceAdapter.javaInterface IMarkerResourceAdapter is an adapter interface that supplies the resource to query for markers to display in the marker view or any of its subclasses.
ITableListener.javaInterface
MarkerAdapter.javaClass The MarkerAdapter is the adapter for the deferred update of markers.
MarkerFilter.javaClass MarkerFilter is the class that defines a filter on markers in a MarkerView.
MarkerGroup.javaClass
MarkerGroupingEntry.javaClass MarkerGroupingEntry is the configuration object for the markerGroupingEntry extension.
MarkerLabelProvider.javaClass
MarkerList.javaClass Represents a list of ConcreteMarkers.
MarkerMessages.javaClass MarkerMessages is the class that handles the messages for the markers.
MarkerNode.javaClass The MarkerNode class is the class that handles category nodes and concrete markers.
MarkerNodeRefreshRecord.javaClass
MarkerResolutionDialog.javaClass The MarkerResolutionDialog is the dialog used to select a marker resolution.
MarkerSelectionProviderAction.javaClass MarkerSelectionProviderAction is the abstract super class of the selection provider actions used by marker views.
MarkerSelectionProviderAdapter.javaClass MarkerSelectionProviderAdapter adapts the concrete markers to IMarkers for contributions.
MarkerSorter.javaClass
MarkerSupportRegistry.javaClass The ProblemFilterRegistryReader is the registry reader for declarative problem filters.
MarkerTreeContentProvider.javaClass The MarkerTreeContentProvider is the content provider for the marker trees.
MarkerType.javaClass Represents a marker type.
MarkerTypesModel.javaClass Maintains a model of all known marker types.
MarkerView.javaClass MarkerView is the abstract super class of the marker based views.
MarkerViewLabelProvider.javaClass The MarkerViewLabelProvider is a label provider for an individual field.
MarkerViewPreferenceDialog.javaClass The MarkerViewPreferenceDialog is the dialog that is used for preference settings in a markers view.
ProblemFilter.javaClass ProblemFilters are the filters used in the problems view.
ProblemMarker.javaClass
ProblemView.javaClass The ProblemView is the view that displays problem markers.
SortUtil.javaClass
TableComparator.javaClass
TableSortAction.javaClass
TableSortDialog.javaClass The TableSortDialog is the dialog that allows sort order to be selected.
TableView.javaClass The TableView is a view that generically implements views with tables.
TableViewLabelProvider.javaClass The TableViewLabelProvider is the content provider for marker views.
TaskFilter.javaClass
TaskMarker.javaClass Represents a marker visible in the Tasks view.
TaskView.javaClass The TaskView is the view for displaying task markers.
TypeMarkerGroup.javaClass The TypeMarkerGroup is a MarkerGroup used for the sorting by type which cannot be expressed currently using the markerSupport extension point.
Util.javaClass The Util class is the class of general utilities used by the marker support.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.