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:
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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessibilityAttributeValue
(NSString attribute, id parameter) boolean
accessibilitySetOverrideValue
(id value, NSString attribute) void
addEventListener
(NSString type, id listener, boolean useCapture) alloc()
void
boolean
conformsToProtocol
(Protocol aProtocol) copy()
void
draggedImage
(NSImage image, NSPoint screenPoint, long operation) long
void
handleEvent
(DOMEvent event) init()
boolean
boolean
boolean
isKindOfClass
(long aClass) boolean
outlineView
(NSOutlineView outlineView, long columnIndex, long newColumnIndex) boolean
outlineView
(NSOutlineView outlineView, id item) boolean
outlineView
(NSOutlineView outlineView, NSCell cell, NSTableColumn tableColumn, id item) boolean
outlineView
(NSOutlineView outlineView, NSTableColumn tableColumn, id item) void
performSelector
(long aSelector, id anArgument, double delay, NSArray modes) void
performSelectorOnMainThread
(long aSelector, id arg, boolean wait) boolean
void
release()
boolean
respondsToSelector
(long aSelector) retain()
long
void
long
boolean
tableView
(NSTableView tableView, long row) boolean
tableView
(NSTableView tableView, long columnIndex, long newColumnIndex) boolean
tableView
(NSTableView tableView, NSCell cell, NSTableColumn tableColumn, long row) void
useCredential
(NSURLCredential credential, NSURLAuthenticationChallenge challenge) valueForKey
(NSString key) boolean
writeSelectionToPasteboard
(NSPasteboard pboard, NSArray types) Methods inherited from class org.eclipse.swt.internal.cocoa.id
equals, hashCode, objc_getClass, toString
-
Constructor Details
-
NSObject
public NSObject() -
NSObject
public NSObject(long id) -
NSObject
-
-
Method Details
-
alloc
-
accessibilityAttributeValue
-
accessibilitySetOverrideValue
-
draggedImage
-
draggingDestinationWindow
-
draggingLocation
-
draggingPasteboard
-
draggingSourceOperationMask
public long draggingSourceOperationMask() -
outlineView
-
outlineView
-
outlineView
-
outlineView
public boolean outlineView(NSOutlineView outlineView, NSCell cell, NSTableColumn tableColumn, id item) -
readSelectionFromPasteboard
-
tableView
-
tableView
-
tableView
-
writeSelectionToPasteboard
-
autorelease
-
cancelAuthenticationChallenge
-
className
-
conformsToProtocol
-
copy
-
description
-
init
-
isEqual
-
isEqualTo
-
isKindOfClass
public boolean isKindOfClass(long aClass) -
mutableCopy
-
performSelector
-
performSelectorOnMainThread
-
release
public void release() -
respondsToSelector
public boolean respondsToSelector(long aSelector) -
retain
-
retainCount
public long retainCount() -
setValue
-
superclass
public long superclass() -
useCredential
-
valueForKey
-
addEventListener
-
handleEvent
-