Class MenuCommand

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.ComponentModel.TypeConverter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

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

        public static final java.lang.String className
        Qualified class name: System.ComponentModel.Design.MenuCommand
        See Also:
        Constant Field Values
      • classType

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

      • MenuCommand

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

        public MenuCommand()
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • MenuCommand

        public MenuCommand​(EventHandler handler,
                           CommandID command)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • Invoke

        public void Invoke()
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Invoke

        public void Invoke​(NetObject arg)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getChecked

        public boolean getChecked()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setChecked

        public void setChecked​(boolean Checked)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getEnabled

        public boolean getEnabled()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setEnabled

        public void setEnabled​(boolean Enabled)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSupported

        public boolean getSupported()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSupported

        public void setSupported​(boolean Supported)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getVisible

        public boolean getVisible()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setVisible

        public void setVisible​(boolean Visible)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getOleStatus

        public int getOleStatus()
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getProperties

        public IDictionary getProperties()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCommandID

        public CommandID getCommandID()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addCommandChanged

        public void addCommandChanged​(EventHandler handler)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeCommandChanged

        public void removeCommandChanged​(EventHandler handler)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable