org.gnu.gtk

Class RadioAction


public class RadioAction
extends ToggleAction

Field Summary

Fields inherited from class org.gnu.glib.GObject

eventsInitialized

Constructor Summary

RadioAction(String name, String label, String tooltip, String stockId, int value)

Method Summary

int
getCurrentValue()
List
getGroup()
protected static int
gtk_radio_action_get_current_value(Handle action)
protected static Handle[]
gtk_radio_action_get_group(Handle action)
protected static int
gtk_radio_action_get_type()
protected static Handle
gtk_radio_action_new(String name, String label, String tooltip, String stockId, int value)
protected static void
gtk_radio_action_set_group(Handle action, Handle[] group)
void
setGroup(List group)

Methods inherited from class org.gnu.gtk.ToggleAction

getActive, getDrawAsRadio, gtk_toggle_action_get_active, gtk_toggle_action_get_draw_as_radio, gtk_toggle_action_get_type, gtk_toggle_action_new, gtk_toggle_action_set_active, gtk_toggle_action_set_draw_as_radio, gtk_toggle_action_toggled, setActive, setDrawAsRadio

Methods inherited from class org.gnu.gtk.Action

activate, connectAccelerator, connectProxy, createIcon, createMenuItem, createToolItem, disconnectAccelerator, disconnectProxy, getAcceleratorPath, getName, getProxies, getType, gtk_action_activate, gtk_action_connect_accelerator, gtk_action_connect_proxy, gtk_action_create_icon, gtk_action_create_menu_item, gtk_action_create_tool_item, gtk_action_disconnect_accelerator, gtk_action_disconnect_proxy, gtk_action_get_accel_path, gtk_action_get_name, gtk_action_get_proxies, gtk_action_get_sensitive, gtk_action_get_type, gtk_action_get_visible, gtk_action_is_sensitive, gtk_action_is_visible, gtk_action_new, gtk_action_set_sensitive, gtk_action_set_visible, isSensitive, isVisible, setSensitive, setVisible

Methods inherited from class org.gnu.glib.GObject

addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addListener, equals, freezeNotify, getBooleanProperty, getData, getData, getDoubleProperty, getEventListenerClass, getEventType, getFloatProperty, getGObjectFromHandle, getHandle, getIntFromHandle, getIntProperty, getJavaObjectProperty, getLongProperty, getNullHandle, getPixbufProperty, getProperty, getStringFromHandle, getStringProperty, hasProperty, hashCode, instantiateJGObjectFromGType, notify, removeEventHandler, removeListener, retrieveGObject, setBooleanProperty, setData, setData, setDoubleProperty, setFloatProperty, setHandle, setIntProperty, setJavaObjectProperty, setLongProperty, setPixbufProperty, setProperty, setStringProperty, thawNotify

Constructor Details

RadioAction

public RadioAction(String name,
                   String label,
                   String tooltip,
                   String stockId,
                   int value)

Method Details

getCurrentValue

public int getCurrentValue()


getGroup

public List getGroup()


gtk_radio_action_get_current_value

protected static final int gtk_radio_action_get_current_value(Handle action)


gtk_radio_action_get_group

protected static final Handle[] gtk_radio_action_get_group(Handle action)


gtk_radio_action_get_type

protected static final int gtk_radio_action_get_type()


gtk_radio_action_new

protected static final Handle gtk_radio_action_new(String name,
                                                   String label,
                                                   String tooltip,
                                                   String stockId,
                                                   int value)


gtk_radio_action_set_group

protected static final void gtk_radio_action_set_group(Handle action,
                                                       Handle[] group)


setGroup

public void setGroup(List group)