Module jfa

Interface NSMenu

    • Method Detail

      • alloc

        static NSMenu alloc()
      • setTitle

        void setTitle​(String title)
      • removeAllItems

        void removeAllItems()
      • removeItem

        void removeItem​(NSMenuItem item)
      • removeItemAtIndex

        void removeItemAtIndex​(int index)
      • insertItem

        void insertItem​(NSMenuItem item,
                        int index)
      • itemAtIndex

        NSMenuItem itemAtIndex​(int index)
      • numberOfItems

        long numberOfItems()