Package org.basex.gui.layout

This package contains project specific GUI components.

See:
          Description

Class Summary
BaseXBack Panel background, extending the JPanel.
BaseXBar This is a scrollbar implementation, supporting arbitrary panel heights without increasing the memory consumption.
BaseXButton Project specific button implementation.
BaseXCheckBox Project specific CheckBox implementation.
BaseXCombo Project specific ComboBox implementation.
BaseXDSlider DoubleSlider implementation.
BaseXFileChooser Project specific File Chooser implementation.
BaseXKeys This class offers system-dependent key mappings.
BaseXLabel Project specific Label implementation.
BaseXLayout This class assembles layout and paint methods which are frequently used in the GUI.
BaseXListChooser Combination of TextField and a List, communicating with each other.
BaseXMem This component visualizes the current memory consumption.
BaseXPanel Abstract panel implementation with a number of predefined listeners.
BaseXPassword Project specific password field implementation.
BaseXPopup Project specific Popup menu implementation.
BaseXRadio Project specific RadioButton implementation.
BaseXSlider Project specific slider implementation.
BaseXSplit Project specific Split panel implementation.
BaseXSplitSep This separator splits several panels and allows panel resizing.
BaseXSyntax This abstract class defines a framework for a simple syntax highlighting in text panels.
BaseXTable Project specific CheckBox implementation.
BaseXTabs Project specific TabbedPane implementation.
BaseXText This class offers a fast text input, using the BaseXTextRenderer class.
BaseXTextField Project specific text field implementation.
BaseXTextRenderer Efficient Text Editor and Renderer, supporting syntax highlighting and text selections.
BaseXTextTokens This class allows the iteration on tokens.
TableLayout This LayoutManager is similar to the GridLayout.
 

Enum Summary
BaseXFileChooser.Mode File Dialog Mode.
 

Package org.basex.gui.layout Description

This package contains project specific GUI components.