de.uni_paderborn.fujaba.mpEdit
Class KeyObject

java.lang.Object
  extended byde.uni_paderborn.fujaba.mpEdit.KeyObject

class KeyObject
extends java.lang.Object

This is doubly a "key object". It holds a keystroke and serves as a hashtable key for the keystroke to action-string mapping

Version:
$Revision: 1.9 $
Author:
$Author: schneider $

Field Summary
 int key
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
KeyObject(int m, int k)
          Constructor for class KeyObject
 
Method Summary
 boolean equals(java.lang.Object obj)
          No comment provided by developer, please add a comment to improve documentation.
 int getCode()
          Get the code attribute of the KeyObject object
 int getMod()
          Get the mod attribute of the KeyObject object
 int hashCode()
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public int key
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

KeyObject

public KeyObject(int m,
                 int k)
Constructor for class KeyObject

Parameters:
m - No description provided
k - No description provided
Method Detail

getMod

public int getMod()
Get the mod attribute of the KeyObject object

Returns:
The mod value

getCode

public int getCode()
Get the code attribute of the KeyObject object

Returns:
The code value

hashCode

public int hashCode()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

equals

public boolean equals(java.lang.Object obj)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
obj - No description provided
Returns:
No description provided