Class SearchReplaceDialog.TargetSettings
java.lang.Object
com.inductiveautomation.ignition.designer.findreplace.SearchReplaceDialog.TargetSettings
- All Implemented Interfaces:
- SearchProvider.SelectedObjectsHandler
- Enclosing class:
- SearchReplaceDialog
protected class SearchReplaceDialog.TargetSettings
extends Object
implements SearchProvider.SelectedObjectsHandler
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionThe component that was clicked on to prompt the change in selectionprotected voidbooleanprotected voidvoidsetSelectedObjects(List<Object> objects) 
- 
Method Details- 
initComponentsprotected void initComponents()
- 
getComponent
- 
isSelectedpublic boolean isSelected()
- 
selectObjectsprotected void selectObjects()
- 
setSelectedObjects- Specified by:
- setSelectedObjectsin interface- SearchProvider.SelectedObjectsHandler
 
- 
getParentFrame
- 
getSelectionComponentDescription copied from interface:SearchProvider.SelectedObjectsHandlerThe component that was clicked on to prompt the change in selection- Specified by:
- getSelectionComponentin interface- SearchProvider.SelectedObjectsHandler
 
- 
getPreviousSelection- Specified by:
- getPreviousSelectionin interface- SearchProvider.SelectedObjectsHandler
 
 
-