|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface QAbstractFactoryInterface
This interface is implemented by Qt Jambi classes that are factories (after the factory design pattern). The keys() method of this class returns a set of names of the objects the factory can create, The names of the method that produces objects may vary between factories.
| Method Summary | |
|---|---|
java.util.List |
keys()
Returns the list of keys this abstract factory supports. |
| Methods inherited from interface com.trolltech.qt.QtJambiInterface |
|---|
disableGarbageCollection, nativeId, nativePointer, reenableGarbageCollection, setJavaOwnership |
| Method Detail |
|---|
java.util.List keys()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||