|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITabAccessory
Represents a Comparator tab accessory. An accessory is a small graphical component that assists a main display tab.
This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
| Method Summary | |
|---|---|
javax.swing.JComponent |
getDisplay()
The interface display for the accessory. |
void |
install(CompareFrontEnd compare,
ITab tab)
Notifies the accessory that it has been inserted into a Comparator interface for a particular tab. |
void |
uninstall()
Notifies the accessory that it has been removed from the the Comparator interface. |
| Method Detail |
|---|
javax.swing.JComponent getDisplay()
void install(CompareFrontEnd compare,
ITab tab)
compare - Comparator interfacetab - Tabvoid uninstall()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||