|
|||||||||
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.Action
org.gnu.gtk.ToggleAction
org.gnu.gtk.RadioAction
org.gnome.gtk.RadioAction
.
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 RadioAction
Constructor Summary | |
---|---|
RadioAction(java.lang.String name,
java.lang.String label,
java.lang.String tooltip,
java.lang.String stockId,
int value)
Deprecated. |
Method Summary | |
---|---|
int |
getCurrentValue()
Deprecated. |
java.util.List |
getGroup()
Deprecated. |
void |
setGroup(java.util.List group)
Deprecated. |
Methods inherited from class org.gnu.gtk.ToggleAction |
---|
getActive, getDrawAsRadio, getToggleAction, setActive, setDrawAsRadio |
Methods inherited from class org.gnu.gtk.Action |
---|
activate, addListener, connectAccelerator, connectProxy, createIcon, createMenuItem, createToolItem, disconnectAccelerator, disconnectProxy, getAcceleratorPath, getName, getProxies, getType, isSensitive, isVisible, removeListener, setAccelGroup, setAccelPath, setSensitive, setVisible |
Methods inherited from class org.gnu.glib.GObject |
---|
addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addListener, collect, freezeNotify, getBooleanProperty, getData, getDoubleProperty, getEventListenerClass, getEventType, 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 RadioAction(java.lang.String name, java.lang.String label, java.lang.String tooltip, java.lang.String stockId, int value)
Method Detail |
---|
public java.util.List getGroup()
public void setGroup(java.util.List group)
public int getCurrentValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |