|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.mpEdit.KeyMap
de.uni_paderborn.fujaba.mpEdit.KeyMapFile
No comment provided by developer, please add a comment to improve documentation.
Field Summary | |
protected java.util.Hashtable |
keyhash
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
KeyMapFile(java.util.Hashtable aKeytable)
Constructor for class KeyMapFile |
|
KeyMapFile(java.io.Reader aReader)
Constructor for class KeyMapFile |
Method Summary | |
java.util.Hashtable |
cloneKeyTable()
No comment provided by developer, please add a comment to improve documentation. |
java.lang.String |
getAction(int modifiers,
int key)
Get the action attribute of the KeyMap object |
private void |
ioassert(boolean flag)
No comment provided by developer, please add a comment to improve documentation. |
void |
setKeyAction(java.lang.String action,
int modifiers,
int key)
Sets the keyAction attribute of the KeyMap object |
void |
writeTo(java.io.Writer aWriter)
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.Hashtable keyhash
Constructor Detail |
public KeyMapFile(java.util.Hashtable aKeytable)
aKeytable
- No description providedpublic KeyMapFile(java.io.Reader aReader)
aReader
- No description providedMethod Detail |
private void ioassert(boolean flag) throws java.io.IOException
flag
- No description provided
java.io.IOException
- Exception description not providedpublic void setKeyAction(java.lang.String action, int modifiers, int key)
action
- The new keyAction valuemodifiers
- The new keyAction valuekey
- The new keyAction valuepublic java.lang.String getAction(int modifiers, int key)
modifiers
- No description providedkey
- No description provided
public java.util.Hashtable cloneKeyTable()
public void writeTo(java.io.Writer aWriter)
aWriter
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |