Class Menu

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Windows.Forms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Windows.Forms
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Windows.Forms.Menu
        See Also:
        Constant Field Values
      • classType

        public static org.mases.jcobridge.JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • Menu

        public Menu​(java.lang.Object instance)
             throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • Menu

        public Menu()
             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • setJCOInstance

        public void setJCOInstance​(org.mases.jcobridge.JCObject instance)
        Overrides:
        setJCOInstance in class Component
      • cast

        public static Menu cast​(IJCOBridgeReflected from)
                         throws java.lang.Throwable
        Try to cast the IJCOBridgeReflected instance into Menu, a cast assert is made to check if types are compatible.
        Parameters:
        from - IJCOBridgeReflected instance to be casted
        Returns:
        Menu instance
        Throws:
        java.lang.Throwable - in case of error during cast operation
      • GetContextMenu

        public ContextMenu GetContextMenu()
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetMainMenu

        public MainMenu GetMainMenu()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • MergeMenu

        public void MergeMenu​(Menu menuSrc)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsParent

        public boolean getIsParent()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTag

        public NetObject getTag()
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setTag

        public void setTag​(NetObject Tag)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getName

        public java.lang.String getName()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setName

        public void setName​(java.lang.String Name)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMdiListItem

        public MenuItem getMdiListItem()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable