| Package | Description |
|---|---|
| org.basex.gui |
GUI Package.
|
| org.basex.gui.dialog |
GUI Dialog Windows.
|
| org.basex.gui.layout |
Project specific GUI components.
|
| org.basex.gui.view |
Visualizations and View Observer framework.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GUICommand.execute(GUI gui)
Executes the command.
|
void |
GUIMacOSX.init(GUI gui)
Initializes this mac gui with the main gui.
|
static javax.swing.JMenuItem |
GUIMenu.newItem(GUICommand cmd,
GUI gui,
java.lang.StringBuilder mnem)
Creates a new menu item.
|
void |
GUICommands.refresh(GUI gui,
javax.swing.AbstractButton b) |
void |
GUICommand.refresh(GUI gui,
javax.swing.AbstractButton button)
Enables or disables the specified button,
depending on the command properties.
|
| Modifier and Type | Field and Description |
|---|---|
GUI |
Dialog.gui
Reference to main window.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Dialog.browse(GUI gui,
java.lang.String url)
Browses the specified url.
|
static boolean |
Dialog.confirm(GUI gui,
java.lang.String text)
Static yes/no dialog.
|
static void |
Dialog.error(GUI gui,
java.lang.String text)
Static error dialog.
|
static void |
Dialog.info(GUI gui,
java.lang.String text)
Static information dialog.
|
static java.lang.Boolean |
Dialog.yesNoCancel(GUI gui,
java.lang.String text)
Static yes/no dialog.
|
| Constructor and Description |
|---|
DialogAbout(GUI main)
Default constructor.
|
DialogColors(GUI main)
Default constructor.
|
DialogEdit(GUI main,
int p)
Default constructor.
|
DialogExport(GUI main)
Default constructor.
|
DialogFonts(GUI main)
Default constructor.
|
DialogInput(java.lang.String o,
java.lang.String tit,
GUI main,
int t)
Default constructor.
|
DialogInsert(GUI main)
Default constructor.
|
DialogManage(GUI main)
Default constructor.
|
DialogMapLayout(GUI main)
Default constructor.
|
DialogNew(GUI main)
Default constructor.
|
DialogPackages(GUI main)
Default constructor.
|
DialogPrefs(GUI main)
Default constructor.
|
DialogProps(GUI main)
Default constructor.
|
DialogServer(GUI main)
Default constructor.
|
DialogTreeOptions(GUI main)
Default constructor.
|
| Modifier and Type | Field and Description |
|---|---|
GUI |
BaseXPanel.gui
Reference to the main window.
|
| Modifier and Type | Method and Description |
|---|---|
static BaseXButton |
BaseXButton.command(GUICommand cmd,
GUI gui)
Creates a new image button for the specified command.
|
| Constructor and Description |
|---|
BaseXFileChooser(java.lang.String title,
java.lang.String path,
GUI main)
Default constructor.
|
BaseXPopup(javax.swing.JComponent comp,
GUI g,
GUICommand... pop)
Constructor.
|
| Constructor and Description |
|---|
ViewNotifier(GUI main)
Constructor.
|