Class CellRendererProgress

All Implemented Interfaces:
Orientable, Proxy

@Generated("org.javagi.JavaGI") @Deprecated public class CellRendererProgress extends CellRenderer implements Orientable
Deprecated.
List views use widgets to display their contents. You should use ProgressBar instead

Renders numbers as progress bars

GtkCellRendererProgress renders a numeric value as a progress par in a cell. Additionally, it can display a text on top of the progress bar.

  • Constructor Details

    • CellRendererProgress

      public CellRendererProgress(MemorySegment address)
      Deprecated.
      Create a CellRendererProgress instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
    • CellRendererProgress

      public CellRendererProgress()
      Deprecated.
      Create a new CellRendererProgress.
  • Method Details

    • getType

      public static @Nullable Type getType()
      Deprecated.
      Get the GType of the CellRendererProgress class.
      Returns:
      the GType
    • getMemoryLayout

      public static MemoryLayout getMemoryLayout()
      Deprecated.
      The memory layout of the native struct.
      Returns:
      the memory layout
    • asParent

      protected CellRendererProgress asParent()
      Deprecated.
      Return this instance as if it were its parent type. Comparable to the Java super keyword, but ensures the parent typeclass is also used in native code.
      Overrides:
      asParent in class CellRenderer
      Returns:
      the instance as if it were its parent type
    • builder

      public static CellRendererProgress.Builder<? extends CellRendererProgress.Builder> builder()
      Deprecated.
      A CellRendererProgress.Builder object constructs a CellRendererProgress with the specified properties. Use the various set...() methods to set properties, and finish construction with CellRendererProgress.Builder.build().
      Returns:
      the builder object