org.gnu.gtk

Class CellEditable

public class CellEditable extends GObject

Constructor Summary
CellEditable()
Method Summary
voidaddListener(CellEditableListener listener)
Register an object to handle button events.
voideditingDone()
ClassgetEventListenerClass(String signal)
EventTypegetEventType(String signal)
static TypegetType()
Retrieve the runtime type used by the GLib library.
voidremoveListener(CellEditableListener listener)
Removes a listener
voidremoveWidget()
voidstartEditing(Event event)

Constructor Detail

CellEditable

public CellEditable()

Method Detail

addListener

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

editingDone

public void editingDone()

getEventListenerClass

public Class getEventListenerClass(String signal)

getEventType

public EventType getEventType(String signal)

getType

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.

removeListener

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

removeWidget

public void removeWidget()

startEditing

public void startEditing(Event event)