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


org.eclipse.ui.views.markers.internal.TableView

All known Subclasses:   org.eclipse.ui.views.markers.internal.MarkerView,
TableView
abstract public class TableView extends ViewPart (Code)
The TableView is a view that generically implements views with tables.




Method Summary
 voidaddDropDownContributions(IMenuManager menu)
     Add any extra contributions to the drop down.
protected  ViewerComparatorbuildComparator()
     Build a comparator from the default settings.
protected  voidcreateActions()
     Create the actions for the receiver.
protected  voidcreateColumns(Tree tree)
     Create the columns in the tree.
public  voidcreatePartControl(Composite parent)
    
 TableComparatorcreateTableComparator()
     Create a TableComparator for the receiver.
protected  TreecreateTree(Composite parent)
    
abstract  ObjectcreateViewerInput()
     Create the viewer input for the receiver.
abstract protected  voidfillContextMenu(IMenuManager manager)
    
abstract protected  IField[]getAllFields()
    
public  ColumnPixelData[]getColumnData()
     Return the column sizes from the actual widget.
 MarkerTreeContentProvidergetContentProvider()
    
protected  ColumnPixelData[]getDefaultColumnLayouts()
    
abstract protected  IDialogSettingsgetDialogSettings()
    
 IActiongetFilterAction()
     Return the filter action for the receiver.
protected  SelectionListenergetHeaderListener()
    
 IActiongetPreferencesAction()
     Return the preferences action.
protected  IWorkbenchSiteProgressServicegetProgressService()
     Get the IWorkbenchSiteProgressService for the receiver.
public  ColumnPixelData[]getSavedColumnData()
     Get the pixel data for the columns.
protected  TableSortDialoggetSortDialog()
     Return a sort dialog for the receiver.
abstract protected  IField[]getSortingFields()
    
 TableComparatorgetTableSorter()
     Return the table sorter portion of the sorter.
protected  TreegetTree()
     Return the tree for the receiver.
protected  TreeViewergetViewer()
     Return the viewer.
public  ObjectgetViewerInput()
     Return the input to the viewer.
abstract protected  voidhandleOpenEvent(OpenEvent event)
    
public  voidinit(IViewSite site, IMemento memento)
    
protected  MenuManagerinitContextMenu()
    
protected  voidinitMenu(IMenuManager menu)
     Init the menu for the receiver.
abstract protected  voidinitToolBar(IToolBarManager tbm)
    
abstract protected  voidregisterGlobalActions(IActionBars actionBars)
    
public  voidsaveState(IMemento memento)
    
 voidsetComparator(TableComparator comparator)
     Set the comparator to be the new comparator.
 voidsetFilterAction(FiltersAction action)
     Set the filters action.
public  voidsetFocus()
    
 voidsetPreferencesAction(ViewPreferencesAction preferencesAction)
     Set the preferences action.
protected  voidsetSelection(IStructuredSelection selection)
     Set the selection of the receiver.
 voidsetSortIndicators()
    
 voidupdateDirectionIndicator(TreeColumn column)
     Update the direction indicator as column is now the primary column.
 voidupdateForNewComparator(TableComparator comparator)
    
abstract protected  voidviewerSelectionChanged(IStructuredSelection selection)
    



Method Detail
addDropDownContributions
void addDropDownContributions(IMenuManager menu)(Code)
Add any extra contributions to the drop down.
Parameters:
  menu -



buildComparator
protected ViewerComparator buildComparator()(Code)
Build a comparator from the default settings. ViewerComparator



createActions
protected void createActions()(Code)
Create the actions for the receiver.



createColumns
protected void createColumns(Tree tree)(Code)
Create the columns in the tree.
Parameters:
  tree -



createPartControl
public void createPartControl(Composite parent)(Code)



createTableComparator
TableComparator createTableComparator()(Code)
Create a TableComparator for the receiver. TableComparator



createTree
protected Tree createTree(Composite parent)(Code)
Create the main tree control
Parameters:
  parent - Tree



createViewerInput
abstract Object createViewerInput()(Code)
Create the viewer input for the receiver. Object



fillContextMenu
abstract protected void fillContextMenu(IMenuManager manager)(Code)



getAllFields
abstract protected IField[] getAllFields()(Code)



getColumnData
public ColumnPixelData[] getColumnData()(Code)
Return the column sizes from the actual widget. Returns the saved column sizes if the widget hasn't been created yet or its columns haven't been initialized yet. (Note that TableLayout only initializes the column widths after the first layout, so it is possible for the widget to exist but have all its columns incorrectly set to zero width - see bug 86329) ColumnPixelData



getContentProvider
MarkerTreeContentProvider getContentProvider()(Code)
Get the content provider MarkerTreeContentProvider



getDefaultColumnLayouts
protected ColumnPixelData[] getDefaultColumnLayouts()(Code)



getDialogSettings
abstract protected IDialogSettings getDialogSettings()(Code)



getFilterAction
IAction getFilterAction()(Code)
Return the filter action for the receiver. IAction



getHeaderListener
protected SelectionListener getHeaderListener()(Code)



getPreferencesAction
IAction getPreferencesAction()(Code)
Return the preferences action. IAction



getProgressService
protected IWorkbenchSiteProgressService getProgressService()(Code)
Get the IWorkbenchSiteProgressService for the receiver. IWorkbenchSiteProgressService or null.



getSavedColumnData
public ColumnPixelData[] getSavedColumnData()(Code)
Get the pixel data for the columns. ColumnPixelData[]



getSortDialog
protected TableSortDialog getSortDialog()(Code)
Return a sort dialog for the receiver. TableSortDialog



getSortingFields
abstract protected IField[] getSortingFields()(Code)



getTableSorter
TableComparator getTableSorter()(Code)
Return the table sorter portion of the sorter. TableSorter



getTree
protected Tree getTree()(Code)
Return the tree for the receiver. Tree



getViewer
protected TreeViewer getViewer()(Code)
Return the viewer. TreeViewer



getViewerInput
public Object getViewerInput()(Code)
Return the input to the viewer. Object



handleOpenEvent
abstract protected void handleOpenEvent(OpenEvent event)(Code)



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



initContextMenu
protected MenuManager initContextMenu()(Code)



initMenu
protected void initMenu(IMenuManager menu)(Code)
Init the menu for the receiver.
Parameters:
  menu -



initToolBar
abstract protected void initToolBar(IToolBarManager tbm)(Code)



registerGlobalActions
abstract protected void registerGlobalActions(IActionBars actionBars)(Code)



saveState
public void saveState(IMemento memento)(Code)



setComparator
void setComparator(TableComparator comparator)(Code)
Set the comparator to be the new comparator. This should only be called if the viewer has been created.
Parameters:
  comparator -



setFilterAction
void setFilterAction(FiltersAction action)(Code)
Set the filters action.
Parameters:
  action -



setFocus
public void setFocus()(Code)



setPreferencesAction
void setPreferencesAction(ViewPreferencesAction preferencesAction)(Code)
Set the preferences action.
Parameters:
  preferencesAction -



setSelection
protected void setSelection(IStructuredSelection selection)(Code)
Set the selection of the receiver.
Parameters:
  selection -



setSortIndicators
void setSortIndicators()(Code)



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



updateForNewComparator
void updateForNewComparator(TableComparator comparator)(Code)
Update the viewer for comparator updates
Parameters:
  comparator -



viewerSelectionChanged
abstract protected void viewerSelectionChanged(IStructuredSelection selection)(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.