Serialized Form


Package org.basex.build

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


Package org.basex.core

Class org.basex.core.BaseXException extends Exception implements Serializable

Class org.basex.core.ProgressException extends RuntimeException implements Serializable

Class org.basex.core.Users extends ArrayList<User> implements Serializable

Serialized Fields

file

File file
Filename; set to null for local user permissions.


Package org.basex.gui

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

Serialized Fields

context

Context context
Database Context.


prop

GUIProp prop
GUI properties.


notify

ViewNotifier notify
View Manager.


status

GUIStatus status
Status line.


views

ViewContainer views
Content panel, containing all views.


input

GUIInput input
Input field.


filter

BaseXButton filter
Filter button.


query

XQueryView query
Search view.


painting

boolean painting
Painting flag.


updating

boolean updating
Working flag.


fullscreen

boolean fullscreen
Fullscreen flag.


help

DialogHelp help
Help dialog.


text

TextView text
Text view.


info

InfoView info
Info view.


hist

BaseXButton hist
History button.


mode

BaseXCombo mode
Current input Mode.


menu

GUIMenu menu
Result panel.


buttons

BaseXBack buttons
Button panel.


nav

BaseXBack nav
Query panel.


top

BaseXBack top
Top panel.


go

BaseXButton go
Execution Button.


control

BaseXBack control
Control panel.


hits

BaseXLabel hits
Results label.


toolbar

GUIToolBar toolbar
Buttons.


menuHeight

int menuHeight
Menu panel height.


fullscr

JFrame fullscr
Fullscreen Window.


threadID

int threadID
Thread counter.


proc

Proc proc
Current process.

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

Serialized Fields

gui

GUI gui
Reference to main window.


pop

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


box

BaseXCombo box
JComboBox.


pre

String pre
String for temporary input.

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

Serialized Fields

items

JMenuItem[] items
Referenced menu items.


gui

GUI gui
Reference to main window.

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

Serialized Fields

mem

BaseXMem mem
Memory usage.


status

String status
Current status text.


oldStatus

String oldStatus
Current path.

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

Serialized Fields

cmd

GUICommand[] cmd
Toolbar commands.


gui

GUI gui
Reference to main window.


Package org.basex.gui.dialog

Class org.basex.gui.dialog.Dialog extends JDialog implements Serializable

Serialized Fields

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

KeyAdapter keys
Key listener.

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

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

Serialized Fields

sliderRed

BaseXSlider sliderRed
Slider reference.


sliderGreen

BaseXSlider sliderGreen
Slider reference.


sliderBlue

BaseXSlider sliderBlue
Slider reference.

Class org.basex.gui.dialog.DialogCreate extends Dialog implements Serializable

Serialized Fields

path

BaseXTextField path
File path.


filter

BaseXTextField filter
Document filter.


dbname

BaseXTextField dbname
Database name.


info

BaseXLabel info
Database info.


intparse

BaseXCheckBox intparse
Internal XML parsing.


chop

BaseXCheckBox chop
Whitespace chopping.


entities

BaseXCheckBox entities
Entities mode.


dtd

BaseXCheckBox dtd
DTD mode.


pathindex

BaseXCheckBox pathindex
Path summary flag.


txtindex

BaseXCheckBox txtindex
Text index flag.


atvindex

BaseXCheckBox atvindex
Attribute value index flag.


ftxindex

BaseXCheckBox ftxindex
Fulltext index flag.


ft

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


buttons

BaseXBack buttons
Buttons.


db

StringList db
Available databases.

Class org.basex.gui.dialog.DialogCreateFS extends Dialog implements Serializable

Serialized Fields

db

StringList db
Available databases.


info

BaseXLabel info
Database info.


all

BaseXCheckBox all
Parsing complete filesystem.


browse

BaseXButton browse
Browse button.


meta

BaseXCheckBox meta
ID3 parsing.


cont

BaseXCheckBox cont
Context inclusion.


xml

BaseXCheckBox xml
XML inclusion.


buttons

BaseXBack buttons
Button panel.


maxsize

BaseXCombo maxsize
ComboBox.


pathindex

BaseXCheckBox pathindex
Path summary flag.


txtindex

BaseXCheckBox txtindex
Text index flag.


atvindex

BaseXCheckBox atvindex
Attribute value index flag.


ftxindex

BaseXCheckBox ftxindex
Fulltext index flag.


ft

BaseXCheckBox[] ft
Full-text indexing.


path

BaseXTextField path
Directory path.


dbname

BaseXTextField dbname
Database name.

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

Serialized Fields

result

StringList result
Resulting update arguments.


kind

int kind
Node kind.


pre

int pre
Pre value.


buttons

BaseXBack buttons
Button panel.


info

BaseXLabel info
Info label.


input1

BaseXTextField input1
Text area.


input2

BaseXTextField input2
Text area.


input3

BaseXText input3
Text area.


old1

String old1
Old content.


old2

String old2
Old content.


old3

byte[] old3
Old content.

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

Serialized Fields

path

BaseXTextField path
Directory path.


file

boolean file
Directory/File flag.


info

BaseXLabel info
Database info.


out

BaseXLabel out
Output label.


format

BaseXCheckBox format
XML Formatting.


encoding

BaseXCombo encoding
Encoding.


buttons

BaseXBack buttons
Buttons.

Class org.basex.gui.dialog.DialogFontChooser extends Dialog implements Serializable

Serialized Fields

font

BaseXListChooser font
Font name chooser.


font2

BaseXListChooser font2
Font name chooser.


type

BaseXListChooser type
Font type chooser.


size

BaseXListChooser size
Font size chooser.

Class org.basex.gui.dialog.DialogHelp extends Dialog implements Serializable

Serialized Fields

area

BaseXText area
Text Area.

Class org.basex.gui.dialog.DialogInfo extends Dialog implements Serializable

Serialized Fields

indexes

BaseXCheckBox[] indexes
Index Checkbox.


ft

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


buttons

BaseXBack buttons
Button panel.


opt

boolean opt
Optimize flag.


optimize

Object optimize
Optimize button.

Class org.basex.gui.dialog.DialogInsert extends Dialog 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

BaseXText 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.DialogMapLayout extends Dialog implements Serializable

Serialized Fields

algo

BaseXListChooser 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 Dialog implements Serializable

Class org.basex.gui.dialog.DialogMountFS extends Dialog implements Serializable

Serialized Fields

choice

BaseXListChooser choice
List of currently available databases.


doc

BaseXLabel doc
Information panel.


detail

BaseXText detail
Information panel.


browse

BaseXButton browse
Browse button.


mount

Object mount
Mount button.


warn

BaseXLabel warn
Mountpoint warning.


buttons

BaseXBack buttons
Buttons.


mountpoint

BaseXTextField mountpoint
Mountpoint path.

Class org.basex.gui.dialog.DialogOpen extends Dialog implements Serializable

Serialized Fields

choice

BaseXListChooser choice
List of currently available databases.


doc

BaseXLabel doc
Information panel.


detail

BaseXText detail
Information panel.


buttons

BaseXBack buttons
Buttons.


rename

Object rename
Rename button.


drop

Object drop
Drop button.


open

Object open
Open button.


fsInstance

boolean fsInstance
File system flag.

Class org.basex.gui.dialog.DialogPass extends Dialog 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 Dialog implements Serializable

Serialized Fields

creds

BaseXLabel creds
Language label.


lang

BaseXCombo lang
Language Combo Box.


path

BaseXTextField path
Directory path.


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.


buttons

BaseXBack buttons
Buttons.

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

Serialized Fields

timer

Timer timer
Refresh action.


info

BaseXLabel info
Information label.


mem

BaseXMem mem
Memory usage.


prog

Progress prog
Progress reference.


bar

JProgressBar bar
Progress bar.


ww

int ww
Current progress length.

Class org.basex.gui.dialog.DialogRename extends Dialog implements Serializable

Serialized Fields

old

String old
Old name.


name

BaseXTextField name
New name.


buttons

BaseXBack buttons
Buttons.


info

BaseXLabel info
Info label.


db

StringList db
Available databases.

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

Serialized Fields

ctx

Context ctx
Context.


tabs

BaseXTabs tabs
Tabulators.


conn

BaseXBack conn
Server panel.


user

DialogUser user
User panel.


dbsP

DialogUser dbsP
Databases panel.


databases

BaseXBack databases
Databases panel.


sess

BaseXBack sess
Sessions/Databases panel.


logs

BaseXBack logs
Log panel.


loguser

BaseXTextField loguser
Username textfield.


disconnect

BaseXButton disconnect
Disconnect button.


refreshSess

BaseXButton refreshSess
Refresh button.


refreshLog

BaseXButton refreshLog
Updates log file.


stop

BaseXButton stop
Stop button.


start

BaseXButton start
Start button.


connect

BaseXButton connect
Connect 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

BaseXText sese
Current databases.


sedb

BaseXText sedb
Current sessions.


logt

BaseXText logt
Log text.


logpass

BaseXPassword logpass
Password textfield.


infoC

BaseXLabel infoC
Info label.


infoL

BaseXLabel infoL
Info label.


logc

BaseXCombo logc
Combobox for log files.


logdir

String logdir
String for log dir.


cs

ClientSession cs
ClientSession.


tab

int tab
Int which tab is activated.


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.DialogUser extends BaseXBack implements Serializable

Serialized Fields

sess

Session sess
Session.


users

Table users
Global user table.


create

BaseXButton create
Create button.


alter

BaseXButton alter
Alter button.


drop

BaseXButton drop
Delete button.


add

BaseXButton add
Add button.


user

BaseXTextField user
Username textfield.


pass

BaseXPassword pass
Password textfield.


addUser

BaseXCombo addUser
User columns.


databases

BaseXCombo databases
Databases.


table

BaseXTable table
User table.


info

BaseXLabel info
Info label.


global

boolean global
Flag global/local.


dia

DialogServer dia
Dialog.


tablePanel

BaseXBack tablePanel
Table panel.


Package org.basex.gui.layout

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

Serialized Fields

mode

GUIConstants.Fill mode
Fill mode.

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

Serialized Fields

step

int step
Current scrolling speed.


animated

boolean animated
Flag reporting if the scrollbar animation is running.


comp

BaseXPanel comp
Reference to the scrolled component.


ww

int ww
Scrollbar width.


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.


up

boolean up
Flag for scrolling upward.


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.


barOffset

int barOffset
Scrollbar slider offset.


visible

boolean visible
Flag for permanent scrollbar visibility.

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

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

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

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

Serialized Fields

min

double min
Current slider value.


max

double max
Current slider value.


totMin

double totMin
Minimum slider value.


totMax

double totMax
Maximum slider value.


kb

boolean kb
Size representation in kilobytes.


date

boolean date
Size representation as date.


itr

boolean itr
Integer flag.


log

boolean log
Logarithmic scale.


listener

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.

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

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

Serialized Fields

text

BaseXTextField text
Text field.


scroll

JScrollPane scroll
Scroll pane.


list

JList list
List.


values

String[] values
List Values.


num

boolean num
Numeric list.

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 JPasswordField implements Serializable

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

Serialized Fields

popup

GUICommand[] popup
Popup reference.


gui

GUI gui
Reference to main window.

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

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

Serialized Fields

dl

Dialog dl
Listener.


al

ActionListener al
Listener.


min

int min
Minimum slider value.


max

int max
Maximum slider value.


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.BaseXSplitSep extends BaseXBack implements Serializable

Serialized Fields

l

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

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

Serialized Fields

data

Table data
Table data.


model

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


dialog

Dialog dialog
Dialog instance.

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

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

Serialized Fields

text

BaseXTextTokens text
Text array to be written.


rend

BaseXTextRenderer rend
Renderer reference.


find

BaseXTextField find
Search field.


undo

Undo undo
Undo history; if set to null, text is read-only.


scroll

BaseXBar scroll
Scrollbar reference.


popup

BaseXPopup popup
Popup Menu.


lastCol

int lastCol
Last horizontal position.


cursor

Timer cursor
Cursor.


calc

Thread calc
Calculation counter.

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

Serialized Fields

last

String last
Last Input.


help

byte[] help
Button help.

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

Serialized Fields

bar

BaseXBar bar
Vertical start position.


font

Font font
Font.


dfont

Font dfont
Default font.


bfont

Font bfont
Bold font.


fontH

int fontH
Font height.


fwidth

int[] fwidth
Character widths.


col

Color col
Color.


high

boolean high
Color highlighting flag.


wordW

int wordW
Width of current word.


search

String search
Search term.


off

int off
Border offset.


x

int x
Current x coordinate.


y

int y
Current y coordinate.


w

int w
Current width.


h

int h
Current height.


text

BaseXTextTokens text
Text array to be written.


syntax

BaseXSyntax syntax
Vertical start position.


cursor

boolean cursor
Visibility of cursor.


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

count

int count
Thread counter.


gui

GUI gui
Reference to main window.


out

boolean out
States if component was moved out of the window.


layout

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


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

Image logo
Logo reference.


orient

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


sp

Point sp
Temporary mouse position.


pos

int[] pos
Temporary rectangle position.


Package org.basex.gui.view.explore

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

Serialized Fields

header

BaseXLabel header
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.


closedBox

BufferedImage closedBox
Closed Box.


openedBox

BufferedImage openedBox
Opened Box.


emptyBox

BufferedImage emptyBox
Empty Box.


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

header

BaseXLabel header
Header label.


timer

BaseXLabel timer
Timer label.


north

BaseXBack north
Timer label.


area

BaseXText area
Text Area.


focus

int focus
Focused bar.


stat

IntList stat
Query statistics.


compile

StringList compile
Query statistics strings.


strings

StringList strings
Query statistics strings.


evaluate

StringList evaluate
Query statistics strings.


plan

StringList plan
Query plan.


query

String query
Query.


result

String result
Compiled Query.


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.


painter

org.basex.gui.view.map.MapPainter painter
Data specific map layout.


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

BufferedImage mainMap
TreeMap.


zoomMap

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

plotData

PlotData plotData
Data reference.


itemImg

BufferedImage itemImg
Item image.


itemImgMarked

BufferedImage itemImgMarked
Marked item image.


itemImgFocused

BufferedImage itemImgFocused
Focused item image.


itemImgSub

BufferedImage itemImgSub
Child node of marked node.


plotImg

BufferedImage plotImg
Buffered plot image.


markedImg

BufferedImage markedImg
Buffered image of marked items.


mouseX

int mouseX
X coordinate of mouse pointer.


mouseY

int mouseY
Y coordinate of mouse pointer.


plotChanged

boolean plotChanged
Keeps track of changes in the plot.


plotHeight

int plotHeight
Current plot height.


plotWidth

int plotWidth
Current plot width.


xCombo

BaseXCombo xCombo
X axis selector.


yCombo

BaseXCombo yCombo
Y axis selector.


itemCombo

BaseXCombo itemCombo
Item selector combo.


xLog

BaseXCheckBox xLog
Logarithmic display.


yLog

BaseXCheckBox yLog
Logarithmic display.


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.


markingChanged

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


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.


selectionBox

ViewRect selectionBox
Bounding box which supports selection of multiple items.


Package org.basex.gui.view.table

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

Serialized Fields

zoomstep

int zoomstep
Current zoom step.


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

find

BaseXTextField find
Find text field.


header

BaseXLabel header
Header string.


home

BaseXButton home
Home button.


area

BaseXText area
Text Area.


proc

Proc proc
Result process.


ns

Nodes ns
Result nodes.


refresh

boolean refresh
Refresh flag.


Package org.basex.gui.view.tree

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

Serialized Fields

fontHeight

int fontHeight
Current font height.


cache

TreeCaching cache
TreeCaching Object, contains cached pre values.


mousePosX

int mousePosX
Current mouse position x.


mousePosY

int mousePosY
Current mouse position y.


wwidth

int wwidth
Window width.


wheight

int wheight
Window height.


focusedRect

TreeRect focusedRect
Currently focused rectangle.


focusedRectLevel

int focusedRectLevel
Level of currently focused rectangle.


treeImage

BufferedImage treeImage
Current Image of visualization.


refreshedFocus

boolean refreshedFocus
Notified focus flag.


refreshedMark

boolean refreshedMark
Notified mark flag.


markedImage

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.


Package org.basex.gui.view.xquery

Class org.basex.gui.view.xquery.XQueryView extends View implements Serializable

Serialized Fields

header

BaseXLabel header
Header string.


south

BaseXBack south
Scroll Pane.


text

org.basex.gui.view.xquery.XQueryText text
Text Area.


info

BaseXLabel info
Info label.


go

BaseXButton go
Execute button.


stop

BaseXButton stop
Execute Button.


filter

BaseXButton filter
Filter button.


modified

boolean modified
Modified flag.


Package org.basex.query

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

Serialized Fields

iter

Iter iter
Error items.


file

IO file
File reference.


complete

StringList complete
Possible completions.


code

String code
Error code.


line

int line
Error line.


col

int col
Error column.


Package org.basex.server

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


Package org.deepfs.fsml

Class org.deepfs.fsml.ParserException extends Exception implements Serializable