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


org.eclipse.jdt.internal.ui.browsing.JavaBrowsingPart
   org.eclipse.jdt.internal.ui.browsing.MembersView

MembersView
public class MembersView extends JavaBrowsingPart implements IPropertyChangeListener(Code)



Constructor Summary
public  MembersView()
    

Method Summary
protected  JavaUILabelProvidercreateLabelProvider()
     Creates and returns the label provider for this part.
protected  StructuredViewercreateViewer(Composite parent)
    
public  voiddispose()
    
protected  voidfillActionBars(IActionBars actionBars)
    
protected  voidfillToolBar(IToolBarManager tbm)
    
protected  IJavaElementfindElementToSelect(IJavaElement je)
     Finds the element which has to be selected in this part.
protected  IJavaElementfindInputForJavaElement(IJavaElement je)
     Finds the closest Java element which can be used as input for this part and has the given Java element as child.
public  ObjectgetAdapter(Class key)
    
protected  StringgetHelpContextId()
    
protected  StringgetLinkToEditorKey()
    
protected  voidhookViewerListeners()
    
 booleanisInputAWorkingCopy()
    
protected  booleanisValidElement(Object element)
     Answers if the given element is a valid element for this part.
protected  booleanisValidInput(Object element)
     Answers if the given element is a valid input for this part.
public  voidpropertyChange(PropertyChangeEvent event)
    
protected  voidrestoreSelection()
    
protected  voidrestoreState(IMemento memento)
    
public  voidsaveState(IMemento memento)
    
protected  voidsetInput(Object input)
    


Constructor Detail
MembersView
public MembersView()(Code)




Method Detail
createLabelProvider
protected JavaUILabelProvider createLabelProvider()(Code)
Creates and returns the label provider for this part. the label provider
See Also:   org.eclipse.jface.viewers.ILabelProvider



createViewer
protected StructuredViewer createViewer(Composite parent)(Code)



dispose
public void dispose()(Code)



fillActionBars
protected void fillActionBars(IActionBars actionBars)(Code)



fillToolBar
protected void fillToolBar(IToolBarManager tbm)(Code)



findElementToSelect
protected IJavaElement findElementToSelect(IJavaElement je)(Code)
Finds the element which has to be selected in this part.
Parameters:
  je - the Java element which has the focus the element to select



findInputForJavaElement
protected IJavaElement findInputForJavaElement(IJavaElement je)(Code)
Finds the closest Java element which can be used as input for this part and has the given Java element as child.
Parameters:
  je - the Java element for which to search the closest input the closest Java element used as input for this part, or null



getAdapter
public Object getAdapter(Class key)(Code)



getHelpContextId
protected String getHelpContextId()(Code)
Returns the context ID for the Help system the string used as ID for the Help context



getLinkToEditorKey
protected String getLinkToEditorKey()(Code)



hookViewerListeners
protected void hookViewerListeners()(Code)



isInputAWorkingCopy
boolean isInputAWorkingCopy()(Code)



isValidElement
protected boolean isValidElement(Object element)(Code)
Answers if the given element is a valid element for this part.
Parameters:
  element - the object to test if the given element is a valid element



isValidInput
protected boolean isValidInput(Object element)(Code)
Answers if the given element is a valid input for this part.
Parameters:
  element - the object to test if the given element is a valid input



propertyChange
public void propertyChange(PropertyChangeEvent event)(Code)



restoreSelection
protected void restoreSelection()(Code)



restoreState
protected void restoreState(IMemento memento)(Code)



saveState
public void saveState(IMemento memento)(Code)



setInput
protected void setInput(Object input)(Code)



Fields inherited from org.eclipse.jdt.internal.ui.browsing.JavaBrowsingPart
protected CompositeActionGroup fActionGroups(Code)(Java Doc)
protected Object fPreviousSelectedElement(Code)(Java Doc)
protected IWorkbenchPart fPreviousSelectionProvider(Code)(Java Doc)

