org.gnu.gtk
public static class CellRenderer.Attribute extends CellRendererAttribute
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.
Attributes which may be used to connect to data in a TreeModel via methods in the TreeViewColumn object.Field Summary | |
---|---|
static CellRenderer.Attribute | CELL_BACKGROUND (String) Cell background color as a string. |
static CellRenderer.Attribute | CELL_BACKGROUND_GDK (gdk.color) Cell background color as a gdk.Color. |
static CellRenderer.Attribute | CELL_BACKGROUND_SET (boolean) Whether this tag affects the cell background color. |
static CellRenderer.Attribute | HEIGHT
(int)
The fixed height.
|
static CellRenderer.Attribute | IS_EXPANDED
(boolean)
Row is an expander row, and is expanded.
|
static CellRenderer.Attribute | IS_EXPANDER
(boolean)
Row is an expander row, and is expanded.
|
static CellRenderer.Attribute | MODE
(CellRendererMode)
Editable mode of the CellRenderer.
|
static CellRenderer.Attribute | SENSITIVE
(boolean)
Display the cell sensitive.
|
static CellRenderer.Attribute | VISIBLE
(boolean)
Display the cell.
|
static CellRenderer.Attribute | WIDTH
(int)
The fixed width.
|
static CellRenderer.Attribute | XALIGN
(double)
The x-align.
|
static CellRenderer.Attribute | XPAD
(int)
The xpad.
|
static CellRenderer.Attribute | YALIGN
(double)
The y-align.
|
static CellRenderer.Attribute | YPAD
(int)
The ypad.
|
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) The fixed height. Allowed values: >= -1 Default value: -1Deprecated: 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.
(boolean) Row is an expander row, and is expanded. Default value: FALSEDeprecated: 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.
(boolean) Row is an expander row, and is expanded. Default value: FALSEDeprecated: 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.
(CellRendererMode) Editable mode of the CellRenderer. Default value: CellRendererMode.INERTDeprecated: 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.
(boolean) Display the cell sensitive. Default value: TRUEDeprecated: 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.
(boolean) Display the cell. Default value: TRUEDeprecated: 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) The fixed width. Allowed values: >= -1 Default value: -1Deprecated: 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.
(double) The x-align. Allowed values: [0,1] Default value: 0.5Deprecated: 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) The xpad. Default value: 0Deprecated: 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) The ypad. Default value: 0