|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.gtk.CellLayoutHelper
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
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 |
---|
public CellLayoutHelper()
Method Detail |
---|
public static void packStart(CellLayout layout, CellRenderer renderer, boolean expand)
public static void packEnd(CellLayout layout, CellRenderer renderer, boolean expand)
public static void clear(CellLayout layout)
public static void addAttributeMapping(CellLayout layout, CellRenderer renderer, CellRendererAttribute attribute, DataColumn column)
public static void clearAttributeMappings(CellLayout layout, CellRenderer renderer)
public static void reorder(CellLayout layout, CellRenderer renderer, int position)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |