| Package | Description |
|---|---|
| org.basex.gui.dialog |
GUI Dialog Windows.
|
| org.basex.gui.layout |
Project specific GUI components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DialogAbout
Dialog window for displaying information about the project.
|
class |
DialogColors
Dialog window for changing the used colors.
|
class |
DialogEdit
Dialog window for editing XML nodes.
|
class |
DialogExport
Dialog window for changing some project's preferences.
|
class |
DialogFonts
Dialog window for changing the used fonts.
|
class |
DialogInput
Rename database/drop documents dialog.
|
class |
DialogInsert
Dialog window for inserting new database nodes.
|
class |
DialogManage
Open database dialog.
|
class |
DialogMapLayout
Dialog window for specifying the TreeMap layout.
|
class |
DialogNew
Dialog window for specifying options for creating a new database.
|
class |
DialogPackages
Open database dialog.
|
class |
DialogPass
Open database dialog.
|
class |
DialogPrefs
Dialog window for changing some project's preferences.
|
class |
DialogProgress
Dialog window for displaying the progress of a command execution.
|
class |
DialogProps
Database properties dialog.
|
class |
DialogServer
Dialog window for displaying information about the server.
|
class |
DialogTreeOptions
Dialog window for specifying the TreeMap layout.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DialogProgress.execute(Dialog d,
java.lang.String t,
Command... cmds)
Runs the specified commands, decorated by a progress dialog, and
calls
action(java.lang.Object) if the dialog is closed. |
static void |
DialogProgress.execute(Dialog d,
java.lang.String t,
java.lang.Runnable post,
Command... cmds)
Runs the specified commands, decorated by a progress dialog, and
calls
action(java.lang.Object) if the dialog is closed. |
| Constructor and Description |
|---|
DialogImport(Dialog dial,
BaseXBack panel,
org.basex.gui.dialog.DialogParsing parse)
Constructor.
|
| Constructor and Description |
|---|
BaseXList(java.lang.String[] choice,
Dialog d)
Default constructor.
|
BaseXList(java.lang.String[] choice,
Dialog d,
boolean s)
Default constructor.
|
BaseXTable(Table t,
Dialog d)
Default constructor.
|