com.jogamp.newt.impl.windows
Class WindowsDisplay

java.lang.Object
  extended by com.jogamp.newt.Display
      extended by com.jogamp.newt.impl.DisplayImpl
          extended by com.jogamp.newt.impl.windows.WindowsDisplay

public class WindowsDisplay
extends DisplayImpl


Field Summary
protected static String WINDOW_CLASS_NAME
           
 
Fields inherited from class com.jogamp.newt.impl.DisplayImpl
aDevice, DEBUG_TEST_EDT_MAINTHREAD, destroyWhenUnused, edtUtil, fqname, hashCode, id, name, nilString, refCount, type
 
Fields inherited from class com.jogamp.newt.Display
DEBUG, displayList, displaysActive
 
Constructor Summary
WindowsDisplay()
           
 
Method Summary
protected  void closeNativeImpl()
           
protected  void createNativeImpl()
           
protected  void dispatchMessagesNative()
           
protected static long getHInstance()
           
protected static int getWindowClassAtom()
           
static void initSingleton()
           
 
Methods inherited from class com.jogamp.newt.impl.DisplayImpl
addReference, create, createEDTUtil, createNative, destroy, dispatchMessages, enqueueEvent, getEDTUtil, getFQName, getGraphicsDevice, getHandle, getId, getName, getReferenceCount, getType, hashCode, isEDTRunning, isNativeValid, removeReference, runOnEDTIfAvail, shallRunOnEDT, toString, validateDisplayName, validateEDT
 
Methods inherited from class com.jogamp.newt.Display
dumpDisplayList, equals, getActiveDisplayNumber, getAllDisplays, getFirstDisplayOf, getLastDisplayOf, getThreadName, hashCodeNullSafe, toHexString, toHexString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

WINDOW_CLASS_NAME

protected static final String WINDOW_CLASS_NAME
See Also:
Constant Field Values
Constructor Detail

WindowsDisplay

public WindowsDisplay()
Method Detail

initSingleton

public static void initSingleton()

createNativeImpl

protected void createNativeImpl()
Specified by:
createNativeImpl in class DisplayImpl

closeNativeImpl

protected void closeNativeImpl()
Specified by:
closeNativeImpl in class DisplayImpl

dispatchMessagesNative

protected void dispatchMessagesNative()
Specified by:
dispatchMessagesNative in class DisplayImpl

getWindowClassAtom

protected static int getWindowClassAtom()

getHInstance

protected static long getHInstance()


Copyright 2010 JogAmp Community.