|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jadex.swing.sequence.SequenceViewFactory
This class is used to set up all GUIs for Sequence View in a JFrame or JApplet.
Constructor Summary | |
SequenceViewFactory(javax.swing.JApplet applet)
Second constructor |
|
SequenceViewFactory(javax.swing.JFrame frame)
Frist constructor |
Method Summary | |
void |
clear()
Clear up method. |
SequenceDisplay |
getSequenceDisplay()
Get the SequenceDisplay in this object. |
SequenceTreeDisplay |
getTreeDisplay()
Get the SequenceTreeDisplay in this object. |
void |
search(java.lang.String sequence)
Search a sequence element in the display |
void |
setSequenceFetcher(SequenceFetcher fetcher)
Set the sequence fetcher, i.e., data source, to be displayed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SequenceViewFactory(javax.swing.JFrame frame)
frame
- The parent container contentpublic SequenceViewFactory(javax.swing.JApplet applet)
applet
- the container for contentMethod Detail |
public void setSequenceFetcher(SequenceFetcher fetcher)
fetcer
- sequence data source namepublic void search(java.lang.String sequence)
seqeunce
- the sequence to be searchedpublic void clear()
public SequenceDisplay getSequenceDisplay()
public SequenceTreeDisplay getTreeDisplay()
the
- SequenceTreeDisplay used in this object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |