hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/InputMethod.java
changeset 1497 cd3234c89e59
parent 766 d3e5868ddb33
child 5547 f4b087cbb361
equal deleted inserted replaced
1496:3fd9157e5e3c 1497:cd3234c89e59
    30 
    30 
    31 /**
    31 /**
    32  *
    32  *
    33  * @author Thomas Wuerthinger
    33  * @author Thomas Wuerthinger
    34  */
    34  */
    35 public class InputMethod extends Properties.Object {
    35 public class InputMethod extends Properties.Entity {
    36 
    36 
    37     private String name;
    37     private String name;
    38     private int bci;
    38     private int bci;
    39     private String shortName;
    39     private String shortName;
    40     private List<InputMethod> inlined;
    40     private List<InputMethod> inlined;