Skip navigation links
LexAccess Java
2023 Version
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

L

LA_DIR - Static variable in class gov.nih.nlm.nls.lexAccess.Lib.Configuration
key for the path of LVG directory defined in configuration file
LA_RESET_STR - Static variable in class gov.nih.nlm.nls.lexAccess.Tools.GuiTool.Gui.MainPanel
 
LaFrame - Class in gov.nih.nlm.nls.lexAccess.Tools.GuiTool.Gui
This class shows the Main frame of LA.
LaFrame() - Constructor for class gov.nih.nlm.nls.lexAccess.Tools.GuiTool.Gui.LaFrame
 
lagt - Class in gov.nih.nlm.nls.lexAccess.Tools.GuiTool.Exec
This class is the main program for LexAccess Gui Tool.
lagt() - Constructor for class gov.nih.nlm.nls.lexAccess.Tools.GuiTool.Exec.lagt
 
LaMenuBar - Class in gov.nih.nlm.nls.lexAccess.Tools.GuiTool.Gui
This class defines all GUI menu bar setup.
LaMenuBar(LaFrame) - Constructor for class gov.nih.nlm.nls.lexAccess.Tools.GuiTool.Gui.LaMenuBar
Create a LaMenuBar object for LA menu bar.
LaMenuBarControl - Class in gov.nih.nlm.nls.lexAccess.Tools.GuiTool.GuiControl
This is the Java class of MenuBar controller for ActionListener.
LaMenuBarControl(LaFrame) - Constructor for class gov.nih.nlm.nls.lexAccess.Tools.GuiTool.GuiControl.LaMenuBarControl
Create a LaMenuBarControl object for LA Menu Bar controller by specifying owner and vttObj.
LaObj - Class in gov.nih.nlm.nls.lexAccess.Tools.GuiTool.Model
This class defines LexAccess Object model.
LaObj() - Constructor for class gov.nih.nlm.nls.lexAccess.Tools.GuiTool.Model.LaObj
Create a LaObj Java object with default values.
LaOperations - Class in gov.nih.nlm.nls.lexAccess.Tools.GuiTool.Operations
This class provides public methods for LexAccess System related operations.
LATEST_VERSION - Static variable in class gov.nih.nlm.nls.lexAccess.Lib.Configuration
the latest lexAccess version (need ot be updated annually)
lexAccess - Class in gov.nih.nlm.nls.lexAccess.Tools
This program provides a command line interface for LexAccess.
lexAccess() - Constructor for class gov.nih.nlm.nls.lexAccess.Tools.lexAccess
 
