Uses of Class
org.basex.gui.GUI
Packages that use GUI
Package
Description
GUI Package.
GUI Dialog Windows.
Project specific GUI components.
Visualizations and View Observer framework.
-
Uses of GUI in org.basex.gui
Methods in org.basex.gui that return GUIMethods in org.basex.gui with parameters of type GUIModifier and TypeMethodDescriptionbooleanChecks if the command is currently enabled.booleanbooleanvoidExecutes the command.final voidstatic JMenuItemGUIMenu.newItem(GUICommand cmd, GUI gui, StringBuilder mnem) Creates a new menu item.booleanChecks if the command is currently selected.booleanboolean -
Uses of GUI in org.basex.gui.dialog
Methods in org.basex.gui.dialog with parameters of type GUIModifier and TypeMethodDescriptionstatic voidAssigns variable bindings.static voidRuns the specified commands, decorated by a progress dialog, and callsBaseXDialog.action(java.lang.Object)if the dialog is closed.static voidActivates the dialog window.static voidActivates the dialog window.static voidActivates the dialog window.static voidActivates the dialog window.static voidActivates the dialog window.Constructors in org.basex.gui.dialog with parameters of type GUIModifierConstructorDescriptionDialogBindings(GUI gui) Default constructor.DialogEdit(GUI gui, int pre) Default constructor.DialogExport(GUI gui) Default constructor.DialogInsert(GUI gui) Default constructor.DialogLine(GUI gui, int curr) Default constructor.DialogManage(GUI gui) Default constructor.DialogMessage(GUI gui, String txt, GUIConstants.Msg ic, String... buttons) Default constructor.Default constructor.DialogPackages(GUI gui) Default constructor.DialogPass(GUI gui) Default constructor.DialogProps(GUI gui) Default constructor.DialogSort(GUI gui) Default constructor. -
Uses of GUI in org.basex.gui.layout
Fields in org.basex.gui.layout declared as GUIModifier and TypeFieldDescriptionBaseXDialog.guiReference to the main window.final GUIBaseXPanel.guiReference to the main window.Methods in org.basex.gui.layout that return GUIMethods in org.basex.gui.layout with parameters of type GUIModifier and TypeMethodDescriptionstatic voidBrowses the specified url.static AbstractButtonBaseXButton.command(GUICommand cmd, GUI gui) Creates a new image button for the specified command.static booleanStatic yes/no dialog.static voidStatic error dialog.static AbstractButtonReturns a new image button.static StringBaseXDialog.yesNoCancel(GUI gui, String text, String... buttons) Static yes/no/cancel dialog.Constructors in org.basex.gui.layout with parameters of type GUIModifierConstructorDescriptionprotectedBaseXDialog(GUI gui, String title) Constructor, called from the main window.protectedBaseXDialog(GUI gui, String title, boolean modal) Constructor, called from the main window.BaseXPopup(JComponent comp, GUI gui, GUICommand... commands) Constructor.BaseXTextField(GUI gui) Constructor. -
Uses of GUI in org.basex.gui.text
Constructors in org.basex.gui.text with parameters of type GUIModifierConstructorDescriptionSearchEditor(GUI gui, JComponent center, TextPanel editor) Constructor.SearchEditor(GUI gui, TextPanel editor) Constructor. -
Uses of GUI in org.basex.gui.view
Constructors in org.basex.gui.view with parameters of type GUIModifierConstructorDescriptionViewContainer(GUI gui, View... view) Constructor.ViewNotifier(GUI gui) Constructor.