|
|||||||||
| Home >> All >> org >> bdgp >> apps >> dagedit >> gui >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.bdgp.apps.dagedit.gui.event
Class TextEditorUpdateEvent.DbxrefUpdate

java.lang.Objectorg.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()
|
|||||||||
| Home >> All >> org >> bdgp >> apps >> dagedit >> gui >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.bdgp.apps.dagedit.gui.event.TextEditorUpdateEvent.DbxrefUpdate