Package org.eclipse.swt.internal.cocoa
Class NSApplication
java.lang.Object
org.eclipse.swt.internal.cocoa.id
org.eclipse.swt.internal.cocoa.NSObject
org.eclipse.swt.internal.cocoa.NSResponder
org.eclipse.swt.internal.cocoa.NSApplication
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
activateIgnoringOtherApps
(boolean flag) void
arrangeInFront
(id sender) void
beginSheet
(NSWindow sheet, NSWindow docWindow, id modalDelegate, long didEndSelector, long contextInfo) dockTile()
void
void
void
void
hideOtherApplications
(id sender) boolean
isActive()
boolean
mainMenu()
nextEventMatchingMask
(long mask, NSDate expiration, NSString mode, boolean deqFlag) void
orderFrontStandardAboutPanel
(id sender) void
void
replyToOpenOrPrint
(long reply) void
run()
long
runModalForWindow
(NSWindow theWindow) boolean
sendAction
(long theAction, id theTarget, id sender) void
boolean
setActivationPolicy
(long activationPolicy) void
setApplicationIconImage
(NSImage applicationIconImage) void
setDelegate
(id delegate) void
setHelpMenu
(NSMenu helpMenu) void
setMainMenu
(NSMenu mainMenu) void
setServicesMenu
(NSMenu servicesMenu) static NSApplication
void
void
void
void
unhideAllApplications
(id sender) windows()
windowWithWindowNumber
(long windowNum) Methods inherited from class org.eclipse.swt.internal.cocoa.NSResponder
acceptsFirstResponder, becomeFirstResponder, beginGestureWithEvent, cancelOperation, cursorUpdate, doCommandBySelector, endGestureWithEvent, flagsChanged, helpRequested, insertText, interpretKeyEvents, keyDown, keyUp, magnifyWithEvent, mouseDown, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseUp, moveToBeginningOfParagraph, moveToEndOfParagraph, moveUp, noResponderFor, otherMouseDown, otherMouseDragged, otherMouseUp, pageDown, pageUp, performKeyEquivalent, resignFirstResponder, rightMouseDown, rightMouseDragged, rightMouseUp, rotateWithEvent, scrollWheel, swipeWithEvent, touchesBeganWithEvent, touchesCancelledWithEvent, touchesEndedWithEvent, touchesMovedWithEvent, undoManager, validRequestorForSendType
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, isEqualTo, isKindOfClass, mutableCopy, outlineView, outlineView, outlineView, outlineView, performSelector, performSelectorOnMainThread, readSelectionFromPasteboard, release, respondsToSelector, retain, retainCount, setValue, superclass, tableView, tableView, tableView, useCredential, valueForKey, writeSelectionToPasteboard
Methods inherited from class org.eclipse.swt.internal.cocoa.id
equals, hashCode, objc_getClass, toString
-
Constructor Details
-
NSApplication
public NSApplication() -
NSApplication
public NSApplication(long id) -
NSApplication
-
-
Method Details
-
activateIgnoringOtherApps
public void activateIgnoringOtherApps(boolean flag) -
applicationIconImage
-
arrangeInFront
-
beginSheet
-
currentEvent
-
dockTile
-
endSheet
-
finishLaunching
public void finishLaunching() -
hide
-
hideOtherApplications
-
isActive
public boolean isActive() -
isRunning
public boolean isRunning() -
keyWindow
-
mainMenu
-
mainWindow
-
nextEventMatchingMask
-
orderFrontStandardAboutPanel
-
orderedWindows
-
postEvent
-
replyToOpenOrPrint
public void replyToOpenOrPrint(long reply) -
run
public void run() -
runModalForWindow
-
sendAction
-
sendEvent
-
setActivationPolicy
public boolean setActivationPolicy(long activationPolicy) -
setApplicationIconImage
-
setDelegate
-
setHelpMenu
-
setMainMenu
-
setServicesMenu
-
stop
-
stopModal
public void stopModal() -
terminate
-
unhideAllApplications
-
windowWithWindowNumber
-
windows
-