org.gnu.atk

Class StateSet

public class StateSet extends GObject

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.

Constructor Summary
StateSet()
StateSet(Handle handle)
Method Summary
booleanaddState(StateType type)
voidaddStates(StateType[] types)
voidclearStates()
booleancontainsState(StateType type)
booleancontainsStates(StateType[] types)
booleanisEmpty()

Constructor Detail

StateSet

public StateSet()

StateSet

public StateSet(Handle handle)

Method Detail

addState

public boolean addState(StateType type)

addStates

public void addStates(StateType[] types)

clearStates

public void clearStates()

containsState

public boolean containsState(StateType type)

containsStates

public boolean containsStates(StateType[] types)

isEmpty

public boolean isEmpty()