LEXACCESS_EXIT - Static variable in class gov.nih.nlm.nls.lexAccess.Tools.GuiTool.Gui.LaMenuBar
menu item: LexAccess exit
LEXACCESS_INPUT - Static variable in class gov.nih.nlm.nls.lexAccess.Tools.GuiTool.Gui.LaMenuBar
menu item: LexAccess input file
LEXACCESS_OUTPUT - Static variable in class gov.nih.nlm.nls.lexAccess.Tools.GuiTool.Gui.LaMenuBar
menu item: LexAccess output file
LexAccessApi - Class in gov.nih.nlm.nls.lexAccess.Api
This class provides an API for LexAccess.
LexAccessApi() - Constructor for class gov.nih.nlm.nls.lexAccess.Api.LexAccessApi
Creates a LexAccessApi object and initiate related data (default).
LexAccessApi(String) - Constructor for class gov.nih.nlm.nls.lexAccess.Api.LexAccessApi
Creates a LexAccessApi object and initiate related data using a specified configuration file.
LexAccessApi(Connection) - Constructor for class gov.nih.nlm.nls.lexAccess.Api.LexAccessApi
Creates a LexAccessApi object and initiate related data using a specified database connection.
LexAccessApi(Hashtable<String, String>) - Constructor for class gov.nih.nlm.nls.lexAccess.Api.LexAccessApi
Creates a LexAccessApi object and initiate related data with properties needs to be overwritten
LexAccessApi(String, Hashtable<String, String>) - Constructor for class gov.nih.nlm.nls.lexAccess.Api.LexAccessApi
Creates a LexAccessApi object and initiate related data using a specified configuration file with properties to be overwritten
LexAccessApiResult - Class in gov.nih.nlm.nls.lexAccess.Api
This class provides a java object for the result from LexAccess.
LexAccessApiResult() - Constructor for class gov.nih.nlm.nls.lexAccess.Api.LexAccessApiResult
Creates a default lexAccess result object
LexAccessCmdApi - Class in gov.nih.nlm.nls.lexAccess.Api
This class provides a LexCheck API for setup options by a command.
LexAccessCmdApi() - Constructor for class gov.nih.nlm.nls.lexAccess.Api.LexAccessCmdApi
Creates a LexAccessCmdApi object and initiate related data (default).
LexAccessCmdApi(String) - Constructor for class gov.nih.nlm.nls.lexAccess.Api.LexAccessCmdApi
Creates a LexAccessApi object, init related data by a command string.
LexAccessCmdApi(String, String) - Constructor for class gov.nih.nlm.nls.lexAccess.Api.LexAccessCmdApi
Creates a LexAccessApi object, init related data by a command string and the path of configuration file.
LexAccessCmdApi(Hashtable<String, String>) - Constructor for class gov.nih.nlm.nls.lexAccess.Api.LexAccessCmdApi
Creates a LexAccessCmdApi object and initiate related data with properties to be overwritten in configuration.
LexAccessCmdApi(String, Hashtable<String, String>) - Constructor for class gov.nih.nlm.nls.lexAccess.Api.LexAccessCmdApi
Creates a LexAccessApi object, init related data by a command string with properties to be overwritten in configuration.
LexAccessCmdApi(String, String, Hashtable<String, String>) - Constructor for class gov.nih.nlm.nls.lexAccess.Api.LexAccessCmdApi
Creates a LexAccessApi object, init related data by a command string and the path of configuration file with properties to be overwritten in configuration.
LexAccessHelp - Class in gov.nih.nlm.nls.lexAccess.Api
This class is to print out help menu.
LexAccessHelp() - Constructor for class gov.nih.nlm.nls.lexAccess.Api.LexAccessHelp
 
LexAccessHelp(BufferedWriter, boolean, Out) - Static method in class gov.nih.nlm.nls.lexAccess.Api.LexAccessHelp
Print out LexAccess system help menu.
LEXICAL_RECORD_FORMAT - Static variable in class gov.nih.nlm.nls.lexAccess.Tools.GuiTool.Gui.OutputOptionDialog
 
LexiconDialog - Class in gov.nih.nlm.nls.lexAccess.Tools.GuiTool.Gui
This class shows the data version option dialog for LA.
LexiconDialog(LaFrame) - Constructor for class gov.nih.nlm.nls.lexAccess.Tools.GuiTool.Gui.LexiconDialog
 
LexiconDialogControl - Class in gov.nih.nlm.nls.lexAccess.Tools.GuiTool.GuiControl
This is the Java class of controller for input source dialog.
LexiconDialogControl(LaFrame) - Constructor for class gov.nih.nlm.nls.lexAccess.Tools.GuiTool.GuiControl.LexiconDialogControl
Create a LexiconDialogControl object for LexiconDialog controller.
LexiconOperations - Class in gov.nih.nlm.nls.lexAccess.Tools.GuiTool.Operations
This class provides public methods for data version related operations.
LS_STR - Static variable in class gov.nih.nlm.nls.lexAccess.Api.LexAccessApi
 
LS_STR - Static variable in class gov.nih.nlm.nls.lexAccess.Lib.GlobalVars
line separator string
LS_STR - Static variable in class gov.nih.nlm.nls.lexAccess.Tools.GuiTool.Model.GlobalVars
line separator string for PC and Linux, no carriage return is used
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links
LexAccess Java
2023 Version



Copyright © 2023 National Library of Medicine