Class NSAlert

    • Constructor Detail

      • NSAlert

        public NSAlert()
      • NSAlert

        public NSAlert​(long id)
      • NSAlert

        public NSAlert​(id id)
    • Method Detail

      • beginSheetModalForWindow

        public void beginSheetModalForWindow​(NSWindow window,
                                             id delegate,
                                             long didEndSelector,
                                             long contextInfo)
      • runModal

        public long runModal()
      • setAlertStyle

        public void setAlertStyle​(long alertStyle)
      • setIcon

        public void setIcon​(NSImage icon)
      • setMessageText

        public void setMessageText​(NSString messageText)