org.gnu.gtk
Class RadioAction

java.lang.Object
  extended by org.gnu.glib.Struct
      extended by org.gnu.glib.GObject
          extended by org.gnu.gtk.Action
              extended by org.gnu.gtk.ToggleAction
                  extended by org.gnu.gtk.RadioAction

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.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
extends ToggleAction


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

RadioAction

public RadioAction(java.lang.String name,
                   java.lang.String label,
                   java.lang.String tooltip,
                   java.lang.String stockId,
                   int value)
Deprecated. 
Method Detail

getGroup

public java.util.List getGroup()
Deprecated. 

setGroup

public void setGroup(java.util.List group)
Deprecated. 

getCurrentValue

public int getCurrentValue()
Deprecated.