|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.gui.QAccessible
com.trolltech.qt.gui.QAbstractAccessibleFactory
public abstract class QAbstractAccessibleFactory
The QAccessiblePlugin class provides an abstract base for accessibility plugins. Writing an accessibility plugin is achieved by subclassing this base class, reimplementing the pure virtual functions keys() and create(), and exporting the class with the Q_EXPORT_PLUGIN2() macro.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.trolltech.qt.gui.QAccessible |
|---|
QAccessible.Action, QAccessible.Event, QAccessible.Method, QAccessible.Relation, QAccessible.RelationFlag, QAccessible.Role, QAccessible.State, QAccessible.StateFlag, QAccessible.Text |
| Nested classes/interfaces inherited from class com.trolltech.qt.QtJambiObject |
|---|
QtJambiObject.QPrivateConstructor |
| Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter |
|---|
QSignalEmitter.AbstractSignal, QSignalEmitter.Signal0, QSignalEmitter.Signal1<A>, QSignalEmitter.Signal2<A,B>, QSignalEmitter.Signal3<A,B,C>, QSignalEmitter.Signal4<A,B,C,D>, QSignalEmitter.Signal5<A,B,C,D,E>, QSignalEmitter.Signal6<A,B,C,D,E,F>, QSignalEmitter.Signal7<A,B,C,D,E,F,G>, QSignalEmitter.Signal8<A,B,C,D,E,F,G,H>, QSignalEmitter.Signal9<A,B,C,D,E,F,G,H,I> |
| Constructor Summary | |
|---|---|
|
QAbstractAccessibleFactory()
Creates a new QAbstractAccessibleFactory |
protected |
QAbstractAccessibleFactory(QtJambiObject.QPrivateConstructor p)
This method is internal to Qt Jambi. |
| Method Summary | |
|---|---|
long |
__qt_cast_to_QAbstractAccessibleFactory(long ptr)
This method is internal to Qt Jambi. |
long |
__qt_cast_to_QAbstractFactory(long ptr)
This method is internal to Qt Jambi. |
abstract QAccessibleInterface |
create(java.lang.String key,
QObject object)
Creates and returns a QAccessibleInterface implementation for the class key and the object object. |
static QAbstractAccessibleFactory |
fromNativePointer(QNativePointer nativePointer)
|
abstract java.util.List<java.lang.String> |
keys()
Returns the list of keys this plugin supports. |
| Methods inherited from class com.trolltech.qt.gui.QAccessible |
|---|
isActive, queryAccessibleInterface, setRootObject, updateAccessibility |
| Methods inherited from class com.trolltech.qt.QtJambiObject |
|---|
disableGarbageCollection, dispose, disposed, equals, finalize, nativeId, nativePointer, reassignNativeResources, reenableGarbageCollection, setJavaOwnership, tr, tr, tr |
| Methods inherited from class com.trolltech.qt.QSignalEmitter |
|---|
__qt_signalInitialization, blockSignals, disconnect, disconnect, signalsBlocked, signalSender, thread |
| Methods inherited from class java.lang.Object |
|---|
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.trolltech.qt.QtJambiInterface |
|---|
disableGarbageCollection, nativeId, nativePointer, reenableGarbageCollection, setJavaOwnership |
| Constructor Detail |
|---|
public QAbstractAccessibleFactory()
protected QAbstractAccessibleFactory(QtJambiObject.QPrivateConstructor p)
| Method Detail |
|---|
public abstract QAccessibleInterface create(java.lang.String key,
QObject object)
QAccessibleInterface implementation for the class key and the object object. Keys are case sensitive. keys().
create in interface QAbstractAccessibleFactoryInterfacepublic abstract java.util.List<java.lang.String> keys()
These keys must be the class names that this plugin provides an accessibility implementation for.
create().
keys in interface QAbstractFactoryInterfacekeys in interface QAbstractAccessibleFactoryInterfacepublic static QAbstractAccessibleFactory fromNativePointer(QNativePointer nativePointer)
public long __qt_cast_to_QAbstractAccessibleFactory(long ptr)
__qt_cast_to_QAbstractAccessibleFactory in interface QAbstractAccessibleFactoryInterfacepublic long __qt_cast_to_QAbstractFactory(long ptr)
__qt_cast_to_QAbstractFactory in interface QAbstractFactoryInterface
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||