org.gnu.gtk
Class CellLayoutHelper

java.lang.Object
  extended by org.gnu.gtk.CellLayoutHelper

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may in the future have an equivalent in java-gnome 4.0, try looking for org.gnome.gtk.CellLayoutHelper. You should be aware that there is a considerably different API in the new library: the architecture is completely different and most notably internals are no longer exposed to public view.

public class CellLayoutHelper
extends java.lang.Object

Internal helper class for classes that implement the CellLayout interface. Applications normally shouldn't use this class.


Constructor Summary
CellLayoutHelper()
          Deprecated.  
 
Method Summary
static void addAttributeMapping(CellLayout layout, CellRenderer renderer, CellRendererAttribute attribute, DataColumn column)
          Deprecated.  
static void clear(CellLayout layout)
          Deprecated.  
static void clearAttributeMappings(CellLayout layout, CellRenderer renderer)
          Deprecated.  
static void packEnd(CellLayout layout, CellRenderer renderer, boolean expand)
          Deprecated.  
static void packStart(CellLayout layout, CellRenderer renderer, boolean expand)
          Deprecated.  
static void reorder(CellLayout layout, CellRenderer renderer, int position)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellLayoutHelper

public CellLayoutHelper()
Deprecated. 
Method Detail

packStart

public static void packStart(CellLayout layout,
                             CellRenderer renderer,
                             boolean expand)
Deprecated. 

packEnd

public static void packEnd(CellLayout layout,
                           CellRenderer renderer,
                           boolean expand)
Deprecated. 

clear

public static void clear(CellLayout layout)
Deprecated. 

addAttributeMapping

public static void addAttributeMapping(CellLayout layout,
                                       CellRenderer renderer,
                                       CellRendererAttribute attribute,
                                       DataColumn column)
Deprecated. 

clearAttributeMappings

public static void clearAttributeMappings(CellLayout layout,
                                          CellRenderer renderer)
Deprecated. 

reorder

public static void reorder(CellLayout layout,
                           CellRenderer renderer,
                           int position)
Deprecated.