Package com.intellij.util.ui

Provides assorted user interface components useful for developing IDEA plugins.

See:
          Description

Interface Summary
ErrorTreeView  
ItemRemovable  
MessageCategory  
SortableColumnModel  
 

Class Summary
AbstractTableCellEditor  
CalendarView author: lesya
ColumnInfo<Item,Aspect>  
ComboBoxTableCellEditor author: lesya
ComboBoxTableCellRenderer  
ConfirmationDialog  
EditorAdapter  
FileLabel  
FilePathSplittingPolicy  
IdeaUIManager  
LabelWithTooltip  
ListTableModel<Item>  
OptionsDialog author: lesya
OptionsMessageDialog  
SelectDateDialog  
SplitByLetterPolicy  
SplitBySeparatorPolicy author: lesya
Table The purpose of this class is to fix two Sun's bugs.
TableViewModel<Item>  
Tree  
UIUtil  
 

Package com.intellij.util.ui Description

Provides assorted user interface components useful for developing IDEA plugins. Additional components are provided in the com.intellij.openapi.ui and com.intellij.ui packages.