com.jogamp.newt.impl.windows
Class WindowsDisplay

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

public class WindowsDisplay
extends Display


Field Summary
protected static String WINDOW_CLASS_NAME
           
 
Fields inherited from class com.jogamp.newt.Display
aDevice, DEBUG, edt, edtUtil, name, refCount, type
 
Constructor Summary
WindowsDisplay()
           
 
Method Summary
protected  void closeNative()
           
protected  void createNative()
           
protected  void dispatchMessagesNative()
           
protected static long getHInstance()
           
protected static int getWindowClassAtom()
           
static void initSingleton()
           
 
Methods inherited from class com.jogamp.newt.Display
create, destroy, dispatchMessages, dumpDisplayMap, enqueueEvent, enqueueEvent, getCurrentDisplay, getCurrentDisplayMap, getCurrentDisplays, getEDTUtil, getFQName, getFQName, getGraphicsDevice, getHandle, getName, getThreadName, getType, lock, pumpMessages, removeCurrentDisplay, runCreateAndDestroyOnEDT, runOnEDTIfAvail, setCurrentDisplay, toHexString, toHexString, toString, unlock, validateDisplayName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, 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()

createNative

protected void createNative()
Specified by:
createNative in class Display

closeNative

protected void closeNative()
Specified by:
closeNative in class Display

dispatchMessagesNative

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

getWindowClassAtom

protected static int getWindowClassAtom()

getHInstance

protected static long getHInstance()


Copyright 2010 JogAmp Community.