org.LexGrid.LexBIG.gui
Class LB_GUI
java.lang.Object
org.LexGrid.LexBIG.gui.LB_GUI
public class LB_GUI
- extends java.lang.Object
This is the GUI application for the LexBIG project.
- Version:
- subversion $Revision: $ checked in on $Date: $
- Author:
- Dan Armbrust
Constructor Summary |
LB_GUI(java.lang.String[] args)
Instantiates a new GUI with the given command arguments and default
LexBIGService. |
LB_GUI(java.lang.String[] args,
LexBIGService service)
Instantiates a new GUI with the given command arguments and the given
LexBIGService. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
shell_
protected org.eclipse.swt.widgets.Shell shell_
MAX_PAGE_SIZE
public static int MAX_PAGE_SIZE
LB_GUI
public LB_GUI(java.lang.String[] args)
throws LBInvocationException
- Instantiates a new GUI with the given command arguments and default
LexBIGService.
- Parameters:
args
- Recognized arguments: -d, Disables admin options.
- Throws:
LBInvocationException
LB_GUI
public LB_GUI(java.lang.String[] args,
LexBIGService service)
throws LBInvocationException
- Instantiates a new GUI with the given command arguments and the given
LexBIGService.
- Parameters:
args
- Recognized arguments: -d, Disables admin options.service
- The LexBIGService to invoke for GUI functions.
- Throws:
LBInvocationException
main
public static void main(java.lang.String[] args)
throws LBInvocationException
- Throws:
LBInvocationException
refreshCodingSchemeList
public void refreshCodingSchemeList()
updateRestrictionsView
public void updateRestrictionsView()
getLbs
public LexBIGService getLbs()
getNewLBS
public void getNewLBS()
throws LBInvocationException
- Throws:
LBInvocationException
getShell
public org.eclipse.swt.widgets.Shell getShell()
getSelectedCodeSet
public CodeSet getSelectedCodeSet()
getSupportedMatchAlgorithms
public java.lang.String[] getSupportedMatchAlgorithms()
setCurrentProperties
public void setCurrentProperties(java.util.Properties currentProperties)
- Parameters:
currentProperties
- the currentProperties to set
isAdminEnabled
public boolean isAdminEnabled()