Package | Description |
---|---|
org.basex.gui.view |
Visualizations and View Observer framework.
|
org.basex.gui.view.editor |
GUI XQuery View.
|
org.basex.gui.view.explore |
GUI Explorer View.
|
org.basex.gui.view.folder |
GUI Folder View.
|
org.basex.gui.view.info |
GUI Info View.
|
org.basex.gui.view.map |
GUI Map View.
|
org.basex.gui.view.plot |
GUI Plot View.
|
org.basex.gui.view.table |
GUI Table View.
|
org.basex.gui.view.text |
GUI Text View.
|
org.basex.gui.view.tree |
GUI Tree View.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewNotifier.context(DBNodes nodes,
boolean quick,
View vw)
Notifies all views of a context change.
|
void |
ViewNotifier.focus(int pre,
View vw)
Notifies all views of a focus change.
|
void |
ViewNotifier.mark(DBNodes mark,
View vw)
Notifies all views of a selection change.
|
void |
ViewNotifier.mark(int mode,
View vw)
Notifies all views of a selection change.
|
Constructor and Description |
---|
ViewContainer(GUI main,
View... v)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
EditorView
This view allows the input and evaluation of queries and documents.
|
Modifier and Type | Class and Description |
---|---|
class |
ExploreView
This view allows the input of database queries.
|
Modifier and Type | Class and Description |
---|---|
class |
FolderView
This view offers a folder visualization of the database contents.
|
Modifier and Type | Class and Description |
---|---|
class |
InfoView
This view displays query information.
|
Modifier and Type | Class and Description |
---|---|
class |
MapView
This view is a TreeMap implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
PlotView
A scatter plot visualization of the database.
|
Modifier and Type | Class and Description |
---|---|
class |
TableView
This view creates a flat table view on the database contents.
|
Modifier and Type | Class and Description |
---|---|
class |
TextView
This class offers a fast text view, using the
TextPanel class. |
Modifier and Type | Class and Description |
---|---|
class |
TreeView
This class offers a real tree view.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.