com.trolltech.qt.webkit
Class QWebPluginFactory.Extension
java.lang.Object
java.lang.Enum
com.trolltech.qt.webkit.QWebPluginFactory.Extension
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- QWebPluginFactory
public static final class QWebPluginFactory.Extension
- extends java.lang.Enum
- implements QtEnumerator
This enum describes the types of extensions that the plugin factory can support. Before using these extensions, you should verify that the extension is supported by calling supportsExtension()
.
Currently there are no extensions.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
values
public static QWebPluginFactory.Extension[] values()
valueOf
public static QWebPluginFactory.Extension valueOf(java.lang.String name)
value
public int value()
- This function should return an integer value for the enum values of the enumeration that implements this interface.
- Specified by:
value
in interface QtEnumerator
resolve
public static QWebPluginFactory.Extension resolve(int value)
- Returns the QWebPluginFactory$Extension constant with the specified int.