keyhandler.java

来自「GEo 地理操作源代码」· Java 代码 · 共 29 行

JAVA
29
字号
/************************************************************************************************** ** ** $Id: KeyHandler.java,v 1.3 2004/03/02 03:14:41 gregreynolds Exp $ ** ** $Source: /cvsroot/geoapi/src/org/opengis/go/display/event/KeyHandler.java,v $ ** ** Copyright (C) 2003 Open GIS Consortium, Inc. All Rights Reserved. http://www.opengis.org/Legal/ ** *************************************************************************************************/package org.opengis.go.display.event;// J2SE direct dependenciesimport java.awt.event.KeyListener;/** * Defines a common abstraction whose implementations can associate different * key handlers with a Component to switch key handling states easily. * * @version $Revision: 1.3 $, $Date: 2004/03/02 03:14:41 $ * @author <A HREF="http://www.opengis.org">OpenGIS&reg; consortium</A> */public interface KeyHandler extends EventHandler, KeyListener {}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?