com.trolltech.qt.core
Class Qt.DockWidgetArea

java.lang.Object
  extended by java.lang.Enum
      extended by com.trolltech.qt.core.Qt.DockWidgetArea
All Implemented Interfaces:
QtEnumerator, java.io.Serializable, java.lang.Comparable
Enclosing interface:
Qt

public static final class Qt.DockWidgetArea
extends java.lang.Enum
implements QtEnumerator

See Also:
Serialized Form

Field Summary
static Qt.DockWidgetArea BottomDockWidgetArea
          Value: BottomDockWidgetArea
static Qt.DockWidgetArea DockWidgetArea_Mask
           
static Qt.DockWidgetArea LeftDockWidgetArea
          Value: LeftDockWidgetArea
static Qt.DockWidgetArea NoDockWidgetArea
          Value: NoDockWidgetArea
static Qt.DockWidgetArea RightDockWidgetArea
          Value: RightDockWidgetArea
static Qt.DockWidgetArea TopDockWidgetArea
          Value: TopDockWidgetArea
 
Method Summary
static Qt.DockWidgetAreas createQFlags(Qt.DockWidgetArea[] values)
          This function creates a com.trolltech.qt.core.Qt$DockWidgetAreas with the specified com.trolltech.qt.core.Qt$DockWidgetArea[] DockWidgetArea values set.
static Qt.DockWidgetArea resolve(int value)
          Returns the DockWidgetArea 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 Qt.DockWidgetArea valueOf(java.lang.String name)
           
static Qt.DockWidgetArea[] 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

LeftDockWidgetArea

public static final Qt.DockWidgetArea LeftDockWidgetArea
Value: LeftDockWidgetArea


RightDockWidgetArea

public static final Qt.DockWidgetArea RightDockWidgetArea
Value: RightDockWidgetArea


TopDockWidgetArea

public static final Qt.DockWidgetArea TopDockWidgetArea
Value: TopDockWidgetArea


BottomDockWidgetArea

public static final Qt.DockWidgetArea BottomDockWidgetArea
Value: BottomDockWidgetArea


DockWidgetArea_Mask

public static final Qt.DockWidgetArea DockWidgetArea_Mask

NoDockWidgetArea

public static final Qt.DockWidgetArea NoDockWidgetArea
Value: NoDockWidgetArea

Method Detail

values

public static Qt.DockWidgetArea[] values()

valueOf

public static Qt.DockWidgetArea valueOf(java.lang.String name)

value

public int value()
Description copied from interface: QtEnumerator
This function should return an integer value for the enum values of the enumeration that implements this interface.

Specified by:
value in interface QtEnumerator

createQFlags

public static Qt.DockWidgetAreas createQFlags(Qt.DockWidgetArea[] values)
This function creates a com.trolltech.qt.core.Qt$DockWidgetAreas with the specified com.trolltech.qt.core.Qt$DockWidgetArea[] DockWidgetArea values set.


resolve

public static Qt.DockWidgetArea resolve(int value)
Returns the DockWidgetArea constant with the specified int.