Methods inherited from org.eclipse.jdt.internal.ui.browsing.JavaBrowsingPart
protected void addFilters()(Code)(Java Doc)
protected void addKeyListener()(Code)(Java Doc)
void adjustInputAndSetSelection(Object o)(Code)(Java Doc)
protected void createActions()(Code)(Java Doc)
protected IContentProvider createContentProvider()(Code)(Java Doc)
protected void createContextMenu()(Code)(Java Doc)
protected DecoratingJavaLabelProvider createDecoratingLabelProvider(JavaUILabelProvider provider)(Code)(Java Doc)
protected JavaElementComparator createJavaElementComparator()(Code)(Java Doc)
protected JavaUILabelProvider createLabelProvider()(Code)(Java Doc)
public void createPartControl(Composite parent)(Code)(Java Doc)
protected StatusBarUpdater createStatusBarUpdater(IStatusLineManager slManager)(Code)(Java Doc)
protected ILabelProvider createTitleProvider()(Code)(Java Doc)
protected StructuredViewer createViewer(Composite parent)(Code)(Java Doc)
public void dispose()(Code)(Java Doc)
protected void fillActionBars(IActionBars actionBars)(Code)(Java Doc)
protected void fillToolBar(IToolBarManager tbm)(Code)(Java Doc)
final protected IJavaElement findElementToSelect(Object obj)(Code)(Java Doc)
abstract protected IJavaElement findElementToSelect(IJavaElement je)(Code)(Java Doc)
protected IJavaElement findInputForJavaElement(IJavaElement je)(Code)(Java Doc)
public Object getAdapter(Class key)(Code)(Java Doc)
protected BuildActionGroup getBuildActionGroup()(Code)(Java Doc)
protected CCPActionGroup getCCPActionGroup()(Code)(Java Doc)
final protected Display getDisplay()(Code)(Java Doc)
protected JdtViewerDropSupport getDropSupport()(Code)(Java Doc)
protected IJavaElement getElementAt(IEditorInput input, int offset)(Code)(Java Doc)
Object getElementOfInput(IEditorInput input)(Code)(Java Doc)
abstract protected String getHelpContextId()(Code)(Java Doc)
protected Object getInput()(Code)(Java Doc)
final protected ILabelProvider getLabelProvider()(Code)(Java Doc)
protected int getLabelProviderFlags()(Code)(Java Doc)
abstract protected String getLinkToEditorKey()(Code)(Java Doc)
protected OpenEditorActionGroup getOpenEditorGroup()(Code)(Java Doc)
ISelectionProvider getSelectionProvider()(Code)(Java Doc)
Shell getShell()(Code)(Java Doc)
protected IShowInSource getShowInSource()(Code)(Java Doc)
final protected Object getSingleElementFromSelection(ISelection selection)(Code)(Java Doc)
final protected ILabelProvider getTitleProvider()(Code)(Java Doc)
public String getTitleToolTip()(Code)(Java Doc)
String getToolTipText(Object element)(Code)(Java Doc)
protected Comparator getTypeComparator()(Code)(Java Doc)
protected IType getTypeForCU(ICompilationUnit cu)(Code)(Java Doc)
public Object getViewPartInput()(Code)(Java Doc)
final protected StructuredViewer getViewer()(Code)(Java Doc)
protected void handleKeyReleased(KeyEvent event)(Code)(Java Doc)
protected boolean hasCustomFilter()(Code)(Java Doc)
protected boolean hasWorkingSetFilter()(Code)(Java Doc)
protected void hookViewerListeners()(Code)(Java Doc)
public void init(IViewSite site, IMemento memento) throws PartInitException(Code)(Java Doc)
protected void initDragAndDrop()(Code)(Java Doc)
protected boolean isAncestorOf(Object ancestor, Object element)(Code)(Java Doc)
boolean isLinkingEnabled()(Code)(Java Doc)
protected boolean isValidElement(Object element)(Code)(Java Doc)
abstract protected boolean isValidInput(Object element)(Code)(Java Doc)
public void menuAboutToShow(IMenuManager menu)(Code)(Java Doc)
protected boolean needsToProcessSelectionChanged(IWorkbenchPart part, ISelection selection)(Code)(Java Doc)
void restoreSelection()(Code)(Java Doc)
protected void restoreState(IMemento memento)(Code)(Java Doc)
public void saveState(IMemento memento)(Code)(Java Doc)
public void selectionChanged(IWorkbenchPart part, ISelection selection)(Code)(Java Doc)
protected void setActionGroups(CompositeActionGroup actionGroups)(Code)(Java Doc)
protected void setBuildActionGroup(BuildActionGroup actionGroup)(Code)(Java Doc)
protected void setCCPActionGroup(CCPActionGroup actionGroup)(Code)(Java Doc)
protected void setCustomFiltersActionGroup(CustomFiltersActionGroup customFiltersActionGroup)(Code)(Java Doc)
public void setFocus()(Code)(Java Doc)
void setHasCustomSetFilter(boolean state)(Code)(Java Doc)
void setHasWorkingSetFilter(boolean state)(Code)(Java Doc)
final protected void setHelp()(Code)(Java Doc)
protected void setInitialInput()(Code)(Java Doc)
protected void setInitialSelection()(Code)(Java Doc)
protected void setInput(Object input)(Code)(Java Doc)
public void setLinkingEnabled(boolean enabled)(Code)(Java Doc)
protected void setOpenEditorGroup(OpenEditorActionGroup openEditorGroup)(Code)(Java Doc)
void setProcessSelectionEvents(boolean state)(Code)(Java Doc)
void setSelection(ISelection selection, boolean reveal)(Code)(Java Doc)
void setSelectionFromEditor(IWorkbenchPart part)(Code)(Java Doc)
final protected void setViewer(StructuredViewer viewer)(Code)(Java Doc)
void updateTitle()(Code)(Java Doc)

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