|
BioLegato 0.7.3 GDE plugin | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of GDEModel in org.biolegato.gdesupport.canvas |
|---|
| Methods in org.biolegato.gdesupport.canvas that return GDEModel | |
|---|---|
GDEModel |
GDECanvas.getDataModel()
Passes the current datamodel to any GDE canvas related components |
| Uses of GDEModel in org.biolegato.gdesupport.canvas.data |
|---|
| Methods in org.biolegato.gdesupport.canvas.data with parameters of type GDEModel | |
|---|---|
void |
GDEModelListener.sequenceAdded(GDEModel source,
int index,
Cell sequence)
This method is called when a sequence is added to a Dataset. |
void |
GDEModelListener.sequenceChanged(GDEModel source,
int index,
Cell sequence,
java.lang.String key)
This method is called when a field in a sequence is modified. |
void |
GDEModelListener.sequenceRemoved(GDEModel source,
int index,
Cell sequence)
This method is called when a sequence is removed from the Dataset class. |
| Uses of GDEModel in org.biolegato.gdesupport.canvas.list |
|---|
| Fields in org.biolegato.gdesupport.canvas.list declared as GDEModel | |
|---|---|
protected GDEModel |
GDEList.datamodel
Used for the relationship between the data model and the list |
| Methods in org.biolegato.gdesupport.canvas.list with parameters of type GDEModel | |
|---|---|
void |
SequenceListModel.sequenceAdded(GDEModel source,
int index,
Cell sequence)
Passes any sequence additions to the data listeners. |
void |
SequenceListModel.sequenceChanged(GDEModel source,
int index,
Cell sequence,
java.lang.String key)
Passes any sequence modifications to the data listeners. |
void |
SequenceListModel.sequenceRemoved(GDEModel source,
int index,
Cell sequence)
Passes any sequence deletions to the data listeners. |
| Constructors in org.biolegato.gdesupport.canvas.list with parameters of type GDEModel | |
|---|---|
GDESequenceWindow(GDEModel datamodel,
javax.swing.JFrame window,
Cell[] sequences)
Creates a window for editing the properties of a given array of sequences. |
|
SequenceListModel(GDEModel data)
Creates a new instance of SequenceListModel. |
|
| Uses of GDEModel in org.biolegato.gdesupport.canvas.textarea |
|---|
| Fields in org.biolegato.gdesupport.canvas.textarea declared as GDEModel | |
|---|---|
protected GDEModel |
BLTextArea.datamodel
Used for the relationship between the data model and the text area |
| Methods in org.biolegato.gdesupport.canvas.textarea that return GDEModel | |
|---|---|
GDEModel |
BLTextArea.getDataModel()
Returns the Dataset associated with the BLTextArea |
| Methods in org.biolegato.gdesupport.canvas.textarea with parameters of type GDEModel | |
|---|---|
void |
BLTextArea.sequenceAdded(GDEModel source,
int index,
Cell sequence)
Called when a sequence is added to a Dataset. |
void |
BLTextArea.sequenceChanged(GDEModel source,
int index,
Cell sequence,
java.lang.String key)
Called when a field in a sequence is modified. |
void |
BLTextArea.sequenceRemoved(GDEModel source,
int index,
Cell sequence)
Called when a sequence is removed from a Dataset. |
| Constructors in org.biolegato.gdesupport.canvas.textarea with parameters of type GDEModel | |
|---|---|
BLTextArea(GDEModel datamodel)
Creates a new instance of BLTextArea |
|
| Uses of GDEModel in org.biolegato.gdesupport.canvas.undo |
|---|
| Constructors in org.biolegato.gdesupport.canvas.undo with parameters of type GDEModel | |
|---|---|
UndoRowDeletion(GDEModel source,
int lineNumber,
Cell deleted)
Creates a new instance of UndoRowDeletion |
|
UndoRowInsertion(GDEModel source,
int lineNumber)
Creates a new instance of UndoRowInsertion |
|
|
BioLegato 0.7.3 GDE plugin | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||