org.gjt.sp.jedit.gui |
|
Java Source File Name | Type | Comment |
AbbrevEditor.java | Class | |
AboutDialog.java | Class | |
ActionBar.java | Class | Action invocation bar. |
AddAbbrevDialog.java | Class | |
AnimatedIcon.java | Class | A animated version of ImageIcon. |
BeanShellErrorDialog.java | Class | A dialog box showing a stack trace. |
BufferOptions.java | Class | Buffer-specific options dialog. |
BufferSwitcher.java | Class | |
CloseDialog.java | Class | |
ColorWellButton.java | Class | A button that, when clicked, shows a color chooser. |
CompleteWord.java | Class | A completion popup class. |
CompletionPopup.java | Class | Popup window for word completion in text area. |
DefaultFocusComponent.java | Interface | An interface that provides a method for focusing on the default
component. |
DefaultInputHandler.java | Class | The default input handler. |
DockableLayout.java | Class | |
DockablePanel.java | Class | |
DockableWindow.java | Interface | An interface for notifying MOVABLE dockable windows before their docking
position is changed. |
DockableWindowContainer.java | Interface | A container for dockable windows. |
DockableWindowFactory.java | Class | Loads dockable.xml files and manages creation
of new dockable windows. |
DockableWindowManager.java | Class | Keeps track of all dockable windows for a single View, and provides
an API for getting/showing/hiding them. |
EditAbbrevDialog.java | Class | |
EnhancedButton.java | Class | |
EnhancedDialog.java | Class | A dialog box that handles window closing, the ENTER key and the ESCAPE
key for you. |
ErrorListCellRenderer.java | Class | |
ErrorListDialog.java | Class | |
ExtendedGridLayout.java | Class | A layout manager that places components in a rectangular grid
with variable cell sizes that supports colspans and rowspans.
The container is divided into rectangles, and each component is placed
in a rectangular space defined by its colspan and rowspan.
Each row is as large as the largest component in
that row, and each column is as wide as the widest component in
that column. |
ExtendedGridLayoutConstraints.java | Class | Specifies constraints for components
that are laid out using the
ExtendedGridLayout class. |
FilesChangedDialog.java | Class | Files changed on disk dialog. |
FilteredTableModel.java | Class | This TableModel delegates another model to add some filtering features to any
JTable.
To use it you must implement the abstract method passFilter().
This method is called for each row, and must return true if the row should be
visible, and false otherwise.
It is also possible to override the method prepareFilter() that allow you to
transform the filter String. |
FloatingWindowContainer.java | Class | A container for dockable windows. |
FontSelector.java | Class | A font chooser widget. |
GrabKeyDialog.java | Class | A dialog for getting shortcut keys. |
HistoryModel.java | Class | A history list. |
HistoryModelSaver.java | Interface | |
HistoryText.java | Class | Controller (manager of models) for HistoryTextArea. |
HistoryTextArea.java | Class | Text area with a history. |
HistoryTextField.java | Class | Text field with an arrow-key accessable history. |
InputHandler.java | Class | An input handler converts the user's key strokes into concrete actions.
It also takes care of macro recording and action repetition.
This class provides all the necessary support code for an input
handler, but doesn't actually do any key binding logic. |
IOProgressMonitor.java | Class | The IO progressMonitor is the panel that will show JProgressBar for
IO threads. |
JCheckBoxList.java | Class | A list where items can be selected and checked off independently. |
JEditHistoryModelSaver.java | Class | |
KeyEventTranslator.java | Class | In conjunction with the KeyEventWorkaround , hides some
warts in the AWT key event API. |
KeyEventWorkaround.java | Class | Various hacks to get keyboard event handling to behave in a consistent manner
across Java implementations. |
LogViewer.java | Class | |
MarkerViewer.java | Class | |
MutableListModel.java | Interface | |
OptionsDialog.java | Class | An abstract options dialog box. |
PanelWindowContainer.java | Class | A container for dockable windows. |
PasteFromListDialog.java | Class | |
RegisterViewer.java | Class | |
RolloverButton.java | Class | If you wish to have rollovers on your buttons, use this class. |
SelectLineRange.java | Class | |
ShortcutPrefixActiveEvent.java | Class | |
SplashScreen.java | Class | The splash screen displayed on startup. |
StatusBar.java | Class | |
StyleEditor.java | Class | |
TextAreaDialog.java | Class | |
TipOfTheDay.java | Class | |
ToolBarManager.java | Class | |
VariableGridLayout.java | Class | The VariableGridLayout class is a layout manager
that lays out a container's components in a rectangular grid
with variable cell sizes.
The container is divided into rectangles, and one component is placed
in each rectangle. |