org.gnu.gtk
Class CellRendererProgress.Attribute

java.lang.Object
  extended by org.gnu.gtk.CellRendererAttribute
      extended by org.gnu.gtk.CellRenderer.Attribute
          extended by org.gnu.gtk.CellRendererProgress.Attribute
Enclosing class:
CellRendererProgress

public static class CellRendererProgress.Attribute
extends CellRenderer.Attribute


Field Summary
static CellRendererProgress.Attribute TEXT
          (String) The "text" property determines the label which will be drawn over the progress bar.
static CellRendererProgress.Attribute VALUE
          (int) The "value" property determines the percentage to which the progress bar will be "filled in".
 
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 CellRendererProgress.Attribute TEXT
(String) The "text" property determines the label which will be drawn over the progress bar. Setting this property to NULL causes the default label to be displayed. Setting this property to an empty string causes no label to be displayed. Default value: NULL


VALUE

public static final CellRendererProgress.Attribute VALUE
(int) The "value" property determines the percentage to which the progress bar will be "filled in". Allowed values: [0,100] Default value: 0