|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KeyMapService
Date: 15-Jul-2002
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_KEY_MAP_NAME
The default key map should always be available so this is its name |
Method Summary | |
---|---|
void |
add(java.io.File xmlFile)
Load the keymap from the file given |
void |
add(java.io.Reader reader)
Load the keymap from the stream given |
void |
addAll(java.io.File directoryToLoadFrom)
Loads all xml files from the given directory |
KeyMap |
getKeyMap(java.lang.String keyMapId)
Get the keymap with the given id |
java.lang.String[] |
getKeyMapNames()
Get an array of the key map names that are available |
Methods inherited from interface uk.ac.essex.common.Service |
---|
destroy, initialise |
Field Detail |
---|
static final java.lang.String DEFAULT_KEY_MAP_NAME
Method Detail |
---|
void add(java.io.File xmlFile)
xmlFile
- void add(java.io.Reader reader)
reader
- - The streamvoid addAll(java.io.File directoryToLoadFrom)
directoryToLoadFrom
- KeyMap getKeyMap(java.lang.String keyMapId)
keyMapId
-
java.lang.String[] getKeyMapNames()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |