| 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 |
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) | | |
removeIssuesPanel | void removeIssuesPanel()(Code) | | |
requestFocus | public void requestFocus()(Code) | | |
requestFocusInWindow | public boolean requestFocusInWindow()(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.
|
|
|