public static class QuasimodeTool.ModifierKeySpec
extends java.util.HashSet<java.lang.Integer>
Modifier and Type | Field and Description |
---|---|
static QuasimodeTool.ModifierKeySpec |
DEFAULT |
Constructor and Description |
---|
QuasimodeTool.ModifierKeySpec(boolean needsControl,
boolean needsShift,
boolean needsAltOrMeta) |
QuasimodeTool.ModifierKeySpec(java.util.Collection<java.lang.Integer> keys) |
QuasimodeTool.ModifierKeySpec(int[] keys) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(java.lang.Integer e) |
protected void |
addAllRaw(java.util.Collection<java.lang.Integer> c) |
boolean |
equals(java.lang.Object obj) |
javax.swing.KeyStroke |
toKeyStroke() |
java.lang.String |
toString() |
clear, clone, contains, isEmpty, iterator, remove, size
addAll, containsAll, retainAll, toArray, toArray
public static final QuasimodeTool.ModifierKeySpec DEFAULT
public QuasimodeTool.ModifierKeySpec(int[] keys)
public QuasimodeTool.ModifierKeySpec(java.util.Collection<java.lang.Integer> keys)
public QuasimodeTool.ModifierKeySpec(boolean needsControl, boolean needsShift, boolean needsAltOrMeta)
public boolean add(java.lang.Integer e)
add
in interface java.util.Collection<java.lang.Integer>
add
in interface java.util.Set<java.lang.Integer>
add
in class java.util.HashSet<java.lang.Integer>
protected void addAllRaw(java.util.Collection<java.lang.Integer> c)
public boolean equals(java.lang.Object obj)
equals
in interface java.util.Collection<java.lang.Integer>
equals
in interface java.util.Set<java.lang.Integer>
equals
in class java.util.AbstractSet<java.lang.Integer>
public javax.swing.KeyStroke toKeyStroke()
public java.lang.String toString()
toString
in class java.util.AbstractCollection<java.lang.Integer>