Package org.eclipse.swt.internal.cocoa
Class NSOpenGLContext
- java.lang.Object
-
- org.eclipse.swt.internal.cocoa.id
-
- org.eclipse.swt.internal.cocoa.NSObject
-
- org.eclipse.swt.internal.cocoa.NSOpenGLContext
-
public class NSOpenGLContext extends NSObject
-
-
Constructor Summary
Constructors Constructor Description NSOpenGLContext()
NSOpenGLContext(long id)
NSOpenGLContext(id id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearDrawable()
static NSOpenGLContext
currentContext()
void
flushBuffer()
NSOpenGLContext
initWithFormat(NSOpenGLPixelFormat format, NSOpenGLContext share)
void
makeCurrentContext()
void
setValues(int[] vals, long param)
void
setView(NSView view)
void
update()
NSView
view()
-
Methods inherited from class org.eclipse.swt.internal.cocoa.NSObject
accessibilityAttributeValue, accessibilitySetOverrideValue, addEventListener, alloc, autorelease, cancelAuthenticationChallenge, className, conformsToProtocol, copy, description, draggedImage, draggingDestinationWindow, draggingLocation, draggingPasteboard, draggingSourceOperationMask, handleEvent, init, isEqual, isKindOfClass, mutableCopy, outlineView, outlineView, outlineView, performSelector, performSelectorOnMainThread, readSelectionFromPasteboard, release, respondsToSelector, retain, retainCount, setValue, superclass, tableView, tableView, useCredential, valueForKey, writeSelectionToPasteboard
-
Methods inherited from class org.eclipse.swt.internal.cocoa.id
equals, hashCode, objc_getClass, toString
-
-
-
-
Constructor Detail
-
NSOpenGLContext
public NSOpenGLContext()
-
NSOpenGLContext
public NSOpenGLContext(long id)
-
NSOpenGLContext
public NSOpenGLContext(id id)
-
-
Method Detail
-
clearDrawable
public void clearDrawable()
-
currentContext
public static NSOpenGLContext currentContext()
-
flushBuffer
public void flushBuffer()
-
initWithFormat
public NSOpenGLContext initWithFormat(NSOpenGLPixelFormat format, NSOpenGLContext share)
-
makeCurrentContext
public void makeCurrentContext()
-
setValues
public void setValues(int[] vals, long param)
-
setView
public void setView(NSView view)
-
update
public void update()
-
view
public NSView view()
-
-