org.gnu.gtk
Class CellView

java.lang.Object
  extended by org.gnu.glib.Struct
      extended by org.gnu.glib.GObject
          extended by org.gnu.gtk.GtkObject
              extended by org.gnu.gtk.Widget
                  extended by org.gnu.gtk.CellView

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.CellView. 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 CellView
extends Widget


Constructor Summary
CellView()
          Deprecated.  
CellView(Pixbuf pixbuf)
          Deprecated.  
CellView(java.lang.String text, boolean hasMarkup)
          Deprecated.  
 
Method Summary
 CellRenderer[] getCellRenderers()
          Deprecated.  
 TreePath getDisplayedRow()
          Deprecated.  
 Requisition getSizeOfRow(TreePath path)
          Deprecated.  
 void setBackgroundColor(Color color)
          Deprecated.  
 void setDisplayedRow(TreePath path)
          Deprecated.  
 void setModel(TreeModel model)
          Deprecated.  
 
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, sink
 
Methods inherited from class org.gnu.glib.GObject
addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addListener, collect, freezeNotify, getBooleanProperty, getData, getDoubleProperty, getFloatProperty, getGObjectFromHandle, getIntProperty, getJavaObjectProperty, getLongProperty, getProperty, getStringProperty, hasProperty, notify, removeEventHandler, removeListener, setBooleanProperty, setData, setDoubleProperty, setFloatProperty, setIntProperty, setJavaObjectProperty, setLongProperty, setProperty, setStringProperty, thawNotify
 
Methods inherited from class org.gnu.glib.Struct
equals, getHandle, getNullHandle, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellView

public CellView()
Deprecated. 

CellView

public CellView(java.lang.String text,
                boolean hasMarkup)
Deprecated. 

CellView

public CellView(Pixbuf pixbuf)
Deprecated. 
Method Detail

setModel

public void setModel(TreeModel model)
Deprecated. 

setDisplayedRow

public void setDisplayedRow(TreePath path)
Deprecated. 

getDisplayedRow

public TreePath getDisplayedRow()
Deprecated. 

setBackgroundColor

public void setBackgroundColor(Color color)
Deprecated. 

getSizeOfRow

public Requisition getSizeOfRow(TreePath path)
Deprecated. 

getCellRenderers

public CellRenderer[] getCellRenderers()
Deprecated.