|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
org.fife.ui.EscapableDialog
org.fife.ui.search.AbstractSearchDialog
org.fife.ui.search.AbstractFindReplaceDialog
org.fife.ui.search.FindDialog
net.sourceforge.squirrel_sql.plugins.syntax.rsyntax.search.SquirrelFindDialog
public class SquirrelFindDialog
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.fife.ui.search.AbstractSearchDialog |
|---|
org.fife.ui.search.AbstractSearchDialog.EnableResult |
| Nested classes/interfaces inherited from class javax.swing.JDialog |
|---|
JDialog.AccessibleJDialog |
| Nested classes/interfaces inherited from class java.awt.Dialog |
|---|
Dialog.AccessibleAWTDialog, Dialog.ModalExclusionType, Dialog.ModalityType |
| Nested classes/interfaces inherited from class java.awt.Window |
|---|
Window.AccessibleAWTWindow |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class org.fife.ui.search.AbstractFindReplaceDialog |
|---|
dirPanel, downButton, findFieldLabel, findNextButton, MARK_ALL_PROPERTY, markAllCheckBox, SEARCH_DOWNWARD_PROPERTY, upButton |
| Fields inherited from class org.fife.ui.search.AbstractSearchDialog |
|---|
cancelButton, caseCheckBox, findTextCombo, MATCH_CASE_PROPERTY, MATCH_WHOLE_WORD_PROPERTY, regExpCheckBox, searchConditionsPanel, USE_REG_EX_PROPERTY, wholeWordCheckBox |
| Fields inherited from class javax.swing.JDialog |
|---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Dialog |
|---|
DEFAULT_MODALITY_TYPE |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
|---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
SquirrelFindDialog(MainFrame mainFrame)
|
|
| Method Summary | |
|---|---|
void |
addClosingListener(SearchDialogClosingListener l)
|
void |
addFindActionListener(ActionListener actionListener)
|
void |
addReplaceActionListener(ActionListener actionListener)
|
void |
addReplaceAllActionListener(ActionListener actionListener)
|
void |
close()
|
protected void |
escapePressed()
|
JDialog |
getDialog()
|
String |
getReplaceString()
|
boolean |
isMarkAll()
|
boolean |
isMatchCase()
|
boolean |
isRegExp()
|
boolean |
isSearchUp()
|
boolean |
isWholeWord()
|
void |
removeClosingListener(SearchDialogClosingListener l)
|
void |
removeFindActionListener(ActionListener actionListener)
|
void |
removeReplaceActionListener(ActionListener actionListener)
|
void |
removeReplaceAllActionListener(ActionListener actionListener)
|
| Methods inherited from class org.fife.ui.search.FindDialog |
|---|
actionPerformed, addActionListener, removeActionListener, setVisible, updateUI |
| Methods inherited from class org.fife.ui.search.AbstractFindReplaceDialog |
|---|
changeActionListener, createLabel, getDownRadioButtonText, getFindButtonText, getFindWhatLabelText, getSearchButtonsBorderText, getUpRadioButtonText, handleToggleButtons, setDownRadioButtonText, setFindButtonText, setFindWhatLabelText, setSearchButtonsBorderText, setSearchParameters, setSearchParameters, setUpRadioButtonText |
| Methods inherited from class org.fife.ui.search.AbstractSearchDialog |
|---|
createSearchComboBox, createTitledBorder, getCancelButtonText, getContentAssistImage, getMatchCaseCheckboxText, getRegularExpressionCheckboxText, getSearchString, getSearchStrings, getTextComponent, getWholeWordCheckboxText, handleRegExCheckBoxClicked, isPreJava6JRE, isWholeWord, setCancelButtonText, setMatchCaseCheckboxText, setRegularExpressionCheckboxText, setSearchString, setWholeWordCheckboxText |
| Methods inherited from class org.fife.ui.EscapableDialog |
|---|
setEscapeClosesDialog |
| Methods inherited from class java.awt.Dialog |
|---|
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setTitle, setUndecorated, show, toBack |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface net.sourceforge.squirrel_sql.plugins.syntax.rsyntax.search.ISquirrelSearchDialog |
|---|
getSearchString, requestFocus, setSearchParameters, setSearchString, setVisible |
| Constructor Detail |
|---|
public SquirrelFindDialog(MainFrame mainFrame)
| Method Detail |
|---|
protected void escapePressed()
escapePressed in class org.fife.ui.search.AbstractSearchDialogpublic void close()
close in interface ISquirrelSearchDialogpublic boolean isMatchCase()
isMatchCase in interface ISquirrelSearchDialogpublic boolean isWholeWord()
isWholeWord in interface ISquirrelSearchDialogpublic boolean isRegExp()
isRegExp in interface ISquirrelSearchDialogpublic boolean isSearchUp()
isSearchUp in interface ISquirrelSearchDialogpublic boolean isMarkAll()
isMarkAll in interface ISquirrelSearchDialogpublic JDialog getDialog()
getDialog in interface ISquirrelSearchDialogpublic void addClosingListener(SearchDialogClosingListener l)
addClosingListener in interface ISquirrelSearchDialogpublic void removeClosingListener(SearchDialogClosingListener l)
removeClosingListener in interface ISquirrelSearchDialogpublic void addFindActionListener(ActionListener actionListener)
addFindActionListener in interface ISquirrelSearchDialogpublic void removeFindActionListener(ActionListener actionListener)
removeFindActionListener in interface ISquirrelSearchDialogpublic void addReplaceActionListener(ActionListener actionListener)
addReplaceActionListener in interface ISquirrelSearchDialogpublic void removeReplaceActionListener(ActionListener actionListener)
removeReplaceActionListener in interface ISquirrelSearchDialogpublic void addReplaceAllActionListener(ActionListener actionListener)
addReplaceAllActionListener in interface ISquirrelSearchDialogpublic void removeReplaceAllActionListener(ActionListener actionListener)
removeReplaceAllActionListener in interface ISquirrelSearchDialogpublic String getReplaceString()
getReplaceString in interface ISquirrelSearchDialog
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||