apollo.gui.genomemap
Interface ApolloPanelI

All Known Implementing Classes:
ApolloPanel

public interface ApolloPanelI

This was invented to eliminate all of the casting that was going on. This way it is possible to use the views in another sort of panel and doesn't assume that the view's panel is always an ApolloPanel


Method Summary
 void clearSelection()
           
 java.awt.Image getBackBuffer()
           
 Controller getController()
           
 ViewI getFocus()
           
 Selection getSelection()
           
 StrandedZoomableApolloPanel getStrandedZoomableApolloPanel()
           
 

Method Detail

getBackBuffer

java.awt.Image getBackBuffer()

getSelection

Selection getSelection()

clearSelection

void clearSelection()

getFocus

ViewI getFocus()

getController

Controller getController()

getStrandedZoomableApolloPanel

StrandedZoomableApolloPanel getStrandedZoomableApolloPanel()