interface sun.awt.motif.MInputMethodControl
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: sun.awt.motif.MInputMethodControl
  super_class: java.lang.Object
{
  public abstract void addTextComponent(sun.awt.motif.MComponentPeer);
    descriptor: (Lsun/awt/motif/MComponentPeer;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                   Name  Flags
      textComponentPeer  

  public abstract void removeTextComponent(sun.awt.motif.MComponentPeer);
    descriptor: (Lsun/awt/motif/MComponentPeer;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                   Name  Flags
      textComponentPeer  

  public abstract sun.awt.motif.MComponentPeer getTextComponent();
    descriptor: ()Lsun/awt/motif/MComponentPeer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void addInputMethod(sun.awt.motif.MInputMethod);
    descriptor: (Lsun/awt/motif/MInputMethod;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      inputMethod  

  public abstract void removeInputMethod(sun.awt.motif.MInputMethod);
    descriptor: (Lsun/awt/motif/MInputMethod;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      inputMethod  
}
SourceFile: "MInputMethodControl.java"