Serialized Form


Package org.basex.build

Class org.basex.build.BuildException extends java.io.IOException implements Serializable


Package org.basex.core

Class org.basex.core.BaseXException extends java.io.IOException implements Serializable

Class org.basex.core.Events extends java.util.HashMap<java.lang.String,Sessions> implements Serializable

Serialized Fields

file

IOFile file
Event file.

Class org.basex.core.ProcException extends java.lang.RuntimeException implements Serializable


Package org.basex.gui

Class org.basex.gui.AGUI extends javax.swing.JFrame implements Serializable

Serialized Fields

context

Context context
Database Context.


gprop

GUIProp gprop
GUI properties.

Class org.basex.gui.GUI extends AGUI implements Serializable

Serialized Fields

notify

ViewNotifier notify
View Manager.


status

GUIStatus status
Status line.


input

GUIInput input
Input field.


filter

BaseXButton filter
Filter button.


editor

EditorView editor
Search view.


info

InfoView info
Info view.


painting

boolean painting
Painting flag; if activated, interactive operations are skipped.


updating

boolean updating
Updating flag; if activated, operations accessing the data are skipped.


fullscreen

boolean fullscreen
Fullscreen flag.


menu

GUIMenu menu
Result panel.


buttons

BaseXBack buttons
Button panel.


nav

BaseXBack nav
Navigation/input panel.


views

ViewContainer views
Content panel, containing all views.


hist

BaseXButton hist
History button.


mode

BaseXCombo mode
Current input Mode.


text

TextView text
Text view.


top

BaseXBack top
Top panel.


go

BaseXButton go
Execution Button.


control

BaseXBack control
Control panel.


hits

BaseXLabel hits
Results label.


toolbar

GUIToolBar toolbar
Buttons.


command

Command command
Current command.


menuHeight

int menuHeight
Menu panel height.


fullscr

javax.swing.JFrame fullscr
Fullscreen Window.


threadID

int threadID
Thread counter.


infoListener

InfoListener infoListener
Info listener.

Class org.basex.gui.GUIInput extends BaseXTextField implements Serializable

Serialized Fields

gui

GUI gui
Reference to main window.


box

BaseXCombo box
JComboBox.


pop

org.basex.gui.GUIInput.ComboPopup pop
BasicComboPopup Menu.


pre

java.lang.String pre
String for temporary input.

Class org.basex.gui.GUIMenu extends javax.swing.JMenuBar implements Serializable

Serialized Fields

items

javax.swing.JMenuItem[] items
Referenced menu items.


gui

GUI gui
Reference to main window.

Class org.basex.gui.GUIStatus extends BaseXPanel implements Serializable

Serialized Fields

label

BaseXLabel label
Status text.

Class org.basex.gui.GUIToolBar extends javax.swing.JToolBar implements Serializable

Serialized Fields

cmd

GUICmd[] cmd
Toolbar commands.


gui

GUI gui
Reference to main window.


Package org.basex.gui.dialog

Class org.basex.gui.dialog.DialogAbout extends BaseXDialog implements Serializable

Class org.basex.gui.dialog.DialogColors extends BaseXDialog implements Serializable

Serialized Fields

sliderRed

BaseXSlider sliderRed
Slider reference.


sliderGreen

BaseXSlider sliderGreen
Slider reference.


sliderBlue

BaseXSlider sliderBlue
Slider reference.

Class org.basex.gui.dialog.DialogEdit extends BaseXDialog implements Serializable

Serialized Fields

result

StringList result
Resulting update arguments.


kind

int kind
Node kind.


buttons

BaseXBack buttons
Button panel.


info

BaseXLabel info
Info label.


input1

BaseXTextField input1
Text area.


input2

BaseXTextField input2
Text area.


input3

Editor input3
Text area.


old1

java.lang.String old1
Old content.


old2

java.lang.String old2
Old content.


old3

byte[] old3
Old content.

Class org.basex.gui.dialog.DialogExport extends BaseXDialog implements Serializable

Serialized Fields

path

BaseXTextField path
Directory path.


info

BaseXLabel info
Database info.


method

BaseXCombo method
Serialization method.


encoding

BaseXCombo encoding
Encoding.


buttons

BaseXBack buttons
Buttons.


params

BaseXTextField params
Parameters.

Class org.basex.gui.dialog.DialogFonts extends BaseXDialog implements Serializable

Serialized Fields

font

BaseXList font
Font name chooser.


font2

BaseXList font2
Font name chooser.


type

BaseXList type
Font type chooser.


size

BaseXList size
Font size chooser.

Class org.basex.gui.dialog.DialogImport extends BaseXBack implements Serializable

Serialized Fields

info

BaseXLabel info
User feedback.


input

BaseXTextField input
Resource to add.


browse

BaseXButton browse
Browse button.


parser

BaseXCombo parser
Parser.


dbname

java.lang.String dbname
DB name.


gui

GUI gui
Dialog reference.


parsing

org.basex.gui.dialog.DialogParsing parsing
Parsing options.


archives

BaseXCheckBox archives
Add contents of archives.


skipCorrupt

BaseXCheckBox skipCorrupt
Skip corrupt files.


addRaw

BaseXCheckBox addRaw
Add remaining files as raw files.


filter

BaseXTextField filter
Document filter.

Class org.basex.gui.dialog.DialogInput extends BaseXDialog implements Serializable

Serialized Fields

input

BaseXTextField input
User input.


old

java.lang.String old
Old input.


buttons

BaseXBack buttons
Buttons.


info

BaseXLabel info
Info label.


db

StringList db
Available databases.


type

int type
Rename/copy/delete dialog.

Class org.basex.gui.dialog.DialogInsert extends BaseXDialog implements Serializable

Serialized Fields

result

StringList result
Resulting update arguments.


kind

int kind
Node kind.


buttons

BaseXBack buttons
Button panel.


back

BaseXBack back
Background panel.


info

BaseXLabel info
Info label.


input1

BaseXTextField input1
Text area.


input2

Editor input2
Text area.


label1

BaseXLabel label1
First label.


label2

BaseXLabel label2
Second label.


radio

BaseXRadio[] radio
Insert kind selection buttons.

Class org.basex.gui.dialog.DialogLine extends BaseXDialog implements Serializable

Serialized Fields

line

BaseXTextField line
New password.


buttons

BaseXBack buttons
Buttons.


info

BaseXLabel info
Info label.

Class org.basex.gui.dialog.DialogManage extends BaseXDialog implements Serializable

Serialized Fields

choice

BaseXList choice
List of currently available databases.


doc1

BaseXLabel doc1
Name of current database.


doc2

BaseXLabel doc2
Name of current database.


detail

Editor detail
Information panel.


rename

BaseXButton rename
Rename button.


drop

BaseXButton drop
Drop button.


open

BaseXButton open
Open button.


backup

BaseXButton backup
Backup button.


restore

BaseXButton restore
Restore button.


copy

BaseXButton copy
Copy button.


refresh

boolean refresh
Refresh list of databases.


backups

BaseXList backups
Combobox that lists available backups for a database.


delete

BaseXButton delete
Delete button for backups.


deleteAll

BaseXButton deleteAll
Deletes all backups.

Class org.basex.gui.dialog.DialogMapLayout extends BaseXDialog implements Serializable

Serialized Fields

algo

BaseXList algo
Map layouts.


sizeSlider

BaseXSlider sizeSlider
Layout slider.


atts

BaseXCheckBox atts
Show attributes.


border

BaseXCombo border
Select layout algorithm.


sizeLabel

BaseXLabel sizeLabel
Size slider label.

Class org.basex.gui.dialog.DialogMessage extends BaseXDialog implements Serializable

Serialized Fields

yes

BaseXButton yes
Ok/yes button.


canceled

boolean canceled
This flag indicates if the dialog was canceled.


no

BaseXButton no
No button.

Class org.basex.gui.dialog.DialogNew extends BaseXDialog implements Serializable

Serialized Fields

general

DialogImport general
General dialog.


dbname

BaseXTextField dbname
Database name.


buttons

BaseXBack buttons
Buttons.


txtindex

BaseXCheckBox txtindex
Text index flag.


atvindex

BaseXCheckBox atvindex
Attribute value index flag.


ftxindex

BaseXCheckBox ftxindex
Full-text index flag.


ft

org.basex.gui.dialog.DialogFT ft
Editable full-text options.


db

StringList db
Available databases.

Class org.basex.gui.dialog.DialogPackages extends BaseXDialog implements Serializable

Serialized Fields

packages

BaseXList packages
List of available packages.


title

BaseXLabel title
Title of package.


install

BaseXButton install
Install button.


delete

BaseXButton delete
Delete button.


name

BaseXLabel name
Name label.


version

BaseXLabel version
Version label.


type

BaseXLabel type
Type label.


path

BaseXLabel path
Path label.


refresh

boolean refresh
Refresh list of databases.

Class org.basex.gui.dialog.DialogPass extends BaseXDialog implements Serializable

Serialized Fields

pass

BaseXPassword pass
New password.


buttons

BaseXBack buttons
Buttons.


info

BaseXLabel info
Info label.

Class org.basex.gui.dialog.DialogPrefs extends BaseXDialog implements Serializable

Serialized Fields

path

BaseXTextField path
Directory path.


limit

BaseXSlider limit
Number of hits.


label

BaseXLabel label
Label for number of hits.


creds

BaseXLabel creds
Language label.


lang

BaseXCombo lang
Language combobox.


focus

BaseXCheckBox focus
Focus checkbox.


names

BaseXCheckBox names
Show names checkbox.


simpfd

BaseXCheckBox simpfd
Simple file dialog checkbox.


javalook

BaseXCheckBox javalook
Simple file dialog checkbox.


oldShowNames

boolean oldShowNames
Old value for show names flag.

Class org.basex.gui.dialog.DialogProgress extends BaseXDialog implements Serializable

Serialized Fields

timer

javax.swing.Timer timer
Refresh action.


info

BaseXLabel info
Information label.


mem

BaseXMem mem
Memory usage.


command

Command command
Executed command.


bar

javax.swing.JProgressBar bar
Progress bar.

Class org.basex.gui.dialog.DialogProps extends BaseXDialog implements Serializable

Serialized Fields

tabFT

BaseXBack tabFT
Full-text tab.


tabNames

BaseXBack tabNames
Name tab.


tabPath

BaseXBack tabPath
Name tab.


tabValues

BaseXBack tabValues
Name tab.


updated

IntList updated
Contains the panels that are currently being updated.


tabs

BaseXTabs tabs
Tabbed pane.


resources

DialogResources resources
Resource panel.


add

org.basex.gui.dialog.DialogAdd add
Add panel.


infos

Editor[] infos
Index information.


labels

BaseXLabel[] labels
Index labels.


indxs

BaseXButton[] indxs
Index buttons.


panels

BaseXBack[] panels
Index panels.


ft

org.basex.gui.dialog.DialogFT ft
Editable full-text options.

Class org.basex.gui.dialog.DialogResources extends BaseXBack implements Serializable

Serialized Fields

filterText

BaseXTextField filterText
Search text field.


root

TreeFolder root
Database/root node.


dialog

BaseXDialog dialog
Dialog reference.


tree

BaseXTree tree
Resource tree.


filter

BaseXButton filter
Filter button.


clear

BaseXButton clear
Clear button.


filtered

boolean filtered
Avoids superfluous filtering steps.

Class org.basex.gui.dialog.DialogServer extends BaseXDialog implements Serializable

Serialized Fields

admpass

BaseXPassword admpass
Password textfield.


tabs

BaseXTabs tabs
Tabulators.


user

org.basex.gui.dialog.DialogUser user
User panel.


dbsP

org.basex.gui.dialog.DialogUser dbsP
Databases panel.


databases

BaseXBack databases
Databases panel.


sess

BaseXBack sess
Sessions/Databases panel.


logs

BaseXBack logs
Log panel.


admuser

BaseXTextField admuser
Username textfield.


disconnect

BaseXButton disconnect
Disconnect button.


refreshSess

BaseXButton refreshSess
Refresh button.


connect

BaseXButton connect
Connect button.


start

BaseXButton start
Start button.


tab

int tab
Indicates which tab is activated.


ctx

Context ctx
Context.


refreshLog

BaseXButton refreshLog
Updates log file.


stop

BaseXButton stop
Stop button.


delete

BaseXButton delete
Deletes log file.


deleteAll

BaseXButton deleteAll
Deletes all log files.


host

BaseXTextField host
Server host.


ports

BaseXTextField ports
Local server port.


portc

BaseXTextField portc
Server port.


sese

Editor sese
Current sessions.


logt

Editor logt
Log text.


infoC

BaseXLabel infoC
Info label.


infoL

BaseXLabel infoL
Info label.


logc

BaseXCombo logc
Combobox for log files.


logd

IOFile logd
String for log dir.


cs

ClientSession cs
ClientSession.


running

boolean running
Boolean for check is server is running.


connected

boolean connected
Boolean for check if client is connected.

Class org.basex.gui.dialog.DialogTreeOptions extends BaseXDialog implements Serializable

Serialized Fields

slim

BaseXCheckBox slim
Slim rectangles to text length.


atts

BaseXCheckBox atts
Show attributes.


Package org.basex.gui.editor

Class org.basex.gui.editor.Editor extends BaseXPanel implements Serializable

Serialized Fields

rend

org.basex.gui.editor.Renderer rend
Renderer reference.


scroll

BaseXBar scroll
Scrollbar reference.


editable

boolean editable
Editable flag.


search

SearchBar search
Search bar.


linkListener

LinkListener linkListener
Link listener.


errorID

int errorID
Thread counter.


calcCode

GUICode calcCode
Thread counter.


cursorCode

GUICode cursorCode
Thread counter.


lastCol

int lastCol
Last horizontal position.


cursor

javax.swing.Timer cursor
Cursor.


resizeCode

GUICode resizeCode
Calculation counter.

Class org.basex.gui.editor.SearchBar extends BaseXBack implements Serializable

Serialized Fields

escape

java.awt.event.KeyAdapter escape
Escape key listener.


gui

GUI gui
GUI reference.


cls

BaseXButton cls
Action: close panel.


search

BaseXTextField search
Search text.


replace

BaseXTextField replace
Replace text.


regex

BaseXButton regex
Mode: regular expression.


mcase

BaseXButton mcase
Mode: match case.


word

BaseXButton word
Mode: whole word.


multi

BaseXButton multi
Mode: multi-line.


rplc

BaseXButton rplc
Action: replace text.


button

BaseXButton button
Search button.


editor

Editor editor
Current editor reference.

Class org.basex.gui.editor.SearchEditor extends BaseXBack implements Serializable

Serialized Fields

search

SearchBar search
Search bar.


Package org.basex.gui.layout

Class org.basex.gui.layout.BaseXBack extends javax.swing.JPanel implements Serializable

Serialized Fields

mode

GUIConstants.Fill mode
Fill mode.

Class org.basex.gui.layout.BaseXBar extends BaseXPanel implements Serializable

Serialized Fields

comp

BaseXPanel comp
Reference to the scrolled component.


ww

int ww
Scrollbar width.


step

int step
Current scrolling speed.


animated

boolean animated
Flag reporting if the scrollbar animation is running.


hh

int hh
Scrollbar height.


barPos

int barPos
Scrollbar slider position.


barSize

int barSize
Scrollbar slider size.


dragPos

int dragPos
Scrollbar dragging position.


button

boolean button
Flag for button clicks.


down

boolean down
Flag for scrolling downward.


sliding

boolean sliding
Flag for sliding the scrollbar.


moving

boolean moving
Flag for moving upward.


pos

int pos
Current panel position.


height

int height
Current panel height.


up

boolean up
Flag for scrolling upward.


barOffset

int barOffset
Scrollbar slider offset.


visible

boolean visible
Flag for permanent scrollbar visibility.

Class org.basex.gui.layout.BaseXButton extends javax.swing.JButton implements Serializable

Class org.basex.gui.layout.BaseXCheckBox extends javax.swing.JCheckBox implements Serializable

Class org.basex.gui.layout.BaseXCombo extends javax.swing.JComboBox implements Serializable

Class org.basex.gui.layout.BaseXDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

mnem

java.lang.StringBuilder mnem
Used mnemonics.


gui

GUI gui
Reference to main window.


ok

boolean ok
Remembers if the window was correctly closed.


panel

BaseXBack panel
Reference to the root panel.


loc

int[] loc
Dialog position.


keys

java.awt.event.KeyAdapter keys
Key listener, triggering an action with each click.

Class org.basex.gui.layout.BaseXDSlider extends BaseXPanel implements Serializable

Serialized Fields

totMin

double totMin
Minimum slider value.


totMax

double totMax
Maximum slider value.


min

double min
Current slider value.


max

double max
Current slider value.


itr

boolean itr
Integer flag.


listener

java.awt.event.ActionListener listener
Listener.


oldMin

double oldMin
Cached slider value.


oldMax

double oldMax
Cached slider value.


mouX

int mouX
Mouse position for dragging operations.


left

boolean left
Left button flag.


right

boolean right
Right button flag.


center

boolean center
Right button flag.


log

boolean log
Logarithmic scale.

Class org.basex.gui.layout.BaseXLabel extends javax.swing.JLabel implements Serializable

Class org.basex.gui.layout.BaseXList extends BaseXBack implements Serializable

Serialized Fields

single

boolean single
Single choice.


text

BaseXTextField text
Text field.


list

javax.swing.JList list
List.


values

java.lang.String[] values
List values.


num

boolean num
Numeric list.


scroll

javax.swing.JScrollPane scroll
Scroll pane.

Class org.basex.gui.layout.BaseXMem extends BaseXPanel implements Serializable

Class org.basex.gui.layout.BaseXPanel extends BaseXBack implements Serializable

Serialized Fields

gui

GUI gui
Reference to the main window.

Class org.basex.gui.layout.BaseXPassword extends javax.swing.JPasswordField implements Serializable

Class org.basex.gui.layout.BaseXPopup extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

gui

GUI gui
Reference to main window.


popup

GUICmd[] popup
Popup reference.

Class org.basex.gui.layout.BaseXRadio extends javax.swing.JRadioButton implements Serializable

Class org.basex.gui.layout.BaseXSlider extends BaseXPanel implements Serializable

Serialized Fields

dl

BaseXDialog dl
Listener.


min

int min
Minimum slider value.


max

int max
Maximum slider value.


al

java.awt.event.ActionListener al
Listener.


curr

int curr
Current slider value.


oldCurr

int oldCurr
Current slider value.


mouseX

int mouseX
Mouse position for dragging operations.

Class org.basex.gui.layout.BaseXSplit extends BaseXBack implements Serializable

Serialized Fields

l

boolean l
Layout: horizontal = true, vertical = false.


s

double[] s
Panel positions.


t

double[] t
Temporary panel positions.


d

double d
Temporary drag position.

Class org.basex.gui.layout.BaseXTable extends javax.swing.JTable implements Serializable

Serialized Fields

data

Table data
Table data.


dialog

BaseXDialog dialog
Dialog instance.


model

org.basex.gui.layout.BaseXTable.TableModel model
Table model.

Class org.basex.gui.layout.BaseXTabs extends javax.swing.JTabbedPane implements Serializable

Class org.basex.gui.layout.BaseXTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

history

BaseXHistory history
History.


last

java.lang.String last
Last input.


hist

int hist
History pointer.

Class org.basex.gui.layout.BaseXTree extends javax.swing.JTree implements Serializable

Class org.basex.gui.layout.TreeFolder extends TreeNode implements Serializable

Serialized Fields

loaded

boolean loaded
Children of node have been loaded.

Class org.basex.gui.layout.TreeLeaf extends TreeNode implements Serializable

Serialized Fields

raw

boolean raw
Represents raw file (true) or document (false).


abbr

boolean abbr
This leaf is a dummy node displaying that node listing is abbreviated.

Class org.basex.gui.layout.TreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

name

byte[] name
Node name.


path

byte[] path
Relative path to this node. Starts with one slash, no trailing slashes. File / folder name is not part of the path.


tree

BaseXTree tree
Tree reference for lazy loading.


data

Data data
Data reference.


updating

boolean updating
Updating.

Class org.basex.gui.layout.TreeRootFolder extends TreeFolder implements Serializable


Package org.basex.gui.view

Class org.basex.gui.view.View extends BaseXPanel implements Serializable

Class org.basex.gui.view.ViewContainer extends BaseXBack implements Serializable

Serialized Fields

gui

AGUI gui
Reference to main window.


layout

org.basex.gui.view.ViewAlignment layout
View Layout.


layoutString

java.lang.String layoutString
Current layout string.


views

org.basex.gui.view.ViewPanel[] views
View panels.


source

org.basex.gui.view.ViewPanel source
Source View.


target

org.basex.gui.view.ViewPanel target
Target View.


logo

java.awt.Image logo
Logo reference.


orient

org.basex.gui.view.ViewContainer.Target orient
Target orientation.


sp

java.awt.Point sp
Temporary mouse position.


pos

int[] pos
Temporary rectangle position.


Package org.basex.gui.view.editor

Class org.basex.gui.view.editor.EditorView extends View implements Serializable

Serialized Fields

search

SearchBar search
Search bar.


hist

BaseXButton hist
History Button.


stop

BaseXButton stop
Execute Button.


info

BaseXLabel info
Info label.


pos

BaseXLabel pos
Position label.


tabs

BaseXTabs tabs
Query area.


go

BaseXButton go
Execute button.


threadID

int threadID
Thread counter.


errFile

IO errFile
File in which the most recent error occurred.


errMsg

java.lang.String errMsg
Last error message.


errPos

int errPos
Most recent error position; used for clicking on error message.


label

BaseXLabel label
Header string.


filter

BaseXButton filter
Filter button.


posCode

GUICode posCode
Code for setting cursor position.


Package org.basex.gui.view.explore

Class org.basex.gui.view.explore.ExploreView extends View implements Serializable

Serialized Fields

label

BaseXLabel label
Header string.


search

org.basex.gui.view.explore.ExploreArea search
Current search panel.


filter

BaseXButton filter
Filter button.


Package org.basex.gui.view.folder

Class org.basex.gui.view.folder.FolderView extends View implements Serializable

Serialized Fields

opened

boolean[] opened
References closed nodes.


lineH

int lineH
Line Height.


focusedPos

int focusedPos
Focused folder position.


closedMarker

java.awt.image.BufferedImage closedMarker
Closed marker.


openedMarker

java.awt.image.BufferedImage openedMarker
Opened marker.


scroll

BaseXBar scroll
Scroll Bar.


totalW

int totalW
Vertical mouse position.


startY

int startY
Start y value.


treeH

int treeH
Total height.


boxW

int boxW
Box Size.


boxMargin

int boxMargin
Box Margin.


Package org.basex.gui.view.info

Class org.basex.gui.view.info.InfoView extends View implements Serializable

Serialized Fields

editor

SearchEditor editor
Searchable editor.


text

TokenBuilder text
Current text.


label

BaseXLabel label
Header label.


timer

BaseXLabel timer
Timer label.


area

Editor area
Text Area.


buttons

BaseXBack buttons
Buttons.


stat

IntList stat
Query statistics.


strings

StringList strings
Query statistics strings.


changed

boolean changed
Indicates if text has changed.


clear

boolean clear
Clear text before adding new text.


focus

int focus
Focused bar.


w

int w
Panel Width.


h

int h
Panel Height.


bw

int bw
Bar widths.


bs

int bs
Bar size.


Package org.basex.gui.view.map

Class org.basex.gui.view.map.MapView extends View implements Serializable

Serialized Fields

mainRects

org.basex.gui.view.map.MapRects mainRects
Array of current rectangles.


textLen

int[] textLen
Text lengths.


rectHist

org.basex.gui.view.map.MapRect[] rectHist
Rectangle history.


zoomStep

int zoomStep
Current zooming Step (set to 0 when no zooming takes place).


mainRect

org.basex.gui.view.map.MapRect mainRect
Main rectangle.


selBox

org.basex.gui.view.map.MapRect selBox
Dragged rectangle.


zoomIn

boolean zoomIn
Flag for zooming in/out.


zoomSpeed

int zoomSpeed
Zooming speed.


mouseX

int mouseX
Horizontal mouse position.


mouseY

int mouseY
Vertical mouse position.


dragTol

int dragTol
Drag tolerance.


focused

org.basex.gui.view.map.MapRect focused
Currently focused rectangle.


mainMap

java.awt.image.BufferedImage mainMap
TreeMap.


zoomMap

java.awt.image.BufferedImage zoomMap
Zoomed TreeMap.


layout

org.basex.gui.view.map.MapLayout layout
Keeps the whole map layout.


Package org.basex.gui.view.plot

Class org.basex.gui.view.plot.PlotView extends View implements Serializable

Serialized Fields

xCombo

BaseXCombo xCombo
X axis selector.


yCombo

BaseXCombo yCombo
Y axis selector.


itemCombo

BaseXCombo itemCombo
Item selector combo.


dots

BaseXSlider dots
Dot size in plot view.


plotData

org.basex.gui.view.plot.PlotData plotData
Data reference.


plotChanged

boolean plotChanged
Keeps track of changes in the plot.


drawSubNodes

boolean drawSubNodes
Indicates if global marked nodes should be drawn.


markingChanged

boolean markingChanged
Indicates if the buffered image for marked nodes has to be redrawn.


xLog

BaseXCheckBox xLog
Logarithmic display.


yLog

BaseXCheckBox yLog
Logarithmic display.


selectionBox

ViewRect selectionBox
Bounding box which supports selection of multiple items.


itemImg

java.awt.image.BufferedImage itemImg
Item image.


itemImgMarked

java.awt.image.BufferedImage itemImgMarked
Marked item image.


itemImgFocused

java.awt.image.BufferedImage itemImgFocused
Focused item image.


itemImgSub

java.awt.image.BufferedImage itemImgSub
Child node of marked node.


plotImg

java.awt.image.BufferedImage plotImg
Buffered plot image.


markedImg

java.awt.image.BufferedImage markedImg
Buffered image of marked items.


mouseX

int mouseX
X coordinate of mouse pointer.


mouseY

int mouseY
Y coordinate of mouse pointer.


plotHeight

int plotHeight
Current plot height.


plotWidth

int plotWidth
Current plot width.


dragging

boolean dragging
Flag for mouse dragging actions.


rightClick

boolean rightClick
Indicates if a filter operation is self implied or was triggered by another view.


nextContext

Nodes nextContext
Context which is displayed in the plot after a context change which was triggered by the plot itself.


Package org.basex.gui.view.table

Class org.basex.gui.view.table.TableView extends View implements Serializable

Serialized Fields

tdata

org.basex.gui.view.table.TableData tdata
Table data.


header

org.basex.gui.view.table.TableHeader header
Table header.


content

org.basex.gui.view.table.TableContent content
Table content area.


scroll

BaseXBar scroll
Table scrollbar.


Package org.basex.gui.view.text

Class org.basex.gui.view.text.TextView extends View implements Serializable

Serialized Fields

search

SearchEditor search
Search editor.


label

BaseXLabel label
Header string.


home

BaseXButton home
Home button.


text

Editor text
Text Area.


cmd

Command cmd
Result command.


ns

Nodes ns
Result nodes.


Package org.basex.gui.view.tree

Class org.basex.gui.view.tree.TreeView extends View implements Serializable

Serialized Fields

sub

org.basex.gui.view.tree.TreeSubtree sub
TreeBorders Object, contains cached pre values and borders.


tr

org.basex.gui.view.tree.TreeRects tr
TreeRects Object, contains cached rectangles.


fontHeight

int fontHeight
Current font height.


mousePosX

int mousePosX
Current mouse position x.


mousePosY

int mousePosY
Current mouse position y.


wwidth

int wwidth
Window width.


wheight

int wheight
Window height.


wstart

int wstart
Window start.


treeImage

java.awt.image.BufferedImage treeImage
Current Image of visualization.


refreshedFocus

boolean refreshedFocus
Notified focus flag.


levelDistance

int levelDistance
Distance between the levels.


markedImage

java.awt.image.BufferedImage markedImage
Image of the current marked nodes.


selection

boolean selection
If something is selected.


selectRect

ViewRect selectRect
The selection rectangle.


nodeHeight

int nodeHeight
The node height.


topMargin

int topMargin
Top margin.


treedist

double treedist
Distance between multiple trees.


frect

org.basex.gui.view.tree.TreeRect frect
Currently focused rectangle.


flv

int flv
Level of currently focused rectangle.


frn

int frn
Focused root number.


fpre

int fpre
Focused pre.


paintType

TreeConstants.Refresh paintType
New tree initialization.


roots

int[] roots
Array with current root nodes.


nes

boolean nes
Not enough space.


inFocus

boolean inFocus
If something is in focus.


showAtts

boolean showAtts
Show attributes.


slimToText

boolean slimToText
Slim rectangles to text length.


Package org.basex.io.serial

Class org.basex.io.serial.EncodingException extends InputException implements Serializable

Class org.basex.io.serial.InputException extends java.io.IOException implements Serializable

Class org.basex.io.serial.SerializerException extends java.io.IOException implements Serializable

Serialized Fields

exception

QueryException exception
Wrapped query exception.


Package org.basex.query

Class org.basex.query.QueryException extends java.lang.Exception implements Serializable

Serialized Fields

stack

java.util.ArrayList<E> stack
Stack.


name

QNm name
Error QName.


err

Err err
Error reference.


suggest

StringList suggest
Code suggestions.


info

InputInfo info
Error line and column.


markedCol

int markedCol
Marked error column.


catchable

boolean catchable
Marks if this exception is catchable by a try/catch expression.

Class org.basex.query.QueryRTException extends java.lang.RuntimeException implements Serializable


Package org.basex.query.regex.parse

Class org.basex.query.regex.parse.ParseException extends java.lang.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.


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

java.lang.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.


eol

java.lang.String eol
The end of line string for this machine.

Class org.basex.query.regex.parse.Token extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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.


beginLine

int beginLine
The line number of the first character of this Token.


beginColumn

int beginColumn
The column number of the first character of this Token.


endLine

int endLine
The line number of the last character of this Token.


endColumn

int endColumn
The column number of the last character of this Token.


image

java.lang.String image
The string image of the token.


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.

Class org.basex.query.regex.parse.TokenMgrError extends java.lang.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

Class org.basex.server.LoginException extends java.io.IOException implements Serializable

Class org.basex.server.Sessions extends java.util.concurrent.CopyOnWriteArrayList<ClientListener> implements Serializable