org.gnu.atk

Class Registry


public class Registry
extends GObject

Field Summary

Fields inherited from class org.gnu.glib.GObject

eventsInitialized

Constructor Summary

Registry()
Create an uninitialized instance.
Registry(Handle handle)
Create a new GObject with a handle to a native resource returned from a call to the native libraries.

Method Summary

protected static Handle
atk_get_default_registry()
protected static Handle
atk_registry_get_factory(Handle registry, int type)
protected static int
atk_registry_get_factory_type(Handle registry, int type)
protected static int
atk_registry_get_type()
protected static void
atk_registry_set_factory_type(Handle registry, int type, int factoryType)
ObjectFactory
getFactory(Type type)
Type
getFactoryType(Type type)
void
setFactoryType(Type type, Type factoryType)

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

Registry

public Registry()
Create an uninitialized instance. This has potential uses for derived classes.


Registry

public Registry(Handle handle)
Create a new GObject with a handle to a native resource returned from a call to the native libraries.

Parameters:
handle - The handle that represents a pointer to a native resource.

Method Details

atk_get_default_registry

protected static final Handle atk_get_default_registry()


atk_registry_get_factory

protected static final Handle atk_registry_get_factory(Handle registry,
                                                       int type)


atk_registry_get_factory_type

protected static final int atk_registry_get_factory_type(Handle registry,
                                                         int type)


atk_registry_get_type

protected static final int atk_registry_get_type()


atk_registry_set_factory_type

protected static final void atk_registry_set_factory_type(Handle registry,
                                                          int type,
                                                          int factoryType)


getFactory

public ObjectFactory getFactory(Type type)


getFactoryType

public Type getFactoryType(Type type)


setFactoryType

public void setFactoryType(Type type,
                           Type factoryType)