com.trolltech.qt.gui
Class QClipboard.Mode

java.lang.Object
  extended by java.lang.Enum
      extended by com.trolltech.qt.gui.QClipboard.Mode
All Implemented Interfaces:
QtEnumerator, java.io.Serializable, java.lang.Comparable
Enclosing class:
QClipboard

public static final class QClipboard.Mode
extends java.lang.Enum
implements QtEnumerator

See Also:
Serialized Form

Field Summary
static QClipboard.Mode Clipboard
           
static QClipboard.Mode FindBuffer
           
static QClipboard.Mode Selection
           
 
Method Summary
static QClipboard.Mode resolve(int value)
          Returns the Mode constant with the specified int.
 int value()
          This function should return an integer value for the enum values of the enumeration that implements this interface.
static QClipboard.Mode valueOf(java.lang.String name)
           
static QClipboard.Mode[] values()
           
 
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
 

Field Detail

Clipboard

public static final QClipboard.Mode Clipboard

Selection

public static final QClipboard.Mode Selection

FindBuffer

public static final QClipboard.Mode FindBuffer
Method Detail

values

public static QClipboard.Mode[] values()

valueOf

public static QClipboard.Mode 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 QClipboard.Mode resolve(int value)
Returns the Mode constant with the specified int.