Package org.jminor.common.ui

Interface Summary
ColumnSearchPanel.InputFieldProvider<K>  
ExceptionHandler An interface describing an exception handler
MasterDetailPanel Specifies a panel which is part of a navigable master/detail hierarchy
 

Class Summary
AbstractTableColumnSyncPanel A panel that synchronizes child panel sizes and positions to table columns.
ColumnSearchPanel<K> A UI implementation for ColumnSearchModel
DateInputPanel A panel for displaying a formatted text field and a button activating a calendar for date input.
DefaultExceptionHandler A default ExcptionHandler implementation.
ExceptionDialog A JDialog for displaying information on exceptions.
FilteredTablePanel<T,C> A UI component based on a FilteredTableModel.
ItemRandomizerPanel<T> A default UI for the ItemRandomizer class.
LoadTestPanel A default UI component for the LoadTestModel class.
LoginPanel A JPanel for retrieving login information.
TextInputPanel A panel that includes a JTextComponent in a BorderLayout.CENTER position and a button in BorderLayout.EAST which opens a JTextArea for editing long strings.
UiUtil A static utility class.
UiUtil.DialogDisposeAction