org.gnu.atk
Class StateSet

java.lang.Object
  extended by org.gnu.glib.Struct
      extended by org.gnu.glib.GObject
          extended by org.gnu.atk.StateSet

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 exist in java-gnome 4.0; look out for org.gnome.atk.StateSet. As this package was never fully implemented in java-gnome 2.x, however, any new code written will have a considerably different public API.

public class StateSet
extends org.gnu.glib.GObject


Constructor Summary
StateSet()
          Deprecated.  
StateSet(org.gnu.glib.Handle handle)
          Deprecated.  
 
Method Summary
 boolean addState(StateType type)
          Deprecated.  
 void addStates(StateType[] types)
          Deprecated.  
 void clearStates()
          Deprecated.  
 boolean containsState(StateType type)
          Deprecated.  
 boolean containsStates(StateType[] types)
          Deprecated.  
 boolean isEmpty()
          Deprecated.  
 
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

StateSet

public StateSet()
Deprecated. 

StateSet

public StateSet(org.gnu.glib.Handle handle)
Deprecated. 
Method Detail

isEmpty

public boolean isEmpty()
Deprecated. 

addState

public boolean addState(StateType type)
Deprecated. 

addStates

public void addStates(StateType[] types)
Deprecated. 

clearStates

public void clearStates()
Deprecated. 

containsState

public boolean containsState(StateType type)
Deprecated. 

containsStates

public boolean containsStates(StateType[] types)
Deprecated.