Package com.e1c.langtool.ui
Class SearchText.SearchTextModifyEvent
java.lang.Object
java.util.EventObject
com.e1c.langtool.ui.SearchText.SearchTextModifyEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SearchText
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionSearchTextModifyEvent(Object source, String text) Instantiates a new search text modify event. -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
SearchTextModifyEvent
Instantiates a new search text modify event.- Parameters:
source- the sourcetext- the search text
-
-
Method Details
-
getText
Gets the search text string.- Returns:
- the text
-