|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Struct
org.gnu.glib.GObject
org.gnu.gtk.GtkObject
org.gnu.gtk.CellRenderer
org.gnu.gtk.CellRendererText
org.gnu.gtk.CellRendererCombo
org.gnome.gtk.CellRendererCombo
.
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 CellRendererCombo
Nested Class Summary | |
---|---|
static class |
CellRendererCombo.Attribute
Deprecated. |
Constructor Summary | |
---|---|
CellRendererCombo()
Deprecated. |
Method Summary | |
---|---|
boolean |
getHasEntry()
Deprecated. |
TreeModel |
getModel()
Deprecated. |
int |
getTextColumn()
Deprecated. |
void |
setHasEntry(boolean hasEntry)
Deprecated. |
void |
setModel(TreeModel model)
Deprecated. |
void |
setTextColumn(int column)
Deprecated. |
Methods inherited from class org.gnu.gtk.CellRendererText |
---|
addListener, getCellRendererText, getEventListenerClass, getEventType, getFont, getType, removeListener, setAttributes, setEditable, setFont, setUnderline |
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 |
---|
public CellRendererCombo()
Method Detail |
---|
public TreeModel getModel()
public void setModel(TreeModel model)
public int getTextColumn()
public void setTextColumn(int column)
public boolean getHasEntry()
public void setHasEntry(boolean hasEntry)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |