org.gnu.atk

Class Registry


public class Registry
extends GObject

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

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, addEventHandler, addListener, collect, freezeNotify, getBooleanProperty, getData, getDoubleProperty, getEventListenerClass, getEventType, getFloatProperty, getGObjectFromHandle, getIntProperty, getJavaObjectProperty, getLongProperty, getPixbufProperty, getProperty, getStringProperty, hasProperty, notify, removeEventHandler, removeListener, setBooleanProperty, setData, setDoubleProperty, setFloatProperty, 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

getFactory

public ObjectFactory getFactory(Type type)

getFactoryType

public Type getFactoryType(Type type)

setFactoryType

public void setFactoryType(Type type,
                           Type factoryType)