org.gnu.gtk

Class CellView


public class CellView
extends Widget

Constructor Summary

CellView()
CellView(String text, boolean hasMarkup)
CellView(Pixbuf pixbuf)

Method Summary

CellRenderer[]
getCellRenderers()
TreePath
getDisplayedRow()
Requisition
getSizeOfRow(TreePath path)
void
setBackgroundColor(Color color)
void
setDisplayedRow(TreePath path)
void
setModel(TreeModel model)

Methods inherited from class org.gnu.gtk.Widget

activate, addAccelerator, addEvents, addListener, addListener, addListener, addListener, addListener, addListener, addListener, addListener, addListener, addListener, addListener, canActivateAccel, createContext, createLayout, draw, drawArea, drawArea, finish, getAccessible, getAllocation, getCanFocus, getColormap, getContext, getData, getDisplay, getDragData, getEventListenerClass, getEventType, getExtensionEvents, getModifierStyle, getName, getParent, getParentWindow, getPointer, getRootWindow, getScreen, getSensitive, getStyle, getToplevel, getType, getWidget, getWindow, grabDefault, grabFocus, hasFocus, hasScreen, hide, hideAll, highlight, highlight, intersect, isAncestor, makeWidget, modifyStyle, popColormap, pushColormap, realize, removeAccelerator, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, reparent, setBackgroundColor, setBaseColor, setCanFocus, setColormap, setDoubleBuffered, setDragDestination, setDragIcon, setDragIconPixbuf, setDragIconStock, setDragSource, setEvents, setExtensionEvents, setFont, setForegroundColor, setMinimumSize, setName, setNoDragDestination, setNoDragSource, setSensitive, setTextColor, shapeCombineMask, show, showAll, unHighlight, unHighlight

Methods inherited from class org.gnu.gtk.GtkObject

destroy, getType, sink

Constructor Details

CellView

public CellView()

CellView

public CellView(String text,
                boolean hasMarkup)

CellView

public CellView(Pixbuf pixbuf)

Method Details

getCellRenderers

public CellRenderer[] getCellRenderers()

getDisplayedRow

public TreePath getDisplayedRow()

getSizeOfRow

public Requisition getSizeOfRow(TreePath path)

setBackgroundColor

public void setBackgroundColor(Color color)

setDisplayedRow

public void setDisplayedRow(TreePath path)

setModel

public void setModel(TreeModel model)