org.gnu.gtk.event
Class CellRendererTextEvent
- Serializable
public class CellRendererTextEvent
String | getIndex() - Returns the TreeIter index of which the text has been changed.
|
String | getText() - Returns the new user entered text.
|
CellRendererTextEvent
public CellRendererTextEvent(Object source,
String index,
String text)
Creates a new event. This is used internally by java-gnome. Users only
have to deal with listeners.
getIndex
public String getIndex()
Returns the TreeIter index of which the text has been changed.
getText
public String getText()
Returns the new user entered text.