org.gnu.gtk
Class CellRendererText.Attribute

java.lang.Object
  extended by org.gnu.gtk.CellRendererAttribute
      extended by org.gnu.gtk.CellRenderer.Attribute
          extended by org.gnu.gtk.CellRendererText.Attribute
Enclosing class:
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.

public static class CellRendererText.Attribute
extends CellRenderer.Attribute

Attributes which may be used to connect to data in a TreeModel via methods in the TreeViewColumn object.

Note that these should usually be set to PANGO constants.


Field Summary
static CellRendererText.Attribute ATTRIBUTES
          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.
static CellRendererText.Attribute BACKGROUND
          Deprecated. (String) Background color
static CellRendererText.Attribute BACKGROUND_GDK
          Deprecated. (gdk.Color) Background color
static CellRendererText.Attribute EDITABLE
          Deprecated. (boolean) Whether the text can be modified by the user
static CellRendererText.Attribute FONT
          Deprecated. (String) Font description as a string
static CellRendererText.Attribute FONT_FAMILY
          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.
static CellRendererText.Attribute FOREGROUND
          Deprecated. (String) Foreground color
static CellRendererText.Attribute FOREGROUND_GDK
          Deprecated. (gdk.Color) Foreground color
static CellRendererText.Attribute MARKUP
          Deprecated. (String) Marked up text to render
static CellRendererText.Attribute RISE
          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.
static CellRendererText.Attribute SCALE
          Deprecated. (double) Font scaling factor
static CellRendererText.Attribute SIZE
          Deprecated. (int) Font Size
static CellRendererText.Attribute STRIKETHROUGH
          Deprecated. (boolean) Whether to strike through the text
static CellRendererText.Attribute TEXT
          Deprecated. (String) Text to render
static CellRendererText.Attribute UNDERLINE
          Deprecated. (pango.Underline) Style of underline for this text
static CellRendererText.Attribute WEIGHT
          Deprecated. (Int) Font Weight (see pango.Weight)
 
Fields inherited from class org.gnu.gtk.CellRenderer.Attribute
CELL_BACKGROUND, CELL_BACKGROUND_GDK, CELL_BACKGROUND_SET, HEIGHT, IS_EXPANDED, IS_EXPANDER, MODE, SENSITIVE, VISIBLE, WIDTH, XALIGN, XPAD, YALIGN, YPAD
 
Method Summary
 
Methods inherited from class org.gnu.gtk.CellRendererAttribute
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TEXT

public static final CellRendererText.Attribute TEXT
Deprecated. 
(String) Text to render


MARKUP

public static final CellRendererText.Attribute MARKUP
Deprecated. 
(String) Marked up text to render


ATTRIBUTES

public static final CellRendererText.Attribute ATTRIBUTES
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.
(pango.AttrList) A list of style attributes to apply to the text of the renderer


BACKGROUND

public static final CellRendererText.Attribute BACKGROUND
Deprecated. 
(String) Background color


BACKGROUND_GDK

public static final CellRendererText.Attribute BACKGROUND_GDK
Deprecated. 
(gdk.Color) Background color


FOREGROUND

public static final CellRendererText.Attribute FOREGROUND
Deprecated. 
(String) Foreground color


FOREGROUND_GDK

public static final CellRendererText.Attribute FOREGROUND_GDK
Deprecated. 
(gdk.Color) Foreground color


EDITABLE

public static final CellRendererText.Attribute EDITABLE
Deprecated. 
(boolean) Whether the text can be modified by the user


FONT

public static final CellRendererText.Attribute FONT
Deprecated. 
(String) Font description as a string


FONT_FAMILY

public static final CellRendererText.Attribute FONT_FAMILY
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.
(String) Name of the font family, e.g. Sans, Helvetica, Times, Monospace


WEIGHT

public static final CellRendererText.Attribute WEIGHT
Deprecated. 
(Int) Font Weight (see pango.Weight)


SIZE

public static final CellRendererText.Attribute SIZE
Deprecated. 
(int) Font Size


SCALE

public static final CellRendererText.Attribute SCALE
Deprecated. 
(double) Font scaling factor


RISE

public static final CellRendererText.Attribute RISE
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.
(int) Offset of text above the baseline (below the baseline if rise is negative)


STRIKETHROUGH

public static final CellRendererText.Attribute STRIKETHROUGH
Deprecated. 
(boolean) Whether to strike through the text


UNDERLINE

public static final CellRendererText.Attribute UNDERLINE
Deprecated. 
(pango.Underline) Style of underline for this text