| Interface | Description |
|---|---|
| BaseXLayout.DropHandler |
Drag and drop handler.
|
| Class | Description |
|---|---|
| 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.
|
| BaseXEditor |
This class provides a text viewer and editor, using the
BaseXTextRenderer class to render the text. |
| BaseXFileChooser |
Project specific File Chooser implementation.
|
| BaseXLabel |
Project specific Label implementation.
|
| BaseXLayout |
This class assembles layout and paint methods which are frequently
used in the GUI.
|
| BaseXList |
Combination of text field 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.
|
| BaseXTable |
Project specific CheckBox implementation.
|
| BaseXTabs |
Project specific TabbedPane implementation.
|
| BaseXTextField |
Project specific text field implementation.
|
| BaseXTextTokens |
This class allows the iteration on tokens.
|
| BaseXTree |
Project specific tree implementation.
|
| JSONSyntax |
This class defines syntax highlighting for JSON files.
|
| TableLayout |
This LayoutManager is similar to the GridLayout.
|
| TreeFolder |
JTree node which represents a folder.
|
| TreeLeaf |
JTree node which represents a leaf (which represents either a raw file
or a document).
|
| TreeNode |
JTree node for representing database content (raw files / documents).
|
| TreeRootFolder |
JTree node which represents the root folder.
|
| XMLSyntax |
This class defines syntax highlighting for XML files.
|
| XQuerySyntax |
This class defines syntax highlighting for XQuery files.
|
| Enum | Description |
|---|---|
| BaseXFileChooser.Mode |
File dialog mode.
|
| BaseXKeys |
This class offers system-dependent key mappings.
|