|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GUI | |
|---|---|
| org.basex | Main package, containing all classes with main methods. |
| org.basex.fuse | Implements BaseX as filesystem in userspace. |
| org.basex.gui | Contains the graphical user interface of BaseX. |
| org.basex.gui.dialog | Contains dialog windows used in the GUI. |
| org.basex.gui.layout | Contains project specific GUI components. |
| org.basex.gui.view | Contains the views and the observer framework. |
| Uses of GUI in org.basex |
|---|
| Fields in org.basex declared as GUI | |
|---|---|
GUI |
BaseXWin.gui
GUI reference. |
| Uses of GUI in org.basex.fuse |
|---|
| Fields in org.basex.fuse declared as GUI | |
|---|---|
GUI |
DeepFS.gui
Data reference. |
| Uses of GUI in org.basex.gui |
|---|
| Methods in org.basex.gui with parameters of type GUI | |
|---|---|
abstract void |
GUICommands.execute(GUI gui)
|
void |
GUICommand.execute(GUI gui)
Executes the command. |
static BaseXButton |
GUIToolBar.newButton(GUICommand cmd,
GUI gui)
Creates a new button. |
void |
GUICommands.refresh(GUI gui,
javax.swing.AbstractButton button)
|
void |
GUICommand.refresh(GUI gui,
javax.swing.AbstractButton button)
Enables or disables the specified button, depending on the command properties. |
| Constructors in org.basex.gui with parameters of type GUI | |
|---|---|
GUIInput(GUI main)
Default Constructor. |
|
GUIMenu(GUI main)
Initializes the menu bar. |
|
GUIToolBar(GUICommand[] tb,
GUI main)
Default Constructor. |
|
| Uses of GUI in org.basex.gui.dialog |
|---|
| Constructors in org.basex.gui.dialog with parameters of type GUI | |
|---|---|
Dialog(GUI main,
java.lang.String title)
Default Constructor. |
|
Dialog(GUI main,
java.lang.String title,
boolean modal)
Default Constructor. |
|
DialogAbout(GUI main)
Default Constructor. |
|
DialogColors(GUI main)
Default constructor. |
|
DialogCreate(GUI main)
Default Constructor. |
|
DialogEdit(GUI main,
int p)
Default Constructor. |
|
DialogFontChooser(GUI main)
Default Constructor. |
|
DialogHelp(GUI main)
Default Constructor. |
|
DialogImportFS(GUI main)
Default Constructor. |
|
DialogInfo(GUI main)
Default Constructor. |
|
DialogInsert(GUI main)
Default Constructor. |
|
DialogMapInfo(GUI main)
Default constructor. |
|
DialogMapLayout(GUI main)
Default constructor. |
|
DialogOpen(GUI main,
boolean drop)
Default Constructor. |
|
DialogPrefs(GUI main)
Default Constructor. |
|
DialogProgress(GUI main,
java.lang.String msg,
boolean pb,
boolean cnc,
Progress prg)
Default Constructor. |
|
DialogRename(GUI main,
java.lang.String dbname)
Default Constructor. |
|
| Uses of GUI in org.basex.gui.layout |
|---|
| Fields in org.basex.gui.layout declared as GUI | |
|---|---|
GUI |
BaseXPanel.gui
Reference to the main window. |
| Constructors in org.basex.gui.layout with parameters of type GUI | |
|---|---|
BaseXDSlider(GUI main,
double mn,
double mx,
byte[] hlp,
java.awt.event.ActionListener list)
Constructor. |
|
BaseXFileChooser(java.lang.String title,
java.lang.String path,
GUI main)
Default Constructor. |
|
BaseXSlider(GUI main,
java.awt.event.ActionListener list,
int mn,
int mx,
int i,
byte[] h)
Constructor. |
|
BaseXSlider(GUI main,
int mn,
int mx,
int i,
byte[] h,
Dialog list)
Constructor. |
|
BaseXText(GUI main,
byte[] help)
Default constructor. |
|
BaseXText(GUI main,
byte[] help,
boolean edit)
Default constructor. |
|
BaseXText(GUI main,
byte[] help,
boolean edit,
Dialog list)
Default constructor. |
|
| Uses of GUI in org.basex.gui.view |
|---|
| Constructors in org.basex.gui.view with parameters of type GUI | |
|---|---|
ViewContainer(GUI main,
ViewPanel[][] p)
Constructor. |
|
ViewMover(GUI main)
Constructor. |
|
ViewNotifier(GUI main)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||