com.bea.ide.util.swing

com.bea.ide.util.swing  Package

Class Summary

BottomBorder

This class provides a border object that paints a one pixel border at the bottom of an object

ButtonBar

A container that lays out buttons in a horizontal bar.

DialogUtil

EscapeDialog

dialog that closes when escape is pressed

IMEDocument

A Document implementation that can be used with input from IME Fix for bugs 25338 & 24878 Swing's version of handleInsertString does not support IME's well This class returns a document which overrides insertString making a copy of the attribute set that doesn't mention ComposedTextAttribute but stores whether it saw the the ComposedTextAttribute on the way in and if so does not pass on UndoableEditEvents

IMETextField

A JTextField implementation that can be used with input from IME Fixed bug 25338 Swing's version of handleInsertString does not support IME's well This class returns a document which overrides insertString making a copy of the attribute set that doesn't mention ComposedTextAttribute.

NoAltKeyEventPostProcessor

The NoAltKeyEventPostProcessor class sovles the problem that a default Swing implementation of a dialog or message box requires the ALT key to be down in order for any mnemonics to work.

TopBorder

This class provides a border object that paints a one pixel border at the top of an object

WindowUtil

Utilities for placing and examining windows.

WorkshopListCellRenderer

This a default list cell renderer used in the workshop look and feel.

WorkshopTreeCellRenderer