Interface | Description |
---|---|
BaseXLayout.DropHandler |
Drag and drop handler.
|
Class | Description |
---|---|
BaseXBack |
Panel background, extending the
JPanel . |
BaseXButton |
Project specific button implementation.
|
BaseXCheckBox |
Project specific CheckBox implementation.
|
BaseXCombo |
Project specific ComboBox implementation.
|
BaseXDialog |
This superclass in inherited by all dialog windows.
|
BaseXDSlider |
DoubleSlider implementation.
|
BaseXFileChooser |
Project specific File Chooser implementation.
|
BaseXHeader |
Header label.
|
BaseXHistory |
This class remembers previous text inputs of a GUI component.
|
BaseXImages |
Organizes icons used all over the GUI.
|
BaseXLabel |
Project specific Label implementation.
|
BaseXLayout |
This class provides static layout and paint helper methods which are used all over
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.
|
BaseXScrollBar |
This is a scrollbar implementation, supporting arbitrary
panel heights without increasing the memory consumption.
|
BaseXSlider |
Project specific slider implementation.
|
BaseXSplit |
Project specific Split panel implementation.
|
BaseXTabs |
Project specific TabbedPane implementation.
|
BaseXTextField |
Project specific text field implementation.
|
BaseXTree |
Project specific tree implementation.
|
GUICode |
This class can be overwritten to define code snippets that are to be evaluated
after all pending events.
|
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.
|
Enum | Description |
---|---|
BaseXFileChooser.Mode |
File dialog mode.
|
BaseXKeys |
This class offers system-dependent key mappings.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.