Serialized Form
-
Package org.basex.build
-
Exception org.basex.build.BuildException
class BuildException extends IOException implements Serializable
-
-
Package org.basex.core
-
Exception org.basex.core.BaseXException
class BaseXException extends IOException implements Serializable
-
-
Package org.basex.core.jobs
-
Exception org.basex.core.jobs.JobException
class JobException extends RuntimeException implements Serializable
-
-
Package org.basex.gui
-
Class org.basex.gui.GUI
class GUI extends JFrame implements Serializable-
Serialized Fields
-
buttons
BaseXBack buttons
Button panel. -
command
Command command
Currently executed command (nullotherwise). -
commandID
AtomicInteger commandID
ID of currently executed command. -
context
Context context
Database Context. -
control
BaseXBack control
Control panel. -
editor
EditorView editor
Search view. -
filter
AbstractButton filter
Filter button. -
fullscr
JFrame fullscr
Fullscreen Window. -
fullscreen
boolean fullscreen
Fullscreen flag. -
gopts
GUIOptions gopts
GUI options. -
info
InfoView info
Info view. -
input
GUIInput input
Input field. -
menu
GUIMenu menu
Result panel. -
menuHeight
int menuHeight
Menu panel height. -
mode
BaseXCombo mode
Current input Mode. -
nav
BaseXBack nav
Navigation/input panel. -
notify
ViewNotifier notify
view notifier. -
painting
boolean painting
Painting flag; if activated, interactive operations are skipped. -
results
BaseXLabel results
Results label. -
running
boolean running
Indicates if a command is running. -
status
GUIStatus status
Status line. -
stop
AbstractButton stop
Execution Button. -
text
TextView text
Text view. -
toolbar
org.basex.gui.GUIToolBar toolbar
Buttons. -
top
BaseXBack top
Top panel. -
updating
boolean updating
Indicates if a running command or operation is updating. -
views
ViewContainer views
Content panel, containing all views.
-
-
-
Class org.basex.gui.GUIInput
class GUIInput extends BaseXCombo implements Serializable-
Serialized Fields
-
completions
BaseXCombo completions
Input completions. -
gui
GUI gui
Reference to the main window. -
popup
org.basex.gui.GUIInput.GUIInputPopup popup
BasicComboPopup Menu. -
pre
String pre
String for temporary input.
-
-
-
Class org.basex.gui.GUIMenu
class GUIMenu extends JMenuBar implements Serializable -
Class org.basex.gui.GUIStatus
class GUIStatus extends BaseXPanel implements Serializable-
Serialized Fields
-
label
BaseXLabel label
Status text.
-
-
-
-
Package org.basex.gui.dialog
-
Class org.basex.gui.dialog.DialogAbout
class DialogAbout extends BaseXDialog implements Serializable -
Class org.basex.gui.dialog.DialogBindings
class DialogBindings extends BaseXDialog implements Serializable-
Serialized Fields
-
ctxitem
BaseXTextField ctxitem
Context item. -
names
BaseXTextField[] names
Names. -
values
BaseXTextField[] values
Values.
-
-
-
Class org.basex.gui.dialog.DialogColors
class DialogColors extends BaseXDialog implements Serializable-
Serialized Fields
-
sliderBlue
BaseXSlider sliderBlue
Slider reference. -
sliderGreen
BaseXSlider sliderGreen
Slider reference. -
sliderRed
BaseXSlider sliderRed
Slider reference.
-
-
-
Class org.basex.gui.dialog.DialogEdit
class DialogEdit extends BaseXDialog implements Serializable-
Serialized Fields
-
buttons
BaseXBack buttons
Button panel. -
info
BaseXLabel info
Info label. -
input1
BaseXTextField input1
Text area. -
input2
BaseXTextField input2
Text area. -
input3
TextPanel input3
Text area. -
kind
int kind
Node kind. -
old1
String old1
Old content. -
old2
String old2
Old content. -
old3
String old3
Old content. -
result
StringList result
Resulting update arguments.
-
-
-
Class org.basex.gui.dialog.DialogExport
class DialogExport extends BaseXDialog implements Serializable-
Serialized Fields
-
buttons
BaseXBack buttons
Buttons. -
info
BaseXLabel info
Database info. -
path
BaseXCombo path
Directory path. -
serial
BaseXSerial serial
Serialization parameters.
-
-
-
Class org.basex.gui.dialog.DialogFonts
class DialogFonts extends BaseXDialog implements Serializable-
Serialized Fields
-
-
Class org.basex.gui.dialog.DialogInsert
class DialogInsert extends BaseXDialog implements Serializable-
Serialized Fields
-
back
BaseXBack back
Background panel. -
buttons
BaseXBack buttons
Button panel. -
info
BaseXLabel info
Info label. -
input1
BaseXTextField input1
Text area. -
input2
TextPanel input2
Text area. -
kind
int kind
Node kind. -
label1
BaseXLabel label1
First label. -
label2
BaseXLabel label2
Second label. -
radio
BaseXRadio[] radio
Insert kind selection buttons. -
result
StringList result
Resulting update arguments.
-
-
-
Class org.basex.gui.dialog.DialogLine
class DialogLine extends BaseXDialog implements Serializable-
Serialized Fields
-
buttons
BaseXBack buttons
Buttons. -
info
BaseXLabel info
Info label. -
line
BaseXTextField line
New password.
-
-
-
Class org.basex.gui.dialog.DialogManage
class DialogManage extends BaseXDialog implements Serializable-
Serialized Fields
-
backup
BaseXButton backup
Backup button. -
backups
BaseXList backups
Combobox that lists available backups for a database. -
choice
BaseXList choice
List of currently available databases. -
copy
BaseXButton copy
Copy button. -
delete
BaseXButton delete
Delete button for backups. -
deleteAll
BaseXButton deleteAll
Deletes all backups. -
detail
TextPanel detail
Information panel. -
doc1
BaseXLabel doc1
Name of current database. -
doc2
BaseXLabel doc2
Name of current database. -
drop
BaseXButton drop
Drop button. -
open
BaseXButton open
Open button. -
refresh
boolean refresh
Refresh list of databases. -
rename
BaseXButton rename
Rename button. -
restore
BaseXButton restore
Restore button.
-
-
-
Class org.basex.gui.dialog.DialogMem
class DialogMem extends BaseXDialog implements Serializable-
Serialized Fields
-
gc
BaseXButton gc
GC Button. -
text
TextPanel text
Info text.
-
-
-
Class org.basex.gui.dialog.DialogMessage
class DialogMessage extends BaseXDialog implements Serializable-
Serialized Fields
-
action
String action
Taken action.
-
-
-
Class org.basex.gui.dialog.DialogNew
class DialogNew extends BaseXDialog implements Serializable-
Serialized Fields
-
attrindex
BaseXCheckBox attrindex
Attribute value index flag. -
buttons
BaseXBack buttons
Buttons. -
dbName
BaseXTextField dbName
Database name. -
ftindex
BaseXCheckBox ftindex
Full-text index flag. -
general
org.basex.gui.dialog.DialogImport general
Dialog for importing new resources. -
indexes
org.basex.gui.dialog.DialogIndex[] indexes
Index creation options. -
options
DialogOptions options
Options dialog. -
textindex
BaseXCheckBox textindex
Text index flag. -
tokenindex
BaseXCheckBox tokenindex
Token index flag.
-
-
-
Class org.basex.gui.dialog.DialogOptions
class DialogOptions extends BaseXBack implements Serializable-
Serialized Fields
-
autooptimize
BaseXCheckBox autooptimize
Autooptimize. -
gui
GUI gui
Dialog reference. -
maxcats
BaseXTextField maxcats
Maximum categories. -
maxlen
BaseXTextField maxlen
Maximum length. -
splitsize
BaseXTextField splitsize
Index splits. -
updindex
BaseXCheckBox updindex
Updindex.
-
-
-
Class org.basex.gui.dialog.DialogPackages
class DialogPackages extends BaseXDialog implements Serializable-
Serialized Fields
-
delete
BaseXButton delete
Delete button. -
install
BaseXButton install
Install button. -
installURL
BaseXButton installURL
Install from button. -
name
BaseXLabel name
Name label. -
packages
BaseXList packages
List of available packages. -
path
BaseXLabel path
Path label. -
refresh
boolean refresh
Refresh list of databases. -
title
BaseXLabel title
Title of package. -
type
BaseXLabel type
Type label. -
version
BaseXLabel version
Version label.
-
-
-
Class org.basex.gui.dialog.DialogPass
class DialogPass extends BaseXDialog implements Serializable-
Serialized Fields
-
buttons
BaseXBack buttons
Buttons. -
info
BaseXLabel info
Info label. -
pass
BaseXPassword pass
New password.
-
-
-
Class org.basex.gui.dialog.DialogPrefs
class DialogPrefs extends BaseXDialog implements Serializable-
Serialized Fields
-
editor
org.basex.gui.dialog.DialogEditorPrefs editor
Editor preferences. -
general
org.basex.gui.dialog.DialogGeneralPrefs general
General preferences. -
result
org.basex.gui.dialog.DialogResultPrefs result
Result preferences. -
tabs
BaseXTabs tabs
Tabs. -
visual
org.basex.gui.dialog.DialogVisualPrefs visual
Visualization preferences.
-
-
-
Class org.basex.gui.dialog.DialogProgress
class DialogProgress extends BaseXDialog implements Serializable-
Serialized Fields
-
bar
JProgressBar bar
Progress bar. -
cancel
BaseXButton cancel
Cancel button. -
command
Command command
Executed command. -
info
BaseXLabel info
Information label. -
mem
BaseXMem mem
Memory usage. -
timer
Timer timer
Refresh action.
-
-
-
Class org.basex.gui.dialog.DialogProps
class DialogProps extends BaseXDialog implements Serializable-
Serialized Fields
-
addPanel
org.basex.gui.dialog.DialogAdd addPanel
Add panel. -
buttons
BaseXButton[] buttons
Index buttons. -
dbInfo
TextPanel dbInfo
Database info. -
ftPanel
BaseXBack ftPanel
Full-text tab. -
indexes
org.basex.gui.dialog.DialogIndex[] indexes
Index creation panels. -
indexesPanel
BaseXBack indexesPanel
Name tab. -
infos
TextPanel[] infos
Index information panel. -
labels
BaseXLabel[] labels
Index labels. -
namesPanel
BaseXBack namesPanel
Name tab. -
nsInfo
TextPanel nsInfo
Namespace info. -
optimize
BaseXButton optimize
Optimize button. -
optimizeAll
BaseXButton optimizeAll
Optimize all button. -
optionsPanel
DialogOptions optionsPanel
Options dialog. -
panels
BaseXBack[] panels
Index panels. -
pathsPanel
BaseXBack pathsPanel
Name tab. -
resources
org.basex.gui.dialog.DialogResources resources
Resource panel. -
tabs
BaseXTabs tabs
Tabbed pane. -
updated
IntList updated
Contains the panels that are currently being updated.
-
-
-
Class org.basex.gui.dialog.DialogSort
class DialogSort extends BaseXDialog implements Serializable-
Serialized Fields
-
asc
BaseXCheckBox asc
Sort ascending. -
buttons
BaseXBack buttons
Buttons. -
column
BaseXTextField column
Column. -
cs
BaseXCheckBox cs
Case sensitive. -
merge
BaseXCheckBox merge
Merge duplicate lines. -
unicode
BaseXCheckBox unicode
Unicode order.
-
-
-
-
Package org.basex.gui.layout
-
Class org.basex.gui.layout.BaseXBack
class BaseXBack extends JPanel implements Serializable -
Class org.basex.gui.layout.BaseXButton
class BaseXButton extends JButton implements Serializable -
Class org.basex.gui.layout.BaseXCheckBox
class BaseXCheckBox extends JCheckBox implements Serializable-
Serialized Fields
-
option
BooleanOption option
Boolean option. -
options
Options options
Options.
-
-
-
Class org.basex.gui.layout.BaseXCombo
-
Serialized Fields
-
focus
FocusListener focus
Focus listener. -
hint
org.basex.gui.layout.BaseXTextHint hint
Hint. -
history
BaseXHistory history
History. -
keys
KeyListener keys
Key listener. -
option
Option<?> option
Option. -
options
Options options
Options. -
win
BaseXWindow win
Reference to parent window (of typeBaseXDialogorGUI).
-
-
-
Class org.basex.gui.layout.BaseXDialog
class BaseXDialog extends JDialog implements Serializable-
Serialized Fields
-
gui
GUI gui
Reference to the main window. -
keys
KeyListener keys
Key listener, triggering an action with each click. -
mnem
StringBuilder mnem
Used mnemonics. -
ok
boolean ok
Remembers if the window was correctly closed. -
panel
BaseXBack panel
Reference to the root panel.
-
-
-
Class org.basex.gui.layout.BaseXDSlider
class BaseXDSlider extends BaseXPanel implements Serializable-
Serialized Fields
-
center
boolean center
Right button flag. -
currMax
double currMax
Current slider value. -
currMin
double currMin
Current slider value. -
itr
boolean itr
Integer flag. -
left
boolean left
Left button flag. -
listener
ActionListener listener
Listener. -
log
boolean log
Logarithmic scale. -
max
double max
Maximum slider value. -
min
double min
Minimum slider value. -
mouX
int mouX
Mouse position for dragging operations. -
oldMax
double oldMax
Cached slider value. -
oldMin
double oldMin
Cached slider value. -
right
boolean right
Right button flag.
-
-
-
Class org.basex.gui.layout.BaseXHeader
class BaseXHeader extends BaseXLabel implements Serializable -
Class org.basex.gui.layout.BaseXLabel
class BaseXLabel extends JLabel implements Serializable -
Class org.basex.gui.layout.BaseXList
class BaseXList extends BaseXBack implements Serializable-
Serialized Fields
-
list
JList<String> list
List. -
num
boolean num
Numeric list. -
scroll
JScrollPane scroll
Scroll pane. -
text
BaseXTextField text
Text field. -
values
String[] values
List values.
-
-
-
Class org.basex.gui.layout.BaseXMem
class BaseXMem extends BaseXPanel implements Serializable -
Class org.basex.gui.layout.BaseXPanel
class BaseXPanel extends BaseXBack implements Serializable-
Serialized Fields
-
gui
GUI gui
Reference to the main window.
-
-
-
Class org.basex.gui.layout.BaseXPassword
class BaseXPassword extends JPasswordField implements Serializable -
Class org.basex.gui.layout.BaseXPopup
class BaseXPopup extends JPopupMenu implements Serializable-
Serialized Fields
-
commands
GUICommand[] commands
Popup commands. -
gui
GUI gui
Reference to the main window.
-
-
-
Class org.basex.gui.layout.BaseXRadio
class BaseXRadio extends JRadioButton implements Serializable -
Class org.basex.gui.layout.BaseXScrollBar
class BaseXScrollBar extends BaseXPanel implements Serializable-
Serialized Fields
-
animated
boolean animated
Flag reporting if the scrollbar animation is running. -
barOffset
int barOffset
Scrollbar slider offset. -
barPos
int barPos
Scrollbar slider position. -
barSize
int barSize
Scrollbar slider size. -
button
boolean button
Flag for button clicks. -
comp
BaseXPanel comp
Reference to the scrolled component. -
down
boolean down
Flag for scrolling downward. -
dragPos
int dragPos
Scrollbar dragging position. -
height
int height
Current panel height. -
hh
int hh
Scrollbar height. -
moving
boolean moving
Flag for moving upward. -
pos
int pos
Current panel position. -
sliding
boolean sliding
Flag for sliding the scrollbar. -
step
int step
Current scrolling speed. -
up
boolean up
Flag for scrolling upward. -
ww
int ww
Scrollbar width.
-
-
-
Class org.basex.gui.layout.BaseXSerial
class BaseXSerial extends BaseXBack implements Serializable-
Serialized Fields
-
dialog
BaseXDialog dialog
Reference to dialog. -
info
BaseXLabel info
Serialization string. -
panel
BaseXBack panel
Options panel. -
params
BaseXCombo params
Keys. -
sopts
SerializerOptions sopts
Serialization parameters.
-
-
-
Class org.basex.gui.layout.BaseXSlider
class BaseXSlider extends BaseXPanel implements Serializable-
Serialized Fields
-
dialog
BaseXDialog dialog
Listener. -
max
int max
Maximum slider value. -
min
int min
Minimum slider value. -
mouseX
int mouseX
Mouse position for dragging operations. -
oldValue
int oldValue
Old slider value. -
option
NumberOption option
Number option. -
options
Options options
Options. -
value
int value
Current slider value.
-
-
-
Class org.basex.gui.layout.BaseXSplit
class BaseXSplit extends BaseXBack implements Serializable-
Serialized Fields
-
cachedSize
double[] cachedSize
Cached sizes (when panel is hidden). -
dragPos
double dragPos
Current drag position. -
dragSize
double[] dragSize
Panel positions; assigned when a drag operation starts. -
hiddenSize
double[] hiddenSize
Proportions of visible panels. -
horizontal
boolean horizontal
Layout: horizontal = true, vertical = false. -
propSize
double[] propSize
Proportional panel sizes.
-
-
-
Class org.basex.gui.layout.BaseXTabs
class BaseXTabs extends JTabbedPane implements Serializable-
Serialized Fields
-
draggedTab
int draggedTab
Index of currently dragged tab (default:-1).
-
-
-
Class org.basex.gui.layout.BaseXTextField
class BaseXTextField extends JTextField implements Serializable -
Class org.basex.gui.layout.BaseXTree
class BaseXTree extends JTree implements Serializable -
Class org.basex.gui.layout.ResourceFolder
class ResourceFolder extends ResourceNode implements Serializable-
Serialized Fields
-
loaded
boolean loaded
Children of node have been loaded.
-
-
-
Class org.basex.gui.layout.ResourceLeaf
class ResourceLeaf extends ResourceNode implements Serializable-
Serialized Fields
-
abbr
boolean abbr
This leaf is a dummy node displaying that node listing is abbreviated. -
raw
boolean raw
Represents raw file (true) or document (false).
-
-
-
Class org.basex.gui.layout.ResourceNode
class ResourceNode extends DefaultMutableTreeNode implements Serializable-
Serialized Fields
-
-
Class org.basex.gui.layout.ResourceRootFolder
class ResourceRootFolder extends ResourceFolder implements Serializable
-
-
Package org.basex.gui.text
-
Class org.basex.gui.text.SearchBar
class SearchBar extends BaseXBack implements Serializable-
Serialized Fields
-
cls
AbstractButton cls
Action: close. -
editor
TextPanel editor
Current editor reference. -
find
BaseXCombo find
Search text. -
gui
GUI gui
GUI reference. -
keys
KeyListener keys
Escape key listener. -
mcase
AbstractButton mcase
Mode: match case. -
multi
AbstractButton multi
Mode: multi-line. -
oldSearch
String oldSearch
Old search text. -
regex
AbstractButton regex
Mode: regular expression. -
replace
BaseXCombo replace
Replace text. -
rplc
AbstractButton rplc
Action: replace. -
search
AbstractButton search
Search button. -
word
AbstractButton word
Mode: whole word.
-
-
-
Class org.basex.gui.text.SearchEditor
class SearchEditor extends BaseXBack implements Serializable-
Serialized Fields
-
search
SearchBar search
Search bar.
-
-
-
Class org.basex.gui.text.TextPanel
class TextPanel extends BaseXPanel implements Serializable-
Serialized Fields
-
caretTimer
Timer caretTimer
Text caret. -
editable
boolean editable
Editable flag. -
editor
TextEditor editor
Text editor. -
hist
History hist
Undo history. -
lastCol
int lastCol
Last horizontal position. -
linkListener
LinkListener linkListener
Link listener. -
rend
org.basex.gui.text.TextRenderer rend
Renderer reference. -
resizeCode
GUICode resizeCode
Calculation counter. -
scroll
BaseXScrollBar scroll
Scrollbar reference. -
search
SearchBar search
Search bar. -
updateScrollbar
GUICode updateScrollbar
Updates size and position of the scroll bar. -
updateScrollpos
GUICode updateScrollpos
Updates the position of the scroll bar.
-
-
-
-
Package org.basex.gui.view
-
Class org.basex.gui.view.View
class View extends BaseXPanel implements Serializable -
Class org.basex.gui.view.ViewContainer
class ViewContainer extends BaseXBack implements Serializable-
Serialized Fields
-
gui
GUI gui
Reference to the main window. -
layout
org.basex.gui.view.ViewLayout layout
View Layout. -
layoutString
String layoutString
Current layout string. -
location
org.basex.gui.view.ViewContainer.Location location
Target orientation. -
logo
Image logo
Logo. -
pos
int[] pos
Temporary rectangle position. -
source
org.basex.gui.view.ViewPanel source
Source View. -
sp
Point sp
Temporary mouse position. -
target
org.basex.gui.view.ViewPanel target
Target View. -
views
org.basex.gui.view.ViewPanel[] views
View panels.
-
-
-
-
Package org.basex.gui.view.editor
-
Class org.basex.gui.view.editor.EditorArea
class EditorArea extends TextPanel implements Serializable-
Serialized Fields
-
file
IOFile file
File in tab. -
label
BaseXLabel label
File label. -
last
byte[] last
Last input. -
modified
boolean modified
Flag for modified content. -
timeStamp
long timeStamp
Timestamp. Set to0if the editor contents are not saved on disk. -
view
EditorView view
View reference.
-
-
-
Class org.basex.gui.view.editor.EditorView
class EditorView extends View implements Serializable-
Serialized Fields
-
context
BaseXLabel context
Context. -
doc
DBNode doc
Main-memory document. -
execFile
IOFile execFile
Query file that has last been evaluated. -
go
AbstractButton go
Go button. -
history
AbstractButton history
History Button. -
info
BaseXLabel info
Info label. -
inputInfo
InputInfo inputInfo
Input info. -
parseQC
QueryContext parseQC
Parse query context. -
pos
BaseXLabel pos
Position label. -
posCode
GUICode posCode
Code for setting cursor position. -
project
ProjectView project
Project files. -
search
SearchBar search
Search bar. -
split
BaseXSplit split
Splitter. -
statusID
int statusID
Evaluation counter. -
stop
AbstractButton stop
Stop Button. -
tabs
BaseXTabs tabs
Tabs. -
test
AbstractButton test
Test button.
-
-
-
-
Package org.basex.gui.view.explore
-
Class org.basex.gui.view.explore.ExploreView
class ExploreView extends View implements Serializable-
Serialized Fields
-
filter
AbstractButton filter
Filter button. -
search
org.basex.gui.view.explore.ExploreArea search
Current search panel.
-
-
-
-
Package org.basex.gui.view.folder
-
Class org.basex.gui.view.folder.FolderView
class FolderView extends View implements Serializable-
Serialized Fields
-
boxMargin
int boxMargin
Box Margin. -
boxW
int boxW
Box Size. -
closedMarker
BufferedImage closedMarker
Closed marker. -
focusedPos
int focusedPos
Focused folder position. -
lineH
int lineH
Line Height. -
opened
boolean[] opened
References closed nodes. -
openedMarker
BufferedImage openedMarker
Opened marker. -
scroll
BaseXScrollBar scroll
Scroll Bar. -
startY
int startY
Start y value. -
totalW
int totalW
Vertical mouse position. -
treeH
int treeH
Total height.
-
-
-
-
Package org.basex.gui.view.info
-
Class org.basex.gui.view.info.InfoView
class InfoView extends View implements Serializable-
Serialized Fields
-
all
byte[] all
Full text. -
bs
int bs
Bar size. -
bw
int bw
Bar widths. -
cat
String cat
Category chosen by user. -
cats
BaseXCombo cats
Categories. -
clear
boolean clear
Clear text before adding new text. -
editor
SearchEditor editor
Searchable editor. -
focus
int focus
Focused bar. -
h
int h
Panel Height. -
header
BaseXHeader header
Header label. -
label
BaseXLabel label
Info label for total time. -
newText
byte[] newText
New text. -
paint
boolean paint
Painting flag. -
stat
IntList stat
Query statistics. -
strings
StringList strings
Query statistics strings. -
text
TextPanel text
Text Area. -
w
int w
Panel Width.
-
-
-
-
Package org.basex.gui.view.map
-
Class org.basex.gui.view.map.MapView
class MapView extends View implements Serializable-
Serialized Fields
-
dragTol
int dragTol
Drag tolerance. -
focused
org.basex.gui.view.map.MapRect focused
Currently focused rectangle. -
layout
org.basex.gui.view.map.MapLayout layout
Keeps the whole map layout. -
mainMap
BufferedImage mainMap
TreeMap. -
mainRect
org.basex.gui.view.map.MapRect mainRect
Main rectangle. -
mainRects
org.basex.gui.view.map.MapRects mainRects
Array of current rectangles. -
mouseX
int mouseX
Horizontal mouse position. -
mouseY
int mouseY
Vertical mouse position. -
rectHist
org.basex.gui.view.map.MapRect[] rectHist
Rectangle history. -
selBox
org.basex.gui.view.map.MapRect selBox
Dragged rectangle. -
textLen
int[] textLen
Text lengths. -
zoomIn
boolean zoomIn
Flag for zooming in/out. -
zoomMap
BufferedImage zoomMap
Zoomed TreeMap. -
zoomSpeed
int zoomSpeed
Zooming speed. -
zoomStep
int zoomStep
Current zooming Step (set to 0 when no zooming takes place).
-
-
-
-
Package org.basex.gui.view.plot
-
Class org.basex.gui.view.plot.PlotView
class PlotView extends View implements Serializable-
Serialized Fields
-
dots
BaseXSlider dots
Dot size in plot view. -
dragging
boolean dragging
Flag for mouse dragging actions. -
drawSubNodes
boolean drawSubNodes
Indicates if global marked nodes should be drawn. -
itemCombo
BaseXCombo itemCombo
Item selector combo. -
itemImg
BufferedImage itemImg
Item image. -
itemImgFocused
BufferedImage itemImgFocused
Focused item image. -
itemImgMarked
BufferedImage itemImgMarked
Marked item image. -
itemImgSub
BufferedImage itemImgSub
Child node of marked node. -
markedImg
BufferedImage markedImg
Buffered image of marked items. -
markingChanged
boolean markingChanged
Indicates if the buffered image for marked nodes has to be redrawn. -
mouseX
int mouseX
X coordinate of mouse pointer. -
mouseY
int mouseY
Y coordinate of mouse pointer. -
nextContext
DBNodes nextContext
Context which is displayed in the plot after a context change which was triggered by the plot itself. -
plotChanged
boolean plotChanged
Keeps track of changes in the plot. -
plotData
org.basex.gui.view.plot.PlotData plotData
Data reference. -
plotHeight
int plotHeight
Current plot height. -
plotImg
BufferedImage plotImg
Buffered plot image. -
plotWidth
int plotWidth
Current plot width. -
rightClick
boolean rightClick
Indicates if a filter operation is self implied or was triggered by another view. -
selectionBox
ViewRect selectionBox
Bounding box which supports selection of multiple items. -
xCombo
BaseXCombo xCombo
X axis selector. -
xLog
BaseXCheckBox xLog
Logarithmic display. -
yCombo
BaseXCombo yCombo
Y axis selector. -
yLog
BaseXCheckBox yLog
Logarithmic display.
-
-
-
-
Package org.basex.gui.view.project
-
Class org.basex.gui.view.project.ProjectView
class ProjectView extends BaseXPanel implements Serializable-
Serialized Fields
-
files
org.basex.gui.view.project.ProjectFiles files
Cached file paths. -
filter
org.basex.gui.view.project.ProjectFilter filter
Filter field. -
last
Component last
Last focused component. -
lastfocus
FocusGainedListener lastfocus
Remembers the last focused component. -
list
org.basex.gui.view.project.ProjectList list
Filter list. -
parsed
boolean parsed
Indicates if the current project files have been parsed. -
root
org.basex.gui.view.project.ProjectDir root
Root directory. -
rootPath
BaseXCombo rootPath
Root path. -
split
BaseXSplit split
Splitter. -
tree
org.basex.gui.view.project.ProjectTree tree
Tree.
-
-
-
-
Package org.basex.gui.view.table
-
Class org.basex.gui.view.table.TableView
class TableView extends View implements Serializable-
Serialized Fields
-
content
org.basex.gui.view.table.TableContent content
Table content area. -
header
org.basex.gui.view.table.TableHeader header
Table header. -
scroll
BaseXScrollBar scroll
Table scrollbar. -
tdata
org.basex.gui.view.table.TableData tdata
Table data.
-
-
-
-
Package org.basex.gui.view.text
-
Class org.basex.gui.view.text.TextView
class TextView extends View implements Serializable-
Serialized Fields
-
cachedCmd
Command cachedCmd
Cached command. -
cachedNodes
DBNodes cachedNodes
Cached nodes. -
editor
SearchEditor editor
Search editor. -
header
BaseXHeader header
Header string. -
home
AbstractButton home
Home button. -
label
BaseXLabel label
Info label for total time. -
text
TextPanel text
Text Area.
-
-
-
-
Package org.basex.gui.view.tree
-
Class org.basex.gui.view.tree.TreeView
class TreeView extends View implements Serializable-
Serialized Fields
-
flv
int flv
Level of currently focused rectangle. -
fontHeight
int fontHeight
Current font height. -
fpre
int fpre
Focused pre. -
frect
org.basex.gui.view.tree.TreeRect frect
Currently focused rectangle. -
frn
int frn
Focused root number. -
height
int height
Window height. -
inFocus
boolean inFocus
If something is in focus. -
levelDistance
int levelDistance
Distance between the levels. -
markedImage
BufferedImage markedImage
Image of the current marked nodes. -
mousePosX
int mousePosX
Current mouse position x. -
mousePosY
int mousePosY
Current mouse position y. -
nes
boolean nes
Not enough space. -
nodeHeight
int nodeHeight
The node height. -
paintType
org.basex.gui.view.tree.TreeConstants.Refresh paintType
New tree initialization. -
refreshedFocus
boolean refreshedFocus
Notified focus flag. -
roots
int[] roots
Array with current root nodes. -
selection
boolean selection
If something is selected. -
selectRect
ViewRect selectRect
The selection rectangle. -
showAtts
boolean showAtts
Show attributes. -
slimToText
boolean slimToText
Slim rectangles to text length. -
start
int start
Window start. -
sub
org.basex.gui.view.tree.TreeSubtree sub
TreeBorders Object, contains cached pre values and borders. -
topMargin
int topMargin
Top margin. -
tr
org.basex.gui.view.tree.TreeRects tr
TreeRects Object, contains cached rectangles. -
treedist
double treedist
Distance between multiple trees. -
treeImage
BufferedImage treeImage
Current Image of visualization. -
width
int width
Window width.
-
-
-
-
Package org.basex.io.in
-
Exception org.basex.io.in.DecodingException
class DecodingException extends InputException implements Serializable -
Exception org.basex.io.in.InputException
class InputException extends IOException implements Serializable
-
-
Package org.basex.query
-
Exception org.basex.query.QueryException
class QueryException extends Exception implements Serializable-
Serialized Fields
-
catchable
boolean catchable
Marks if this exception is catchable by atry/catchexpression. -
error
QueryError error
Error reference (nullfor dynamic error messages). -
info
InputInfo info
Error line and column. -
markedCol
int markedCol
Marked error column. -
name
QNm name
Error QName. -
stack
ArrayList<InputInfo> stack
Stack. -
suggest
StringList suggest
Code suggestions. -
value
Value value
Error value.
-
-
-
Exception org.basex.query.QueryIOException
class QueryIOException extends IOException implements Serializable-
Serialized Fields
-
cause
QueryException cause
Wrapped query exception.
-
-
-
Exception org.basex.query.QueryRTException
class QueryRTException extends RuntimeException implements Serializable
-
-
Package org.basex.query.util.regex.parse
-
Exception org.basex.query.util.regex.parse.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class org.basex.query.util.regex.parse.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Error org.basex.query.util.regex.parse.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.basex.server
-
Exception org.basex.server.LoginException
class LoginException extends IOException implements Serializable -
Class org.basex.server.Sessions
-