|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseXDialog | |
---|---|
org.basex.gui.dialog | GUI Dialog Windows. |
org.basex.gui.layout | Project specific GUI components. |
Uses of BaseXDialog in org.basex.gui.dialog |
---|
Subclasses of BaseXDialog in org.basex.gui.dialog | |
---|---|
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
Dialog with a single text field. |
class |
DialogInsert
Dialog window for inserting new database nodes. |
class |
DialogLine
Go to line dialog. |
class |
DialogManage
Open database dialog. |
class |
DialogMapLayout
Dialog window for specifying the TreeMap layout. |
class |
DialogMessage
Dialog window for messages. |
class |
DialogNew
Dialog window for specifying options for creating a new database. |
class |
DialogPackages
Open database dialog. |
class |
DialogPass
Password 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. |
Methods in org.basex.gui.dialog with parameters of type BaseXDialog | |
---|---|
static void |
DialogProgress.execute(BaseXDialog dialog,
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(BaseXDialog dialog,
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. |
static void |
DialogProgress.execute(GUI gui,
BaseXDialog dialog,
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. |
Constructors in org.basex.gui.dialog with parameters of type BaseXDialog | |
---|---|
DialogImport(BaseXDialog dial,
BaseXBack panel,
org.basex.gui.dialog.DialogParsing parse)
Constructor. |
|
DialogInput(java.lang.String o,
java.lang.String tit,
BaseXDialog d,
int t)
Default constructor. |
Uses of BaseXDialog in org.basex.gui.layout |
---|
Constructors in org.basex.gui.layout with parameters of type BaseXDialog | |
---|---|
BaseXDialog(BaseXDialog d,
java.lang.String title)
Constructor, called from a dialog window. |
|
BaseXList(java.lang.String[] choice,
BaseXDialog d)
Default constructor. |
|
BaseXList(java.lang.String[] choice,
BaseXDialog d,
boolean s)
Default constructor. |
|
BaseXTable(Table t,
BaseXDialog d)
Default constructor. |
|
BaseXTextField(BaseXDialog dialog)
Constructor. |
|
BaseXTextField(java.lang.String txt,
BaseXDialog dialog)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |