org.gnu.gtk
public class CellRendererText extends CellRenderer
See the {@link 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 class | CellRendererText.Attribute
Attributes which may be used to connect to data in a {@link TreeModel}
via methods in the {@link TreeViewColumn} object.
|
| Constructor Summary | |
|---|---|
| CellRendererText()
Constructs a new text renderer | |
| CellRendererText(Handle handle) | |
| Method Summary | |
|---|---|
| void | addListener(CellRendererTextListener listener)
Register an object to handle CellRendererText events.
|
| static CellRendererText | getCellRendererText(Handle handle)
Internal static factory method to be used by Java-Gnome only. |
| Class | getEventListenerClass(String signal) |
| EventType | getEventType(String signal) |
| FontDescription | getFont()
Returns the font being used. |
| static Type | getType()
Retrieve the runtime type used by the GLib library. |
| void | removeListener(CellRendererTextListener listener)
Removes a listener
|
| void | setAttributes(AttrList attr)
Sets the pango attributes for the renderer.
|
| void | setEditable(boolean editable)
Sets whether the user may edit the text. |
| void | setFont(FontDescription font)
Sets the font to use. |
| void | setUnderline(Underline underline)
Sets the underline of all cells |
See Also: CellRendererTextListener
See Also: addListener
Parameters: attr PangoAttributeList to use.