Package common.gui

Common GUI classes.

See:
          Description

Interface Summary
CloseableTabbedPaneListener The listener that's notified when an tab should be closed in the CloseableTabbedPane.
ListItem An item in a GUI list control.
 

Class Summary
CloseableTabbedPane A JTabbedPane which has a close ('X') icon on each tab.
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 Deprecated. use org.gjt.sp.jedit.gui.PingPongList
VFSPathFileList A component that contains a JList with a list of path, and two buttons add and remove to add paths.
 

Package common.gui Description

Common GUI classes.