org.gnu.atk

Class Relation


public class Relation
extends GObject

Field Summary

Fields inherited from class org.gnu.glib.GObject

eventsInitialized

Constructor Summary

Relation(AtkObject targets, RelationType relationship)
Relation(Handle handle)

Method Summary

void
addTarget(AtkObject target)
protected static void
atk_relation_add_target(Handle relation, Handle target)
protected static int
atk_relation_get_relation_type(Handle relation)
protected static Handle[]
atk_relation_get_target(Handle relation)
protected static int
atk_relation_get_type()
protected static Handle
atk_relation_new(Handle[] targets, int relationship)
protected static int
atk_relation_type_for_name(String name)
protected static String
atk_relation_type_get_name(int type)
protected static int
atk_relation_type_register(String name)
RelationType
getRelationType()
static RelationType
getRelationTypeForName(String name)
static String
getRelationTypeName(RelationType type)
AtkObject[]
getTargets()
static RelationType
registerType(String name)

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

Relation

public Relation(AtkObject targets,
                RelationType relationship)


Relation

public Relation(Handle handle)

Method Details

addTarget

public void addTarget(AtkObject target)


atk_relation_add_target

protected static final void atk_relation_add_target(Handle relation,
                                                    Handle target)


atk_relation_get_relation_type

protected static final int atk_relation_get_relation_type(Handle relation)


atk_relation_get_target

protected static final Handle[] atk_relation_get_target(Handle relation)


atk_relation_get_type

protected static final int atk_relation_get_type()


atk_relation_new

protected static final Handle atk_relation_new(Handle[] targets,
                                               int relationship)


atk_relation_type_for_name

protected static final int atk_relation_type_for_name(String name)


atk_relation_type_get_name

protected static final String atk_relation_type_get_name(int type)


atk_relation_type_register

protected static final int atk_relation_type_register(String name)


getRelationType

public RelationType getRelationType()


getRelationTypeForName

public static RelationType getRelationTypeForName(String name)


getRelationTypeName

public static String getRelationTypeName(RelationType type)


getTargets

public AtkObject[] getTargets()


registerType

public static RelationType registerType(String name)