Class NSObject

java.lang.Object
org.eclipse.swt.internal.cocoa.id
org.eclipse.swt.internal.cocoa.NSObject
Direct Known Subclasses:
DOMDocument, DOMEvent, NSAffineTransform, NSAlert, NSAppleEventDescriptor, NSArray, NSAssertionHandler, NSAttributedString, NSAutoreleasePool, NSBezierPath, NSBundle, NSCell, NSCharacterSet, NSCoder, NSColor, NSColorList, NSColorSpace, NSCursor, NSData, NSDate, NSDictionary, NSDockTile, NSEnumerator, NSError, NSEvent, NSFileManager, NSFileWrapper, NSFont, NSFontManager, NSFormatter, NSGradient, NSGraphicsContext, NSHTTPCookie, NSHTTPCookieStorage, NSImage, NSImageRep, NSIndexSet, NSInputManager, NSLayoutManager, NSLocale, NSMenu, NSMenuItem, NSNotification, NSNotificationCenter, NSOpenGLContext, NSOpenGLPixelFormat, NSParagraphStyle, NSPasteboard, NSPrinter, NSPrintInfo, NSPrintOperation, NSPrintPanel, NSResponder, NSRunLoop, NSRunningApplication, NSScreen, NSSet, NSStatusBar, NSStatusItem, NSString, NSTableColumn, NSTabViewItem, NSTextAttachment, NSTextContainer, NSTextTab, NSThread, NSTimer, NSTimeZone, NSToolbar, NSToolbarItem, NSTouch, NSTrackingArea, NSTypesetter, NSUndoManager, NSURL, NSURLAuthenticationChallenge, NSURLCredential, NSURLDownload, NSURLProtectionSpace, NSURLRequest, NSUserDefaults, NSValue, NSWorkspace, SWTApplicationDelegate, SWTDragSourceDelegate, SWTPanelDelegate, SWTPrintPanelDelegate, SWTTreeItem, SWTWebViewDelegate, SWTWindowDelegate, WebDataSource, WebDocumentRepresentation, WebFrame, WebFrameView, WebOpenPanelResultListener, WebPolicyDecisionListener, WebPreferences, WebScriptObject, WebUndefined

public class NSObject extends id
  • Constructor Details

    • NSObject

      public NSObject()
    • NSObject

      public NSObject(long id)
    • NSObject

      public NSObject(id id)
  • Method Details

    • alloc

      public NSObject alloc()
    • accessibilityAttributeValue

      public id accessibilityAttributeValue(NSString attribute, id parameter)
    • accessibilitySetOverrideValue

      public boolean accessibilitySetOverrideValue(id value, NSString attribute)
    • draggedImage

      public void draggedImage(NSImage image, NSPoint screenPoint, long operation)
    • draggingDestinationWindow

      public NSWindow draggingDestinationWindow()
    • draggingLocation

      public NSPoint draggingLocation()
    • draggingPasteboard

      public NSPasteboard draggingPasteboard()
    • draggingSourceOperationMask

      public long draggingSourceOperationMask()
    • outlineView

      public boolean outlineView(NSOutlineView outlineView, NSTableColumn tableColumn, id item)
    • outlineView

      public boolean outlineView(NSOutlineView outlineView, long columnIndex, long newColumnIndex)
    • outlineView

      public boolean outlineView(NSOutlineView outlineView, id item)
    • outlineView

      public boolean outlineView(NSOutlineView outlineView, NSCell cell, NSTableColumn tableColumn, id item)
    • readSelectionFromPasteboard

      public boolean readSelectionFromPasteboard(NSPasteboard pboard)
    • tableView

      public boolean tableView(NSTableView tableView, long columnIndex, long newColumnIndex)
    • tableView

      public boolean tableView(NSTableView tableView, long row)
    • tableView

      public boolean tableView(NSTableView tableView, NSCell cell, NSTableColumn tableColumn, long row)
    • writeSelectionToPasteboard

      public boolean writeSelectionToPasteboard(NSPasteboard pboard, NSArray types)
    • autorelease

      public NSObject autorelease()
    • cancelAuthenticationChallenge

      public void cancelAuthenticationChallenge(NSURLAuthenticationChallenge challenge)
    • className

      public NSString className()
    • conformsToProtocol

      public boolean conformsToProtocol(Protocol aProtocol)
    • copy

      public id copy()
    • description

      public NSString description()
    • init

      public NSObject init()
    • isEqual

      public boolean isEqual(id object)
    • isEqualTo

      public boolean isEqualTo(id object)
    • isKindOfClass

      public boolean isKindOfClass(long aClass)
    • mutableCopy

      public id mutableCopy()
    • performSelector

      public void performSelector(long aSelector, id anArgument, double delay, NSArray modes)
    • performSelectorOnMainThread

      public void performSelectorOnMainThread(long aSelector, id arg, boolean wait)
    • release

      public void release()
    • respondsToSelector

      public boolean respondsToSelector(long aSelector)
    • retain

      public NSObject retain()
    • retainCount

      public long retainCount()
    • setValue

      public void setValue(id value, NSString key)
    • superclass

      public long superclass()
    • useCredential

      public void useCredential(NSURLCredential credential, NSURLAuthenticationChallenge challenge)
    • valueForKey

      public id valueForKey(NSString key)
    • addEventListener

      public void addEventListener(NSString type, id listener, boolean useCapture)
    • handleEvent

      public void handleEvent(DOMEvent event)