|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ApolloPanelHolderI
An interface that holds ApolloPanels. Currently the only implementation is StrandedZoomableApolloPanel. The idea is to be able to plug in a different ApolloPanelHolder into ApolloFrame, for example for the synteny viewer. We have decided not to go that route for now, but we may in the future, and its nice to have an interface to abstract the concept anyways.
| Method Summary | |
|---|---|
void |
clearData()
|
ApolloPanel |
getApolloPanel()
I think this will need to change to: ApolloPanel[] getApolloPanels() |
java.awt.Component |
getComponent()
|
boolean |
isReverseComplement()
Single stranded holder return false? |
void |
putVerticalScrollbarsAtStart()
|
boolean |
selectFeaturesByName(java.lang.String name,
int window)
|
void |
setCurationSet(CurationSet curationSet)
|
void |
setPreferredSize(java.awt.Dimension d)
These could be taken out of interface. |
void |
setReverseComplement(boolean revcomp)
|
void |
setSelectionManager(SelectionManager sm)
|
void |
setStatusBar(StatusBar sb)
|
void |
setVisible(boolean state)
|
void |
setZoomFactor(double factor)
|
| Method Detail |
|---|
void setCurationSet(CurationSet curationSet)
ApolloPanel getApolloPanel()
boolean selectFeaturesByName(java.lang.String name,
int window)
void setSelectionManager(SelectionManager sm)
void setStatusBar(StatusBar sb)
void putVerticalScrollbarsAtStart()
void setZoomFactor(double factor)
boolean isReverseComplement()
void setReverseComplement(boolean revcomp)
void clearData()
java.awt.Component getComponent()
void setPreferredSize(java.awt.Dimension d)
void setVisible(boolean state)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||