Package elki.gui.util
Utility classes for GUIs (e.g., a class to display a logging panel).
-
Class Summary Class Description ClassTree Build a tree of available classes for use in Swing UIs.ClassTree.ClassNode Tree node representing a single class.ClassTree.PackageNode Tree node representing a single class.DynamicParameters Wrapper around a set of parameters for ELKI, that may not yet be complete or correct.DynamicParameters.Node Node in the option tree (well, actually list)DynamicParameters.RemainingOptions Dummy option class that represents unhandled optionsLogPane A Swing object to receive ELKI logging output.LogPanel Panel that contains a text logging pane (LogPane
) and progress bars.ParametersModel A Swing TableModel that uses aDynamicParameters
object as storage.ParameterTable Class showing a table of ELKI parameters.ParameterTable.DispatchingPanel This is a panel that will dispatch keystrokes to a particular component.SavedSettingsFile Class to manage saved settings in a text file.TreePopup Popup menu that contains a JTree.TreePopup.Renderer Tree cell render.