Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
GObject
org.gnu.gtk.CellEditable
public class CellEditable
extends GObject
Constructor Summary | |
Method Summary | |
void |
|
void | |
Class |
|
EventType |
|
static Type |
|
void |
|
void | |
void |
|
public void addListener(CellEditableListener listener)
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
public void editingDone()
public Class getEventListenerClass(String signal)
public EventType getEventType(String signal)
public static Type getType()
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.
public void removeListener(CellEditableListener listener)
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 listener
- See Also:
addListener(CellEditableListener)
public void removeWidget()