com.borland.primetime.editor
Class SearchManager.FindAllMessage

java.lang.Object
  |
  +--com.borland.primetime.ide.Message
        |
        +--com.borland.primetime.editor.SearchManager.FindAllMessage
Enclosing class:
SearchManager

public static class SearchManager.FindAllMessage
extends Message


Fields inherited from class com.borland.primetime.ide.Message
actionEvent, background, contextAction, font, foreground, helpAction, icon, lazyFetchChildren, messageAction, renderer, selectAction, text, toolTipText
 
Constructor Summary
SearchManager.FindAllMessage(EditorPane editor, javax.swing.text.Position pos, int line, int column, int length, java.lang.String searchText, java.lang.String matchLine)
           
 
Method Summary
 void messageAction(Browser browser)
          Called when this message is activated in the MessageView.
 void selectAction(Browser browser)
          Called when this message is selected in the MessageView.
 
Methods inherited from class com.borland.primetime.ide.Message
fetchChildren, getBackground, getCellRenderer, getContextAction, getFont, getForeground, getHelpAction, getIcon, getMessageAction, getSelectAction, getText, getToolTipText, isLazyFetchChildren, setBackground, setCellRenderer, setContextAction, setFont, setForeground, setHelpAction, setIcon, setLazyFetchChildren, setMessageAction, setSelectAction, setText, setToolTipText, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchManager.FindAllMessage

public SearchManager.FindAllMessage(EditorPane editor,
                                    javax.swing.text.Position pos,
                                    int line,
                                    int column,
                                    int length,
                                    java.lang.String searchText,
                                    java.lang.String matchLine)
Method Detail

selectAction

public void selectAction(Browser browser)
Called when this message is selected in the MessageView. In this case, the editor associated with this message is not given focus.
Overrides:
selectAction in class Message

messageAction

public void messageAction(Browser browser)
Called when this message is activated in the MessageView. In this case, the editor associated with this message is given focus.
Overrides:
messageAction in class Message