public class LB_VSD_GUI
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.swt.widgets.Shell |
shell_ |
Constructor and Description |
---|
LB_VSD_GUI(java.lang.String[] args)
Instantiates a new GUI with the given command arguments and default
LexBIGService.
|
LB_VSD_GUI(java.lang.String[] args,
LexBIGService service)
Instantiates a new GUI with the given command arguments and the given
LexBIGService.
|
public LB_VSD_GUI(java.lang.String[] args) throws LBInvocationException
args
- Recognized arguments: -d, Disables admin options.LBInvocationException
public LB_VSD_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 refreshValueSetDefListTemp()
public void refreshValueSetDefList()
public void refreshPickListList()
public LexEVSValueSetDefinitionServices getValueSetDefinitionService()
public LexEVSPickListDefinitionServices getPickListDefinitionService()
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 set@Deprecated public void resolveValueSetDefOld(java.net.URI uri) throws LBException
LBException
public void resolveValueSetDef(java.net.URI uri) throws LBException
LBException
public void resolveValueSetDef(java.net.URI uri, AbsoluteCodingSchemeVersionReferenceList csrList, java.lang.String revisionId) throws LBException
LBException
public void resolveValueSetDef(ValueSetDefinition vsd, AbsoluteCodingSchemeVersionReferenceList csrList, java.lang.String revisionId) throws LBException
LBException
public void resolvePickList(java.lang.String pickListId, AbsoluteCodingSchemeVersionReferenceList csrList) throws LBException
LBException