Package jigcell.compare.ui

Interface Summary
IBasicTableHost Provides information about the view that is hosting a BasicTable.
ICellEditorTab Represents a Comparator tab that has promised functionality for manipulating individual cells of tabular data.
IClipboardTab Represents a Comparator tab that has promised functionality for using a clipboard with tabular data.
IColumnEditorTab Represents a Comparator tab that has promised functionality for manipulating the columns of a table view.
IColumnSelectionTab Represents a Comparator tab that has promised functionality for manipulating the column selection of a table view.
IDataEditorTab Represents a Comparator tab that has promised functionality for manipulating a collection of data.
INameFinderTab Represents a Comparator tab that has promised functionality for finding by name.
IResultTab Represents a Comparator tab that has promised functionality for evaluating results.
IRowEditorTab Represents a Comparator tab that has promised functionality for manipulating the rows of a table view.
IRowSelectionTab Represents a Comparator tab that has promised functionality for manipulating the row selection of a table view.
ITabAccessory Represents a Comparator tab accessory.
 

Class Summary
BasicTable Extends JTable by enhancing the default table editor, renderer, and layout.
BasicTable.BasicEditor Default editor for a BasicTable.
BasicTable.BasicRenderer Default renderer for a BasicTable.
BasicTable.BasicTableModel Base class of the data model used by views.
BasicTable.BasicTableModel.Marker Provides quick access to information about columns in this model.
BasicTable.ButtonEditor Editor that displays a button in a table cell
BasicTable.ButtonRenderer Renderer for displaying a button in a table cell
CompareFrontEnd The Comparator frontend.
CompareFrontEnd.FrontEndTabInfo Information about a Comparator tab.
ConfigEditor A simple options editor in the style of the Java Beans property editor.
CustomizableInterface Interface for a ProgrammableDataGenerator.
DataEditorPanelTab A default implementation of a tab providing some basic services.
EditorDialog A simple dialog-based cell editor.
FindAccessory  
HTMLComponentDescription Description for one of the Comparator components.
IconLoader Loads a collection of icon resources.
InterfaceBuilder Generates and manages interfaces for another component.
ListComboBoxModel Combo box model that uses a list for storage.
MemoryMonitorAccessory A tab accessory that displays the program title and version, and tracks memory usage.
MenuBuilder Generates and manages menus and popups for another component.
MenuBuilder.Builder Builder for creating the item scripts.
PanelTab A default implementation of a tab providing no services.
ProgressMonitor A progress monitor dialog similar to javax.swing.ProgressMonitor.
SeriesDialog A dialog-based cell viewer for multi-dimensional data.
SeriesEditorDialog A dialog-based cell editor for multi-dimensional data.
TextComponentDescription Description for one of the Comparator components.
ViewerDialog A simple dialog-based cell viewer.