- GBHelper() - Constructor for class org.obolibrary.gui.GuiTools.GBHelper
-
- getDescription() - Method in class org.obolibrary.cli.OBORunnerConfiguration.Variable
-
- getFileSelector(Frame, boolean, String, String, String, String[]) - Static method in class org.obolibrary.gui.SelectDialog
-
Create a new dialog, which selects a file from the file system.
- getFolderSelector(Frame, String, String) - Static method in class org.obolibrary.gui.SelectDialog
-
Create a new dialog, which selects a folder from the file system.
- getName() - Method in class org.obolibrary.cli.OBORunnerConfiguration.Variable
-
- getParameters() - Method in class org.obolibrary.cli.OBORunnerConfiguration.Variable
-
- getSelected() - Method in class org.obolibrary.gui.SelectDialog
-
Retrieve the selected file/folder.
- getSelectedCanonicalPath() - Method in class org.obolibrary.gui.SelectDialog
-
Retrieve the canonical path of the selected folder.
- getSetValueFailure() - Method in class org.obolibrary.cli.OBORunnerConfiguration.Variable
-
- getStrings(JTextArea) - Static method in class org.obolibrary.gui.GuiTools
-
Retrieve the lines as a list of strings from a given
JTextArea
.
- getValue() - Method in class org.obolibrary.cli.OBORunnerConfiguration.Variable
-
- getVariables() - Method in class org.obolibrary.cli.OBORunnerConfiguration
-
- GuiAdvancedDirectionSpecificPanel - Class in org.obolibrary.gui
-
GUI elements for the advanced settings of the converter
- GuiAdvancedDirectionSpecificPanel(boolean, boolean, boolean, String, boolean, boolean) - Constructor for class org.obolibrary.gui.GuiAdvancedDirectionSpecificPanel
-
Create GUI panel for advanced settings specific for either conversion
direction with the given default values.
- GuiAdvancedPanel - Class in org.obolibrary.gui
-
GUI elements for the advanced settings of the converter
- GuiAdvancedPanel(Frame, Collection<String>, Collection<String>, String) - Constructor for class org.obolibrary.gui.GuiAdvancedPanel
-
Create GUI panel for advanced settings with the given default values.
- GuiLogPanel - Class in org.obolibrary.gui
-
Panel for rendering the log in the GUI.
- GuiLogPanel(BlockingQueue<String>) - Constructor for class org.obolibrary.gui.GuiLogPanel
-
Construct a new LogPanel using the given log message queue.
- GuiMainFrame - Class in org.obolibrary.gui
-
GUI main frame, calls all constructors for the sub components.
- GuiMainFrame() - Constructor for class org.obolibrary.gui.GuiMainFrame
-
Default constructor, required only for testing the GUI as bean.
- GuiMainFrame(BlockingQueue<String>, OBORunnerConfiguration) - Constructor for class org.obolibrary.gui.GuiMainFrame
-
Main constructor.
- GuiMainPanel - Class in org.obolibrary.gui
-
GUI component for the minimum number of configurations required for the
conversion.
- GuiMainPanel(GuiMainFrame, Iterable<String>, String, boolean) - Constructor for class org.obolibrary.gui.GuiMainPanel
-
Constructor allows to build a panel with default values
- GuiTools - Class in org.obolibrary.gui
-
Tools for the layout and handling of the GUI components.
- GuiTools() - Constructor for class org.obolibrary.gui.GuiTools
-
- GuiTools.GBHelper - Class in org.obolibrary.gui
-
Simplify the GridBagConstrains handling.
- GuiTools.SizedJPanel - Class in org.obolibrary.gui
-
All tabbed panels should have the same preferred size.