| Package | Description |
|---|---|
| org.basex.gui |
GUI Package.
|
| 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 | Field and Description |
|---|---|
ViewNotifier |
GUI.notify
View Manager.
|
| Constructor and Description |
|---|
View(java.lang.String name,
ViewNotifier man)
Registers the specified view.
|
| Constructor and Description |
|---|
EditorView(ViewNotifier man)
Default constructor.
|
| Constructor and Description |
|---|
ExploreView(ViewNotifier man)
Default constructor.
|
| Constructor and Description |
|---|
FolderView(ViewNotifier man)
Default constructor.
|
| Constructor and Description |
|---|
InfoView(ViewNotifier man)
Default constructor.
|
| Constructor and Description |
|---|
MapView(ViewNotifier man)
Default constructor.
|
| Constructor and Description |
|---|
PlotView(ViewNotifier man)
Default constructor.
|
| Constructor and Description |
|---|
TableView(ViewNotifier man)
Default constructor.
|
| Constructor and Description |
|---|
TextView(ViewNotifier man)
Default constructor.
|
| Constructor and Description |
|---|
TreeView(ViewNotifier man)
Default constructor.
|