|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.AbstractSourceProvider
eu.esdihumboldt.hale.ui.service.schema.internal.SchemaServiceSource
public class SchemaServiceSource
Provides UI variables related to the SchemaService
Field Summary | |
---|---|
static String |
HAS_MAPPABLE_SOURCE_SCHEMA
The name of the variable which value is true if there is at
least one mappable type present in the SchemaService |
static String |
HAS_MAPPABLE_TARGET_SCHEMA
The name of the variable which value is true if there is at
least one mappable type present in the SchemaService |
static String |
HAS_SOURCE_SCHEMA
The name of the variable which value is true if there is a
source schema present in the SchemaService |
static String |
HAS_TARGET_SCHEMA
The name of the variable which value is true if there is a
target schema present in the SchemaService |
Fields inherited from class org.eclipse.ui.AbstractSourceProvider |
---|
DEBUG |
Constructor Summary | |
---|---|
SchemaServiceSource()
Default constructor |
Method Summary | |
---|---|
void |
dispose()
|
Map<String,Object> |
getCurrentState()
|
String[] |
getProvidedSourceNames()
|
Methods inherited from class org.eclipse.ui.AbstractSourceProvider |
---|
addSourceProviderListener, fireSourceChanged, fireSourceChanged, initialize, logDebuggingInfo, removeSourceProviderListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String HAS_MAPPABLE_SOURCE_SCHEMA
true
if there is at
least one mappable type present in the SchemaService
public static final String HAS_MAPPABLE_TARGET_SCHEMA
true
if there is at
least one mappable type present in the SchemaService
public static final String HAS_SOURCE_SCHEMA
true
if there is a
source schema present in the SchemaService
public static final String HAS_TARGET_SCHEMA
true
if there is a
target schema present in the SchemaService
Constructor Detail |
---|
public SchemaServiceSource()
Method Detail |
---|
public void dispose()
ISourceProvider.dispose()
public Map<String,Object> getCurrentState()
ISourceProvider.getCurrentState()
public String[] getProvidedSourceNames()
ISourceProvider.getProvidedSourceNames()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |