Package org.basex.gui.layout

Project specific GUI components.

See:
          Description

Interface Summary
BaseXLayout.DropHandler Drag and drop handler.
 

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.
BaseXDialog This superclass in inherited by all dialog windows.
BaseXDSlider DoubleSlider implementation.
BaseXFileChooser Project specific File Chooser implementation.
BaseXHistory This class remembers previous text inputs of a GUI component.
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.
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.
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 Summary
BaseXFileChooser.Mode File dialog mode.
BaseXKeys This class offers system-dependent key mappings.
 

Package org.basex.gui.layout Description

Project specific GUI components.