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 SummaryConstructors Constructor Description KeystrokeKey()
 - 
Method SummaryAll 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- 
getDisplaypublic java.lang.String getDisplay() 
 - 
getStrokepublic java.lang.String getStroke() 
 - 
setDisplaypublic void setDisplay(java.lang.String string) 
 - 
setStrokepublic void setStroke(java.lang.String string) 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
compareTopublic int compareTo(KeystrokeKey o) - Specified by:
- compareToin interface- java.lang.Comparable<KeystrokeKey>
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 
- 
 
-