public class LB_GUI
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_PAGE_SIZE |
protected org.eclipse.swt.widgets.Shell |
shell_ |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
LexBIGService |
getLbs() |
void |
getNewLBS() |
CodeSet |
getSelectedCodeSet() |
org.eclipse.swt.widgets.Shell |
getShell() |
java.lang.String[] |
getSupportedMatchAlgorithms() |
boolean |
isAdminEnabled() |
static void |
main(java.lang.String[] args) |
void |
refreshCodingSchemeList() |
void |
setCurrentProperties(java.util.Properties currentProperties) |
void |
updateRestrictionsView() |
protected org.eclipse.swt.widgets.Shell shell_
public static int MAX_PAGE_SIZE
public LB_GUI(java.lang.String[] args) throws LBInvocationException
args
- Recognized arguments: -d, Disables admin options.LBInvocationException
public LB_GUI(java.lang.String[] args, LexBIGService service) throws LBInvocationException
args
- Recognized arguments: -d, Disables admin options.service
- The LexBIGService to invoke for GUI functions.LBInvocationException
public static void main(java.lang.String[] args) throws LBInvocationException
LBInvocationException
public void refreshCodingSchemeList()
public void updateRestrictionsView()
public LexBIGService getLbs()
public void getNewLBS() throws LBInvocationException
LBInvocationException
public org.eclipse.swt.widgets.Shell getShell()
public CodeSet getSelectedCodeSet()
public java.lang.String[] getSupportedMatchAlgorithms()
public void setCurrentProperties(java.util.Properties currentProperties)
currentProperties
- the currentProperties to setpublic boolean isAdminEnabled()