Java Doc for ResultView.java in  » IDE-Netbeans » utilities » org » netbeans » modules » search » 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 Netbeans » utilities » org.netbeans.modules.search 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.netbeans.modules.search.ResultView

ResultView
final class ResultView extends TopComponent (Code)
Panel which displays search results in explorer like manner. This panel is a singleton.
See Also:    Class diagram
author:
   Petr Kuzel, Jiri Mzourek, Peter Zavadsky
author:
   Marian Petras

Inner Class :final public static class ResolvableHelper implements java.io.Serializable



Method Summary
 voidcloseAndSendFocusToEditor()
    
 voidcloseResults()
     This method exists just to make the close() method accessible via Class.getDeclaredMethod(String, Class[]).
protected  voidcomponentClosed()
    
protected  voidcomponentOpened()
    
 voiddisplayIssuesToUser(String title, String[] problems, boolean reqAtt)
    
public  voidfillOutput()
     Send search details to output window.
public static synchronized  ResultViewgetDefault()
     Singleton accessor reserved for the window systemm only.
static synchronized  ResultViewgetInstance()
     Returns a singleton of this class.
public  intgetPersistenceType()
    
 voidnotifySearchPending(int blockingTask)
     Displays a message informing about the task which blocks the search from being started.
 voidobjectFound(Object foundObject, int totalDetailsCount)
    
protected  StringpreferredID()
    
 voidrememberInput(String searchScopeType, BasicSearchCriteria basicSearchCriteria, List<SearchType> searchTypes)
    
 voidremoveIssuesPanel()
    
public  voidrequestFocus()
    
public  booleanrequestFocusInWindow()
    
 voidrescan()
    
 voidsearchTaskStateChanged(int changeType)
    
synchronized  voidsetResultModel(ResultModel resultModel)
     Set new model.
 voidshowAllDetailsFinished()
    
public  ObjectwriteReplace()
     Replaces this in object stream.



Method Detail
closeAndSendFocusToEditor
void closeAndSendFocusToEditor()(Code)



closeResults
void closeResults()(Code)
This method exists just to make the close() method accessible via Class.getDeclaredMethod(String, Class[]). It is used in Manager.



componentClosed
protected void componentClosed()(Code)



componentOpened
protected void componentOpened()(Code)



displayIssuesToUser
void displayIssuesToUser(String title, String[] problems, boolean reqAtt)(Code)



fillOutput
public void fillOutput()(Code)
Send search details to output window.



getDefault
public static synchronized ResultView getDefault()(Code)
Singleton accessor reserved for the window systemm only. The window system calls this method to create an instance of this TopComponent from a .settings file.

This method should not be called anywhere except from the window system's code. singleton - instance of this class




getInstance
static synchronized ResultView getInstance()(Code)
Returns a singleton of this class. singleton of this TopComponent



getPersistenceType
public int getPersistenceType()(Code)
Overriden to explicitely set persistence type of ResultView to PERSISTENCE_NEVER



notifySearchPending
void notifySearchPending(int blockingTask)(Code)
Displays a message informing about the task which blocks the search from being started. The search may also be blocked by a not yet finished previous search task.
Parameters:
  blockingTask - constant identifying the blocking task
See Also:   Manager.SEARCHING
See Also:   Manager.CLEANING_RESULT
See Also:   Manager.PRINTING_DETAILS



objectFound
void objectFound(Object foundObject, int totalDetailsCount)(Code)



preferredID
protected String preferredID()(Code)



rememberInput
void rememberInput(String searchScopeType, BasicSearchCriteria basicSearchCriteria, List<SearchType> searchTypes)(Code)



removeIssuesPanel
void removeIssuesPanel()(Code)



requestFocus
public void requestFocus()(Code)



requestFocusInWindow
public boolean requestFocusInWindow()(Code)



rescan
void rescan()(Code)



searchTaskStateChanged
void searchTaskStateChanged(int changeType)(Code)



setResultModel
synchronized void setResultModel(ResultModel resultModel)(Code)
Set new model.



showAllDetailsFinished
void showAllDetailsFinished()(Code)



writeReplace
public Object writeReplace()(Code)
Replaces this in object stream.



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