Interface | Description |
---|---|
CommandLineArgsHandler |
Interface for GUI applications that handle commandline arguments.
|
MenuBarProvider |
Interface for panels that generate a menu bar.
|
ResultHistoryList.ResultHistoryPopupMenuCustomizer |
The interface for classes that can customize the popup menu of the
result history.
|
SearchableTable |
Interface for Tables that can be searched.
|
SearchableTableModel |
Interface for TableModels that can be searched.
|
SortableTable |
Interface for tables that are sortable.
|
SortableTableModel |
Interface for table models that are sortable.
|
Class | Description |
---|---|
AbstractRecentItemsHandler<M,T> |
Ancestor for classes that handle a list of recent items.
|
ApprovalDialog |
Base class for approval dialogs, i.e., dialogs that require the
user to click on Yes, No or Cancel.
|
EvaluationStatisticsTableModel |
The table model for evaluation statistics.
|
FileChooserBookmarksPanel |
Panel for bookmarking directories in a
JFileChooser . |
FileChooserBookmarksPanel.FileChooserBookmarksFactory |
MEKA-specific factory.
|
FileChooserBookmarksPanel.FileChooserBookmarksPropertiesHandler |
The MEKA-specific properties handler.
|
GUIHelper |
A little helper class for GUI related stuff.
|
GUILauncher |
Helper class for launching applications and frames.
|
JTableHelper |
A helper class for JTable, e.g.
|
ListWithButtons |
A JList with buttons.
|
MarkdownDialog |
Dialog for editing/previewing Markdown.
|
MarkdownTextAreaWithPreview |
Text area for handling Markdown with code and preview tabs.
|
MarkdownTextPane |
Renders Markdown text.
|
MaximizationFixWindowListener |
Provides a work-around for platforms where the maximization of frames
(eg JFrame) results in strange behaviors.
|
MeasurementEvaluationStatisticsTableModel |
Table model for displaying a Dataset X Classifier table for a specific measurement.
|
MekaDialog |
A dialog that loads the size and location from the props file automatically.
|
MekaFrame |
A frame that loads the size and location from the props file automatically.
|
MekaPanel |
Extended
JPanel . |
MekaPanelWithButtons |
Panel that offers associated buttons on the right-hand side.
|
MekaTable |
A specialized JTable that allows double-clicking on header for resizing to
optimal width.
|
MouseUtils |
Helper class for mouse events.
|
ParameterPanel |
A panel that lists one parameter (label and component or just
AbstractChooserPanel) per row.
|
RecentFilesHandler<M> |
A class that handles a list of recent files.
|
RecentFilesHandlerWithCommandline<M> |
Recent files handler that stores a commandline alongside the file.
|
RecentFilesHandlerWithCommandline.Setup |
Container class for storing file and optionhandler alongside.
|
ResultHistory |
For maintaining a history of results.
|
ResultHistoryList |
A specialized
JList to display results. |
ResultHistoryList.ResultHistoryModel |
Model for results histories.
|
SearchPanel |
A panel that displays a search box.
|
SearchParameters |
A container for search parameters.
|
SortableAndSearchableTable |
A specialized JTable that allows double-clicking on header for resizing to
optimal width, as well as being searchable and sortable.
|
SortableAndSearchableWrapperTableModel |
Wraps around any table model and makes them automatically sortable and
searchable.
|
SortableAndSearchableWrapperTableModel.SortContainer |
Helper class for sorting the columns.
|
StatusBar |
Statusbar for displaying short notifications and an animated icon,
e.g., when busy doing calculations.
|
StatusBar.Animation |
the runnable for the animation.
|
Enum | Description |
---|---|
SearchPanel.LayoutType |
The layout of the panel.
|
Copyright © 2017. All Rights Reserved.