com.jogamp.nativewindow.impl.awt
Class AWTMisc

java.lang.Object
  extended by com.jogamp.nativewindow.impl.awt.AWTMisc

public class AWTMisc
extends Object


Constructor Summary
AWTMisc()
           
 
Method Summary
static int AWT2NWClosingOperation(int awtClosingOperation)
           
static void clearAWTMenus()
          Issue this when your non AWT toolkit gains focus to clear AWT menu path
static Container getContainer(Component c)
           
static Frame getFrame(Component c)
           
static JFrame getJFrame(Component c)
           
static int getNWClosingOperation(Component c)
           
static Window getWindow(Component c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWTMisc

public AWTMisc()
Method Detail

getJFrame

public static final JFrame getJFrame(Component c)

getFrame

public static final Frame getFrame(Component c)

getWindow

public static final Window getWindow(Component c)

getContainer

public static final Container getContainer(Component c)

clearAWTMenus

public static final void clearAWTMenus()
Issue this when your non AWT toolkit gains focus to clear AWT menu path


AWT2NWClosingOperation

public static final int AWT2NWClosingOperation(int awtClosingOperation)

getNWClosingOperation

public static final int getNWClosingOperation(Component c)


Copyright 2010 JogAmp Community.