public class SearchPanel extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
SearchPanel.SearchInteraction |
| Constructor and Description |
|---|
SearchPanel(SearchPanel.SearchInteraction searchInteraction) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAdditionalFields(JPanel panel)
You can override this to add additional fields to the given panel.
|
void |
enableButtonsAndFieldsAppropriately(boolean foundAMatch) |
JComponent |
getComponent() |
void |
hide()
Call this to hide this panel.
|
void |
performSearchAgain()
Call this to perform the last search again.
|
void |
show()
Call this to show this panel so that a search can begin.
|
public SearchPanel(SearchPanel.SearchInteraction searchInteraction)
public JComponent getComponent()
public void performSearchAgain()
protected void addAdditionalFields(JPanel panel)
panel - where to add your additional fields.public void hide()
public void show()
public void enableButtonsAndFieldsAppropriately(boolean foundAMatch)
Copyright © 2013. All rights reserved