Returns an array of the KeyStrokes defined in this
InputMap and its parent.
Returns an array of the KeyStrokes defined in this InputMap and its parent. This differs from keys() in that this method includes the keys defined in the parent.
Sets the parent, which must be a ComponentInputMap
associated with the same component as this
ComponentInputMap.
Sets the parent, which must be a ComponentInputMap associated with the same component as this ComponentInputMap.
Parameters: - map - a ComponentInputMap Throws: - IllegalArgumentException - if map
is not a ComponentInputMap
or is not associated with the same component