| Author |
How to add listener for StringFieldEditor
|
karthik kummar
Greenhorn
Joined: Jun 23, 2010
Posts: 11
|
|
i am using StringFieldEditor. whether can i add listener for this?
if yes, the how can i add?
Advance thanks...
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8436
|
|
StringFieldEditor is not a standard java class. Is it your custom class? Or perhaps a SWT/JFace class?
You wish to add a listener to it for what? What is the listener supposed to listen to?
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4165
|
|
Have you read the API documentation for the class?
http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/jface/preference/StringFieldEditor.html
|
luck, db
There are no new questions, but there may be new answers.
|
 |
 |
|
|
subject: How to add listener for StringFieldEditor
|
|
|