org.gnu.gtk
public class CellEditable extends GObject
Constructor Summary | |
---|---|
CellEditable() |
Method Summary | |
---|---|
void | addListener(CellEditableListener listener)
Register an object to handle button events.
|
void | editingDone() |
Class | getEventListenerClass(String signal) |
EventType | getEventType(String signal) |
static Type | getType()
Retrieve the runtime type used by the GLib library. |
void | removeListener(CellEditableListener listener)
Removes a listener
|
void | removeWidget() |
void | startEditing(Event event) |
Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Register an object to handle button events.See Also: CellEditableListener
Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Retrieve the runtime type used by the GLib library.Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Removes a listenerSee Also: addListener