Interface | Description |
---|---|
CloseableTabbedPaneListener |
The listener that's notified when an tab should be closed in the
CloseableTabbedPane . |
ListItem |
An item in a GUI list control.
|
Class | Description |
---|---|
CloseableTabbedPane | Deprecated
use javax.swing.JTabbedPane
|
EasyOptionPane |
An Optionpane with a meta-language interpreter for quickly creating GUIs.
|
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 | Deprecated
use GUIUtilities.showVFSFileDialog() instead
|
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 paths,
and two buttons add or remove paths.
|
Common GUI classes.