Package org.eclipse.swt.internal.cocoa
Class NSObject
- java.lang.Object
-
- org.eclipse.swt.internal.cocoa.id
-
- org.eclipse.swt.internal.cocoa.NSObject
-
- Direct Known Subclasses:
CALayer
,DOMDocument
,DOMEvent
,NSAffineTransform
,NSAlert
,NSAppearance
,NSAppleEventDescriptor
,NSArray
,NSAttributedString
,NSAutoreleasePool
,NSBezierPath
,NSBundle
,NSCell
,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
,NSProcessInfo
,NSResponder
,NSRunLoop
,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
,SWTOpenSavePanelDelegate
,SWTPanelDelegate
,SWTPrintPanelDelegate
,SWTTreeItem
,SWTWebViewDelegate
,SWTWindowDelegate
,WebDataSource
,WebDocumentRepresentation
,WebFrame
,WebFrameView
,WebOpenPanelResultListener
,WebPolicyDecisionListener
,WebPreferences
,WebScriptObject
,WebUndefined
public class NSObject extends id
-
-
Method Summary
-
Methods inherited from class org.eclipse.swt.internal.cocoa.id
equals, hashCode, objc_getClass, toString
-
-
-
-
Constructor Detail
-
NSObject
public NSObject()
-
NSObject
public NSObject(long id)
-
NSObject
public NSObject(id id)
-
-
Method Detail
-
alloc
public NSObject alloc()
-
accessibilityAttributeValue
public id accessibilityAttributeValue(NSString attribute, id parameter)
-
accessibilitySetOverrideValue
public boolean accessibilitySetOverrideValue(id value, NSString attribute)
-
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, 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, 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)
-
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()
-
superclass
public long superclass()
-
useCredential
public void useCredential(NSURLCredential credential, NSURLAuthenticationChallenge challenge)
-
handleEvent
public void handleEvent(DOMEvent event)
-
-