com.sun.opengl.impl
Class NativeLibLoader

java.lang.Object
  extended by com.sun.opengl.impl.NativeLibLoader

public class NativeLibLoader
extends java.lang.Object


Nested Class Summary
static interface NativeLibLoader.LoaderAction
           
 
Constructor Summary
NativeLibLoader()
           
 
Method Summary
static void disableLoading()
           
static void enableLoading()
           
static void loadAWTImpl()
           
static void loadCgImpl()
           
static void loadCore()
           
static void setLoadingAction(NativeLibLoader.LoaderAction action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeLibLoader

public NativeLibLoader()
Method Detail

disableLoading

public static void disableLoading()

enableLoading

public static void enableLoading()

setLoadingAction

public static void setLoadingAction(NativeLibLoader.LoaderAction action)

loadCore

public static void loadCore()

loadAWTImpl

public static void loadAWTImpl()

loadCgImpl

public static void loadCgImpl()


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.