}
});
}
private void initInputListener( DockController controller ){
controller.getKeyboardController().addListener( new KeyboardListener(){
public boolean keyPressed( DockElement element, KeyEvent event ) {
if( element instanceof CommonDockable ){
CDockable source = ((CommonDockable)element).getDockable();
CDockableAccess access = accesses.get( source );
if( access != null ){