📄 graphickeyevent.java
字号:
/************************************************************************************************** ** ** $Id: GraphicKeyEvent.java,v 1.4 2004/05/04 20:26:50 desruisseaux Exp $ ** ** $Source: /cvsroot/geoapi/src/org/opengis/go/display/event/GraphicKeyEvent.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.KeyEvent;/** * Provides a common abstraction for the various event objects pertaining to key * events on a {@link org.opengis.go.display.primitive.Graphic}. * * @version $Revision: 1.4 $, $Date: 2004/05/04 20:26:50 $ * @author <A HREF="http://www.opengis.org">OpenGIS® consortium</A> */public interface GraphicKeyEvent extends GraphicEvent { /** * Returns the <code>KeyEvent</code> that this event references. * * @return the <code>KeyEvent</code> referenced by this event. * * @revisit This {@link KeyEvent} implementation is specific to AWT and Swing * (i.e. is not used by SWT as far as I know). */ public KeyEvent getKeyEvent();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -