public class SearchExpressionsAction extends AbstractAction
changeSupport, enabled
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
Constructor and Description |
---|
SearchExpressionsAction(JTextField sourceTextField,
Window annotationEditorWindow,
JCheckBox searchRegExpChk)
Shows a dialog with a list of predefined search expressions
to modified the current search expression.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent arg0) |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public SearchExpressionsAction(JTextField sourceTextField, Window annotationEditorWindow, JCheckBox searchRegExpChk)
sourceTextField
- text field that contains the search expressionannotationEditorWindow
- search windowsearchRegExpChk
- check box for regular expression; may be nullpublic void actionPerformed(ActionEvent arg0)
Copyright © 2024 GATE. All rights reserved.