org.gnu.gtk

Class CellRendererText

public class CellRendererText extends CellRenderer

Deprecated: This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may in the future have an equivalent in java-gnome 4.0, try looking for org.gnome.gtk.CellRendererText. You should be aware that there is a considerably different API in the new library: the architecture is completely different and most notably internals are no longer exposed to public view.

A CellRenderer for displaying Strings.

See the TreeView description for an overview fo the tree and list objects.

Gtk provides many properties for this renderer. Not all of them have been implemented in the Java-Gnome system (they're not all useful). If you have requirements for one of them which isn't implemented, please contact us and we may add support for it.

Nested Class Summary
static classCellRendererText.Attribute
Attributes which may be used to connect to data in a TreeModel via methods in the TreeViewColumn object.
Constructor Summary
CellRendererText()
Constructs a new text renderer
CellRendererText(Handle handle)
Method Summary
voidaddListener(CellRendererTextListener listener)
Register an object to handle CellRendererText events.
static CellRendererTextgetCellRendererText(Handle handle)
Internal static factory method to be used by Java-Gnome only.
ClassgetEventListenerClass(String signal)
EventTypegetEventType(String signal)
FontDescriptiongetFont()
Returns the font being used.
static TypegetType()
Retrieve the runtime type used by the GLib library.
voidremoveListener(CellRendererTextListener listener)
Removes a listener
voidsetAttributes(AttrList attr)
Sets the pango attributes for the renderer.
voidsetEditable(boolean editable)
Sets whether the user may edit the text.
voidsetFont(FontDescription font)
Sets the font to use.
voidsetUnderline(Underline underline)
Sets the underline of all cells

Constructor Detail

CellRendererText

public CellRendererText()

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.

Constructs a new text renderer

CellRendererText

public CellRendererText(Handle handle)

Method Detail

addListener

public void addListener(CellRendererTextListener 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 CellRendererText events.

See Also: CellRendererTextListener

getCellRendererText

public static CellRendererText getCellRendererText(Handle handle)

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.

Internal static factory method to be used by Java-Gnome only.

getEventListenerClass

public Class getEventListenerClass(String signal)

getEventType

public EventType getEventType(String signal)

getFont

public FontDescription getFont()

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.

Returns the font being used.

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(CellRendererTextListener 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

setAttributes

public void setAttributes(AttrList attr)

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.

Sets the pango attributes for the renderer.

Parameters: attr PangoAttributeList to use.

setEditable

public void setEditable(boolean editable)

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.

Sets whether the user may edit the text.

setFont

public void setFont(FontDescription font)

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.

Sets the font to use.

setUnderline

public void setUnderline(Underline underline)

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.

Sets the underline of all cells