public interface FindPopupScopeUI
Modifier and Type | Interface and Description |
---|---|
static class |
FindPopupScopeUI.ScopeType |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(FindModel findModel,
FindPopupScopeUI.ScopeType selectedScope) |
void |
applyTo(FindSettings findSettings,
FindPopupScopeUI.ScopeType selectedScope) |
Pair<FindPopupScopeUI.ScopeType,javax.swing.JComponent> [] |
getComponents() |
boolean |
hideAllPopups() |
FindPopupScopeUI.ScopeType |
initByModel(FindModel findModel) |
default ValidationInfo |
validate(FindModel model,
FindPopupScopeUI.ScopeType selectedScope) |
Pair<FindPopupScopeUI.ScopeType,javax.swing.JComponent> [] getComponents()
FindPopupScopeUI.ScopeType initByModel(FindModel findModel)
void applyTo(FindSettings findSettings, FindPopupScopeUI.ScopeType selectedScope)
void applyTo(FindModel findModel, FindPopupScopeUI.ScopeType selectedScope)
default ValidationInfo validate(FindModel model, FindPopupScopeUI.ScopeType selectedScope)
boolean hideAllPopups()