Package common.gui

Interface Summary
ListItem An item in a GUI list control.
 

Class Summary
EasyOptionPane An extension of AbstractOptionPane that makes it easier for implementing classes to create the gui by using a list of strings with the description of what the components should be.
FileTextField A widget that shows a text field with a button that opens up a file chooser.
HelpfulJTable An extension of the default Swing JTable, that passes action key events, displays tooltips and autoresizes columns.
HistoryComboBox A Combo Box that remembers a given number of previous entries, even between jEdit runs.
JMouseComboBox This is a combo-box that allows listeners to be informed of mouse entered and mouse exited events.
ListPanel A simple list in a scroll pane, which can be reorderable or sorted.
ModalJFileChooser An implementation of JFileChooser that fixes the modal dialog being created from another JDialog.
ModalJFileChooser.HiddenFileFilter  
OkCancelButtons A pair of buttons (OK/Cancel) to be added to instances of EnhancedDialog.
PopupList A popup control for displaying a arbitrary list of items.
SelectionListPanel A panel with two lists, allowing the user to move items between them.