Package com.intellij.openapi.ui

Provides assorted user interface components useful for developing IDEA plugins.

See:
          Description

Interface Summary
DialogBuilder.ActionDescriptor  
DialogBuilder.CustomizableAction  
DialogWrapperDialog  
InputValidator  
SelectFromListDialog.ToStringAspect  
TestDialog  
TextComponentAccessor<T extends Component>  
 

Class Summary
ComboBox Due to many bugs and "features" in JComboBox implementation we provide our own "patch".
ComponentWithBrowseButton<Comp extends JComponent>  
ComponentWithBrowseButton.BrowseFolderActionListener<T extends JComponent>  
ComponentWithBrowseButton.MyDoClickAction Do not use this class directly it is public just to hack other implementation of controls similar to TextFieldWithBrowseButton.
DialogBuilder  
DialogBuilder.CancelActionDescriptor  
DialogBuilder.CloseDialogAction  
DialogBuilder.CustomActionDescriptor  
DialogBuilder.DialogActionDescriptor  
DialogBuilder.OkActionDescriptor  
DialogWrapper  
DialogWrapperPeer  
DialogWrapperPeerFactory  
FixedSizeButton This class represents non resizable, nonfocusable button with the same height and length.
LabeledComponent<Comp extends JComponent>  
LabeledComponent.TextWithMnemonic  
Messages  
Messages.ChooseDialog  
Messages.InputDialog  
MultiLineLabelUI Based on Zafir Anjum example.
PanelWithActionsAndCloseButton  
SelectFromListDialog  
Splitter  
TextFieldWithBrowseButton  
ThreeComponentsSplitter  
VerticalFlowLayout  
 

Exception Summary
InputException author: lesya
 

Package com.intellij.openapi.ui Description

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