protected class SearchReplaceDialog.TargetSettings extends java.lang.Object implements SearchProvider.SelectedObjectsHandler
Modifier and Type | Class and Description |
---|---|
protected class |
SearchReplaceDialog.TargetSettings.CategoryBox |
Constructor and Description |
---|
TargetSettings(SearchProvider prov) |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
getComponent() |
java.awt.Frame |
getParentFrame() |
java.util.List<java.lang.Object> |
getPreviousSelection() |
protected java.util.Collection<java.lang.Object> |
getSelectedCategories() |
javax.swing.JComponent |
getSelectionComponent()
The component that was clicked on to prompt the change in selection
|
boolean |
hasSubCategories() |
protected void |
initComponents() |
boolean |
isSelected() |
protected void |
modifyCategorySelection()
Called after a click on the main checkbox, this either selects all sub categories, or
de-selects them.
|
protected void |
selectObjects() |
void |
setSelectedObjects(java.util.List<java.lang.Object> objects) |
protected void |
updateForCategorySelection()
Called after a click on any sub category
|
protected void |
updateSelectedObjectsButton()
Updates the text of the select objects hyperlink button
|
public TargetSettings(SearchProvider prov)
protected void initComponents()
public boolean hasSubCategories()
protected void modifyCategorySelection()
protected void updateForCategorySelection()
public javax.swing.JComponent getComponent()
protected java.util.Collection<java.lang.Object> getSelectedCategories()
public boolean isSelected()
protected void selectObjects()
public void setSelectedObjects(java.util.List<java.lang.Object> objects)
setSelectedObjects
in interface SearchProvider.SelectedObjectsHandler
protected void updateSelectedObjectsButton()
public java.awt.Frame getParentFrame()
getParentFrame
in interface SearchProvider.SelectedObjectsHandler
public javax.swing.JComponent getSelectionComponent()
SearchProvider.SelectedObjectsHandler
getSelectionComponent
in interface SearchProvider.SelectedObjectsHandler
public java.util.List<java.lang.Object> getPreviousSelection()
getPreviousSelection
in interface SearchProvider.SelectedObjectsHandler