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.text | |
org.basex.gui.view |
Visualizations and View Observer framework.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GUIPopupCmd.enabled(GUI main) |
boolean |
GUIMenuCmd.enabled(GUI gui) |
boolean |
GUICommand.enabled(GUI gui)
Checks if the command is currently enabled.
|
void |
GUIPopupCmd.execute(GUI main) |
void |
GUICommand.execute(GUI gui)
Executes the command.
|
void |
GUIMacOSX.init(GUI gui)
Initializes this mac gui with the main gui.
|
static JMenuItem |
GUIMenu.newItem(GUICommand cmd,
GUI gui,
StringBuilder mnem)
Creates a new menu item.
|
boolean |
GUIPopupCmd.selected(GUI main) |
boolean |
GUIMenuCmd.selected(GUI gui) |
boolean |
GUICommand.selected(GUI gui)
Checks if the command is currently selected.
|
Modifier and Type | Method and Description |
---|---|
static void |
DialogProgress.execute(GUI gui,
Command... cmds)
Runs the specified commands, decorated by a progress dialog, and
calls
BaseXDialog.action(java.lang.Object) if the dialog is closed. |
static void |
DialogPrefs.show(GUI main)
Activates the dialog window.
|
static void |
DialogMem.show(GUI main)
Activates the dialog window.
|
static void |
DialogFonts.show(GUI main)
Activates the dialog window.
|
static void |
DialogColors.show(GUI main)
Activates the dialog window.
|
static void |
DialogBindings.show(GUI main)
Activates the dialog window.
|
Constructor and Description |
---|
DialogAbout(GUI main)
Default constructor.
|
DialogEdit(GUI main,
int p)
Default constructor.
|
DialogExport(GUI main)
Default constructor.
|
DialogInsert(GUI main)
Default constructor.
|
DialogLine(GUI main,
int curr)
Default constructor.
|
DialogManage(GUI main)
Default constructor.
|
DialogMessage(GUI main,
String txt,
GUIConstants.Msg ic,
String... buttons)
Default constructor.
|
DialogNew(GUI main)
Default constructor.
|
DialogPackages(GUI main)
Default constructor.
|
DialogPass(GUI main)
Default constructor.
|
DialogProps(GUI main)
Default constructor.
|
DialogSort(GUI main)
Default constructor.
|
Modifier and Type | Field and Description |
---|---|
GUI |
BaseXPanel.gui
Reference to the main window.
|
GUI |
BaseXDialog.gui
Reference to main window.
|
Modifier and Type | Method and Description |
---|---|
static void |
BaseXDialog.browse(GUI gui,
String url)
Browses the specified url.
|
static AbstractButton |
BaseXButton.command(GUICommand cmd,
GUI gui)
Creates a new image button for the specified command.
|
static boolean |
BaseXDialog.confirm(GUI gui,
String text)
Static yes/no dialog.
|
static void |
BaseXDialog.error(GUI gui,
String text)
Static error dialog.
|
static String |
BaseXDialog.yesNoCancel(GUI gui,
String text,
String... buttons)
Static yes/no/cancel dialog.
|
Constructor and Description |
---|
BaseXDialog(GUI main,
String title)
Constructor, called from the main window.
|
BaseXDialog(GUI main,
String title,
boolean modal)
Constructor, called from the main window.
|
BaseXFileChooser(String title,
String path,
GUI main)
Default constructor.
|
BaseXHistory(GUI gui,
StringsOption history)
Constructor.
|
BaseXPopup(JComponent comp,
GUI gui,
GUICommand... commands)
Constructor.
|
BaseXTextField(GUI gui)
Constructor.
|
Constructor and Description |
---|
SearchEditor(GUI gui,
JComponent center,
TextPanel editor)
Constructor.
|
SearchEditor(GUI gui,
TextPanel editor)
Constructor.
|
Constructor and Description |
---|
ViewContainer(GUI main,
View... v)
Constructor.
|
ViewNotifier(GUI gui)
Constructor.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.