⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 groutgraphicsequencecollectionevent.java

📁 emboss的linux版本的源代码
💻 JAVA
字号:
package org.emboss.jemboss.editor;/** * RendWindowContainerEvent.java * * * Created: Thu Mar 13 14:44:13 2003 * * @author <a href="mailto:">Mr H. Morgan</a> * @version */import java.util.EventObject;import java.beans.PropertyChangeEvent;public class GroutGraphicSequenceCollectionEvent extends PropertyChangeEvent{    private GroutGraphicSequenceCollection source;  	 /**	 * Creates a new instance of GroutGraphicSequenceCollectionEvent 	 * with source set	 */  public GroutGraphicSequenceCollectionEvent(Object source, 																						 String propertyName, 																						 Object oldValue, 																						 Object newValue)  {    super(source, propertyName, oldValue, newValue);    this.source = (GroutGraphicSequenceCollection) source;  }  }

⌨️ 快捷键说明

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