oracle.ide.keyboard
Class XMLKeystrokeContextDefs
java.lang.Object
|
+--oracle.ide.keyboard.XMLKeystrokeContextDefs
- All Implemented Interfaces:
- java.io.FilenameFilter
- public class XMLKeystrokeContextDefs
- extends java.lang.Object
- implements java.io.FilenameFilter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static XMLKeystrokeContextDefs getInstance()
addFile
public void addFile(java.lang.String sFileName)
removeFile
public void removeFile(java.lang.String sFileName)
accept
public boolean accept(java.io.File dir,
java.lang.String name)
- Specified by:
accept
in interface java.io.FilenameFilter
addDirectory
public void addDirectory(java.lang.String sDirectoryName)
isLoaded
public boolean isLoaded()
load
public void load()
unload
public void unload()
getAllPresets
public java.util.List getAllPresets()
getAllActions
public java.util.Set getAllActions(java.lang.String sContext,
boolean bGlobal)
getPresetKeyStrokeMap
public KeyStrokeMap getPresetKeyStrokeMap(java.lang.String sContext,
java.lang.Object preset,
boolean bGlobal)