public final class JSyntaxSearchToolBar extends Object implements ActionListener
JSyntaxTextArea| Modifier and Type | Field and Description |
|---|---|
static String |
FIND_ACTION |
static Color |
LIGHT_RED |
| Constructor and Description |
|---|
JSyntaxSearchToolBar(JSyntaxTextArea dataField) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent evt) |
JToolBar |
getToolBar() |
protected void |
toggleSearchField(JTextField textToFindField,
boolean matchFound) |
public static final Color LIGHT_RED
public static final String FIND_ACTION
public JSyntaxSearchToolBar(JSyntaxTextArea dataField)
dataField - JSyntaxTextArea to use for searchingpublic JToolBar getToolBar()
public void actionPerformed(ActionEvent evt)
actionPerformed in interface ActionListenerprotected void toggleSearchField(JTextField textToFindField, boolean matchFound)
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.