swingwt.awt
Class MenuShortcut

java.lang.Object
  extended byswingwt.awt.MenuShortcut

public class MenuShortcut
extends java.lang.Object


Field Summary
protected  int key
           
protected  boolean useShiftModifier
           
 
Constructor Summary
MenuShortcut(int key)
           
MenuShortcut(int key, boolean useShiftModifier)
           
 
Method Summary
 boolean equals(MenuShortcut s)
           
 int getKey()
           
 boolean usesShiftModifier()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected int key

useShiftModifier

protected boolean useShiftModifier
Constructor Detail

MenuShortcut

public MenuShortcut(int key)

MenuShortcut

public MenuShortcut(int key,
                    boolean useShiftModifier)
Method Detail

equals

public boolean equals(MenuShortcut s)

usesShiftModifier

public boolean usesShiftModifier()

getKey

public int getKey()