- java.lang.Object
-
- org.icepdf.ri.common.utility.search.SimpleSearchHelper
-
- All Implemented Interfaces:
PropertyChangeListener,EventListener
public class SimpleSearchHelper extends Object implements PropertyChangeListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSimpleSearchHelper.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearAll()voiddispose()voidnextResult()voidpreviousResult()voidpropertyChange(PropertyChangeEvent evt)
-
-
-
Method Detail
-
dispose
public void dispose()
-
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChangein interfacePropertyChangeListener
-
clearAll
public void clearAll()
-
nextResult
public void nextResult()
-
previousResult
public void previousResult()
-
-