|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use View | |
|---|---|
| org.basex.gui.view | Contains the views and the observer framework. |
| org.basex.gui.view.folder | Contains the classes for the tree view. |
| org.basex.gui.view.info | Contains the classes for the info view. |
| org.basex.gui.view.map | Contains the classes for the treemap view. |
| org.basex.gui.view.plot | Contains the classes for the scatterplot view. |
| org.basex.gui.view.query | Contains the classes for the query view. |
| org.basex.gui.view.table | Contains the classes for the table view. |
| org.basex.gui.view.text | Contains the classes for the textual view. |
| Uses of View in org.basex.gui.view |
|---|
| Methods in org.basex.gui.view with parameters of type View | |
|---|---|
void |
ViewNotifier.add(View v)
Adds a new view. |
void |
ViewNotifier.context(Nodes 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(int mode,
View vw)
Notifies all views of a selection change. |
void |
ViewNotifier.mark(Nodes mark,
View vw)
Notifies all views of a selection change. |
| Constructors in org.basex.gui.view with parameters of type View | |
|---|---|
ViewPanel(View v,
java.lang.String name)
Constructor. |
|
| Uses of View in org.basex.gui.view.folder |
|---|
| Subclasses of View in org.basex.gui.view.folder | |
|---|---|
class |
FolderView
This view offers a folder visualization of the database contents. |
| Uses of View in org.basex.gui.view.info |
|---|
| Subclasses of View in org.basex.gui.view.info | |
|---|---|
class |
InfoView
This view displays query information. |
| Uses of View in org.basex.gui.view.map |
|---|
| Subclasses of View in org.basex.gui.view.map | |
|---|---|
class |
MapView
This view is a TreeMap implementation. |
| Uses of View in org.basex.gui.view.plot |
|---|
| Subclasses of View in org.basex.gui.view.plot | |
|---|---|
class |
PlotView
A scatter plot visualization of the database. |
| Uses of View in org.basex.gui.view.query |
|---|
| Subclasses of View in org.basex.gui.view.query | |
|---|---|
class |
QueryView
This view allows the input of database queries. |
| Uses of View in org.basex.gui.view.table |
|---|
| Subclasses of View in org.basex.gui.view.table | |
|---|---|
class |
TableView
This view creates a flat table view on the database contents. |
| Uses of View in org.basex.gui.view.text |
|---|
| Subclasses of View in org.basex.gui.view.text | |
|---|---|
class |
TextView
This class offers a fast text view, using the BaseXText class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||