Searched refs:AbstractViewerInputMethod (Results 1 – 4 of 4) sorted by relevance
22 import {AbstractViewerInputMethod} from 'viewers/common/abstract_viewer_input_method';25 class ViewerInputMethodService extends AbstractViewerInputMethod {
22 import {AbstractViewerInputMethod} from 'viewers/common/abstract_viewer_input_method';25 class ViewerInputMethodClients extends AbstractViewerInputMethod {
22 import {AbstractViewerInputMethod} from 'viewers/common/abstract_viewer_input_method';25 class ViewerInputMethodManagerService extends AbstractViewerInputMethod {
28 export abstract class AbstractViewerInputMethod implements Viewer { class