Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.bdgp.apps.dagedit.gui.event
Class TextEditorUpdateEvent.DbxrefUpdate  view TextEditorUpdateEvent.DbxrefUpdate download TextEditorUpdateEvent.DbxrefUpdate.java

java.lang.Object
  extended byorg.bdgp.apps.dagedit.gui.event.TextEditorUpdateEvent.DbxrefUpdate
Enclosing class:
TextEditorUpdateEvent

public static class TextEditorUpdateEvent.DbxrefUpdate
extends java.lang.Object


Field Summary
protected  boolean isAdd
           
protected  boolean isDelete
           
protected  org.bdgp.apps.dagedit.datamodel.Dbxref newDbxref
           
protected  org.bdgp.apps.dagedit.datamodel.Dbxref oldDbxref
           
 
Constructor Summary
TextEditorUpdateEvent.DbxrefUpdate(org.bdgp.apps.dagedit.datamodel.Dbxref newDbxref, org.bdgp.apps.dagedit.datamodel.Dbxref oldDbxref, boolean isAdd, boolean isDelete)
           
 
Method Summary
 org.bdgp.apps.dagedit.datamodel.Dbxref getNewDbxref()
           
 org.bdgp.apps.dagedit.datamodel.Dbxref getOldDbxref()
           
 boolean isAdd()
           
 boolean isDelete()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isAdd

protected boolean isAdd

isDelete

protected boolean isDelete

oldDbxref

protected org.bdgp.apps.dagedit.datamodel.Dbxref oldDbxref

newDbxref

protected org.bdgp.apps.dagedit.datamodel.Dbxref newDbxref
Constructor Detail

TextEditorUpdateEvent.DbxrefUpdate

public TextEditorUpdateEvent.DbxrefUpdate(org.bdgp.apps.dagedit.datamodel.Dbxref newDbxref,
                                          org.bdgp.apps.dagedit.datamodel.Dbxref oldDbxref,
                                          boolean isAdd,
                                          boolean isDelete)
Method Detail

getOldDbxref

public org.bdgp.apps.dagedit.datamodel.Dbxref getOldDbxref()

getNewDbxref

public org.bdgp.apps.dagedit.datamodel.Dbxref getNewDbxref()

isAdd

public boolean isAdd()

isDelete

public boolean isDelete()