Class KeystrokeKey
- java.lang.Object
 - 
- com.inductiveautomation.factorypmi.application.script.KeystrokeKey
 
 
- 
- All Implemented Interfaces:
 java.lang.Comparable<KeystrokeKey>
public class KeystrokeKey extends java.lang.Object implements java.lang.Comparable<KeystrokeKey>
 
- 
- 
Constructor Summary
Constructors Constructor Description KeystrokeKey() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(KeystrokeKey o)booleanequals(java.lang.Object obj)java.lang.StringgetDisplay()java.lang.StringgetStroke()inthashCode()voidsetDisplay(java.lang.String string)voidsetStroke(java.lang.String string)java.lang.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getDisplay
public java.lang.String getDisplay()
 
- 
getStroke
public java.lang.String getStroke()
 
- 
setDisplay
public void setDisplay(java.lang.String string)
 
- 
setStroke
public void setStroke(java.lang.String string)
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
- 
compareTo
public int compareTo(KeystrokeKey o)
- Specified by:
 compareToin interfacejava.lang.Comparable<KeystrokeKey>
 
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
 - 
 
 -