jigcell.compare.ui
Interface ITabAccessory

All Known Implementing Classes:
FindAccessory, MemoryMonitorAccessory

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.

Author:
Nicholas Allen

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

getDisplay

javax.swing.JComponent getDisplay()
The interface display for the accessory.


install

void install(CompareFrontEnd compare,
             ITab tab)
Notifies the accessory that it has been inserted into a Comparator interface for a particular tab.

Parameters:
compare - Comparator interface
tab - Tab

uninstall

void uninstall()
Notifies the accessory that it has been removed from the the Comparator interface.