Humboldt Alignment Editor 2.5.0

Uses of Class
eu.esdihumboldt.hale.common.schema.SchemaSpaceID

Packages that use SchemaSpaceID
eu.esdihumboldt.hale.common.align.io.impl.internal   
eu.esdihumboldt.hale.common.align.model   
eu.esdihumboldt.hale.common.align.model.impl   
eu.esdihumboldt.hale.common.schema   
eu.esdihumboldt.hale.common.schema.io   
eu.esdihumboldt.hale.ui.common.definition.selector   
eu.esdihumboldt.hale.ui.common.definition.viewer   
eu.esdihumboldt.hale.ui.common.service.population   
eu.esdihumboldt.hale.ui.common.service.population.impl   
eu.esdihumboldt.hale.ui.filter   
eu.esdihumboldt.hale.ui.function.common   
eu.esdihumboldt.hale.ui.function.generic.pages   
eu.esdihumboldt.hale.ui.function.generic.pages.internal   
eu.esdihumboldt.hale.ui.io.schema   
eu.esdihumboldt.hale.ui.selection   
eu.esdihumboldt.hale.ui.selection.impl   
eu.esdihumboldt.hale.ui.service.entity   
eu.esdihumboldt.hale.ui.service.entity.internal   
eu.esdihumboldt.hale.ui.service.entity.util   
eu.esdihumboldt.hale.ui.service.population.internal   
eu.esdihumboldt.hale.ui.service.schema   
eu.esdihumboldt.hale.ui.service.schema.internal   
eu.esdihumboldt.hale.ui.views.data   
eu.esdihumboldt.hale.ui.views.data.internal.compare   
eu.esdihumboldt.hale.ui.views.data.internal.explore   
eu.esdihumboldt.hale.ui.views.data.internal.filter   
eu.esdihumboldt.hale.ui.views.schemas.explorer   
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.common.align.io.impl.internal
 

Methods in eu.esdihumboldt.hale.common.align.io.impl.internal with parameters of type SchemaSpaceID
 Entity PropertyBean.createEntity(TypeIndex types, SchemaSpaceID schemaSpace)
           
abstract  Entity EntityBean.createEntity(TypeIndex types, SchemaSpaceID schemaSpace)
          Create the represented entity
 Entity TypeBean.createEntity(TypeIndex types, SchemaSpaceID schemaSpace)
           
protected  PropertyEntityDefinition PropertyBean.createEntityDefinition(TypeIndex index, SchemaSpaceID schemaSpace)
           
protected abstract  T EntityBean.createEntityDefinition(TypeIndex index, SchemaSpaceID schemaSpace)
          Get the entity definition
protected  TypeEntityDefinition TypeBean.createEntityDefinition(TypeIndex index, SchemaSpaceID schemaSpace)
           
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.common.align.model
 

Methods in eu.esdihumboldt.hale.common.align.model that return SchemaSpaceID
 SchemaSpaceID EntityDefinition.getSchemaSpace()
          Get the schema space the entity definition is associated to.
 

Methods in eu.esdihumboldt.hale.common.align.model with parameters of type SchemaSpaceID
static EntityDefinition AlignmentUtil.createEntity(TypeDefinition type, List<ChildContext> path, SchemaSpaceID schemaSpace, Filter filter)
          Create an entity definition from a type and a child path.
 Collection<? extends Cell> Alignment.getCells(TypeDefinition type, SchemaSpaceID schemaSpace)
          Get the cells associated with the given type.
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.common.align.model.impl
 

Methods in eu.esdihumboldt.hale.common.align.model.impl that return SchemaSpaceID
 SchemaSpaceID ChildEntityDefinition.getSchemaSpace()
           
 SchemaSpaceID TypeEntityDefinition.getSchemaSpace()
           
 

Methods in eu.esdihumboldt.hale.common.align.model.impl with parameters of type SchemaSpaceID
 Collection<? extends Cell> DefaultAlignment.getCells(TypeDefinition type, SchemaSpaceID schemaSpace)
           
 

Constructors in eu.esdihumboldt.hale.common.align.model.impl with parameters of type SchemaSpaceID
ChildEntityDefinition(TypeDefinition type, List<ChildContext> path, SchemaSpaceID schemaSpace, Filter filter)
          Create an entity definition specified by the given child path.
PropertyEntityDefinition(TypeDefinition type, List<ChildContext> path, SchemaSpaceID schemaSpace, Filter filter)
          Create an entity definition specified by the given property path.
TypeEntityDefinition(TypeDefinition typeDefinition, SchemaSpaceID schemaSpace, Filter filter)
          Create an entity definition for the given type
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.common.schema
 

Methods in eu.esdihumboldt.hale.common.schema that return SchemaSpaceID
static SchemaSpaceID SchemaSpaceID.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SchemaSpaceID[] SchemaSpaceID.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.common.schema.io
 

Methods in eu.esdihumboldt.hale.common.schema.io with parameters of type SchemaSpaceID
static void SchemaIO.loadMappingRelevantTypesConfig(TypeIndex types, SchemaSpaceID spaceID, de.fhg.igd.osgi.util.configuration.IConfigurationService configurationService)
          Load the configuration of mapping relevant types.
static void SchemaIO.loadMappingRelevantTypesConfig(TypeIndex types, SchemaSpaceID spaceID, Project project)
          Load the configuration of mapping relevant types.
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.ui.common.definition.selector
 

Constructors in eu.esdihumboldt.hale.ui.common.definition.selector with parameters of type SchemaSpaceID
PropertyDefinitionDialog(org.eclipse.swt.widgets.Shell parentShell, SchemaSpaceID ssid, TypeDefinition parentType, String title, EntityDefinition initialSelection)
          Create a property entity dialog
PropertyDefinitionSelector(org.eclipse.swt.widgets.Composite parent, TypeDefinition parentType, SchemaSpaceID ssid)
          Create an entity selector for Property entities
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.ui.common.definition.viewer
 

Methods in eu.esdihumboldt.hale.ui.common.definition.viewer that return SchemaSpaceID
 SchemaSpaceID SchemaEntityTypeIndexContentProvider.getSchemaSpace()
          Get the schema space associated to the types.
 

Constructors in eu.esdihumboldt.hale.ui.common.definition.viewer with parameters of type SchemaSpaceID
PropertyPathContentProvider(SchemaSpaceID schemaSpace)
          Create property path content provider.
SchemaEntityTypeIndexContentProvider(org.eclipse.jface.viewers.TreeViewer tree, SchemaSpaceID schemaSpace)
          Create a content provider based on a TypeIndex as input.
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.ui.common.service.population
 

Methods in eu.esdihumboldt.hale.ui.common.service.population with parameters of type SchemaSpaceID
 boolean PopulationService.hasPopulation(SchemaSpaceID schemaSpace)
          Determines if there is any population for the given schema space.
 void PopulationListener.populationChanged(SchemaSpaceID ssid)
          Called when the population for a schema space has changed.
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.ui.common.service.population.impl
 

Methods in eu.esdihumboldt.hale.ui.common.service.population.impl with parameters of type SchemaSpaceID
protected  void AbstractPopulationService.firePopulationChanged(SchemaSpaceID ssid)
          Called when the population for a schema space has changed.
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.ui.filter
 

Constructors in eu.esdihumboldt.hale.ui.filter with parameters of type SchemaSpaceID
TypeFilterField(TypeDefinition type, org.eclipse.swt.widgets.Composite parent, int style, SchemaSpaceID ssid, TypeFilterField.FilterType filterType)
          Create a new filter field for a given type.
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.ui.function.common
 

Fields in eu.esdihumboldt.hale.ui.function.common declared as SchemaSpaceID
protected  SchemaSpaceID EntityDialog.ssid
          The schema space
 

Methods in eu.esdihumboldt.hale.ui.function.common with parameters of type SchemaSpaceID
protected abstract  EntityDialog EntitySelector.createEntityDialog(org.eclipse.swt.widgets.Shell parentShell, SchemaSpaceID ssid, F field)
          Create the dialog for selecting an entity.
protected  EntityDialog PropertyEntitySelector.createEntityDialog(org.eclipse.swt.widgets.Shell parentShell, SchemaSpaceID ssid, PropertyParameter field)
           
protected  EntityDialog TypeEntitySelector.createEntityDialog(org.eclipse.swt.widgets.Shell parentShell, SchemaSpaceID ssid, TypeParameter field)
           
 

Constructors in eu.esdihumboldt.hale.ui.function.common with parameters of type SchemaSpaceID
EntityDialog(org.eclipse.swt.widgets.Shell parentShell, SchemaSpaceID ssid, String title, EntityDefinition initialSelection)
          Constructor
EntitySelector(SchemaSpaceID ssid, F field, org.eclipse.swt.widgets.Composite parent, org.eclipse.jface.viewers.ViewerFilter[] filters)
          Create an entity selector.
PropertyEntityDialog(org.eclipse.swt.widgets.Shell parentShell, SchemaSpaceID ssid, TypeEntityDefinition parentType, String title, EntityDefinition initialSelection)
          Create a property entity dialog
PropertyEntitySelector(SchemaSpaceID ssid, PropertyParameter field, org.eclipse.swt.widgets.Composite parent, TypeEntityDefinition parentType)
          Create an entity selector for Property entities
TypeEntityDialog(org.eclipse.swt.widgets.Shell parentShell, SchemaSpaceID ssid, String title, EntityDefinition initialSelection)
           
TypeEntitySelector(SchemaSpaceID ssid, TypeParameter field, org.eclipse.swt.widgets.Composite parent)
          Create an entity selector for Type entities
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.ui.function.generic.pages
 

Methods in eu.esdihumboldt.hale.ui.function.generic.pages with parameters of type SchemaSpaceID
protected  org.eclipse.swt.widgets.Control EntitiesPage.createEntityGroup(SchemaSpaceID ssid, org.eclipse.swt.widgets.Composite parent)
          Create an entity group
protected abstract  F EntitiesPage.createField(D field, SchemaSpaceID ssid, org.eclipse.swt.widgets.Composite parent, Set<EntityDefinition> candidates, Cell initialCell)
          Create entity assignment fields for the given field definition
protected  PropertyField PropertyEntitiesPage.createField(PropertyParameter field, SchemaSpaceID ssid, org.eclipse.swt.widgets.Composite parent, Set<EntityDefinition> candidates, Cell initialCell)
           
protected  TypeField TypeEntitiesPage.createField(TypeParameter field, SchemaSpaceID ssid, org.eclipse.swt.widgets.Composite parent, Set<EntityDefinition> candidates, Cell initialCell)
           
protected  Set<EntityDefinition> EntitiesPage.getCandidates(SchemaSpaceID ssid)
          Get the entity candidates for the given schema space
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.ui.function.generic.pages.internal
 

Methods in eu.esdihumboldt.hale.ui.function.generic.pages.internal that return SchemaSpaceID
 SchemaSpaceID Field.getSchemaSpace()
          Get the schema space
 

Methods in eu.esdihumboldt.hale.ui.function.generic.pages.internal with parameters of type SchemaSpaceID
protected abstract  S Field.createEntitySelector(SchemaSpaceID ssid, F field, org.eclipse.swt.widgets.Composite parent)
          Create an entity selector
protected  PropertyEntitySelector PropertyField.createEntitySelector(SchemaSpaceID ssid, PropertyParameter field, org.eclipse.swt.widgets.Composite parent)
           
protected  TypeEntitySelector TypeField.createEntitySelector(SchemaSpaceID ssid, TypeParameter field, org.eclipse.swt.widgets.Composite parent)
           
 

Constructors in eu.esdihumboldt.hale.ui.function.generic.pages.internal with parameters of type SchemaSpaceID
Field(F definition, SchemaSpaceID ssid, org.eclipse.swt.widgets.Composite parent, Set<EntityDefinition> candidates, Cell initialCell)
          Create a field
PropertyField(PropertyParameter definition, SchemaSpaceID ssid, org.eclipse.swt.widgets.Composite parent, Set<EntityDefinition> candidates, Cell initialCell, TypeEntityDefinition parentType)
          Create a property field
TypeField(TypeParameter definition, SchemaSpaceID ssid, org.eclipse.swt.widgets.Composite parent, Set<EntityDefinition> candidates, Cell initialCell)
           
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.ui.io.schema
 

Constructors in eu.esdihumboldt.hale.ui.io.schema with parameters of type SchemaSpaceID
SchemaImportAdvisor(SchemaSpaceID spaceID)
          Create a schema import advisor
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.ui.selection
 

Methods in eu.esdihumboldt.hale.ui.selection with parameters of type SchemaSpaceID
 EntityDefinition SchemaSelection.getFirstItem(SchemaSpaceID schema)
          Get the first selected item of the given schema
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.ui.selection.impl
 

Methods in eu.esdihumboldt.hale.ui.selection.impl with parameters of type SchemaSpaceID
 EntityDefinition DefaultSchemaSelection.getFirstItem(SchemaSpaceID schema)
           
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.ui.service.entity
 

Methods in eu.esdihumboldt.hale.ui.service.entity with parameters of type SchemaSpaceID
 Collection<? extends TypeEntityDefinition> EntityDefinitionService.getTypeEntities(TypeDefinition type, SchemaSpaceID schemaSpace)
          Get all available entity definitions for a given type.
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.ui.service.entity.internal
 

Methods in eu.esdihumboldt.hale.ui.service.entity.internal with parameters of type SchemaSpaceID
protected  EntityDefinition AbstractEntityDefinitionService.createEntity(TypeDefinition type, List<ChildContext> path, SchemaSpaceID schemaSpace, Filter filter)
          Create an entity definition from a type and a child path
 Collection<? extends TypeEntityDefinition> EntityDefinitionServiceImpl.getTypeEntities(TypeDefinition type, SchemaSpaceID schemaSpace)
           
 Collection<? extends TypeEntityDefinition> EntityDefinitionServiceDecorator.getTypeEntities(TypeDefinition type, SchemaSpaceID schemaSpace)
           
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.ui.service.entity.util
 

Fields in eu.esdihumboldt.hale.ui.service.entity.util declared as SchemaSpaceID
protected  SchemaSpaceID EntityTypeIndexContentProvider.schemaSpace
          The identifier of the schema space associated to the entities
 

Constructors in eu.esdihumboldt.hale.ui.service.entity.util with parameters of type SchemaSpaceID
EntityTypeIndexContentProvider(org.eclipse.jface.viewers.TreeViewer tree, EntityDefinitionService entityDefinitionService, SchemaSpaceID schemaSpace)
          Create a content provider based on a TypeIndex as input.
EntityTypePropertyContentProvider(org.eclipse.jface.viewers.TreeViewer tree, EntityDefinitionService entityDefinitionService, SchemaSpaceID schemaSpace)
           
EntityTypesContentProvider(org.eclipse.jface.viewers.TreeViewer tree, EntityDefinitionService entityDefinitionService, SchemaSpaceID schemaSpace)
          Create a content provider.
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.ui.service.population.internal
 

Methods in eu.esdihumboldt.hale.ui.service.population.internal with parameters of type SchemaSpaceID
 boolean PopulationServiceImpl.hasPopulation(SchemaSpaceID schemaSpace)
           
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.ui.service.schema
 

Methods in eu.esdihumboldt.hale.ui.service.schema with parameters of type SchemaSpaceID
 void SchemaService.addSchema(Schema schema, SchemaSpaceID spaceID)
          Add a schema to the source or target schema space.
 void SchemaService.clearSchemas(SchemaSpaceID spaceID)
          Removes all schemas from the source or target schema space.
 void SchemaService.editMappableTypes(SchemaSpaceID spaceID)
          Edit which types are mappable in the given schema space.
 SchemaSpace SchemaService.getSchemas(SchemaSpaceID spaceID)
          Get the source or target schema space.
 void SchemaServiceAdapter.mappableTypesChanged(SchemaSpaceID spaceID, Collection<? extends TypeDefinition> types)
           
 void SchemaServiceListener.mappableTypesChanged(SchemaSpaceID spaceID, Collection<? extends TypeDefinition> types)
          Called when the mappable flag of some types changed.
 void SchemaServiceAdapter.schemaAdded(SchemaSpaceID spaceID, Schema schema)
           
 void SchemaServiceListener.schemaAdded(SchemaSpaceID spaceID, Schema schema)
          Called when a schema has been added to the source or target schema space.
 void SchemaServiceAdapter.schemasCleared(SchemaSpaceID spaceID)
           
 void SchemaServiceListener.schemasCleared(SchemaSpaceID spaceID)
          Called when the source or target schema space have been cleared.
 void SchemaService.toggleMappable(SchemaSpaceID spaceID, Collection<? extends TypeDefinition> types)
          Toggles the mappable flag of all given types of the given schema space
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.ui.service.schema.internal
 

Methods in eu.esdihumboldt.hale.ui.service.schema.internal with parameters of type SchemaSpaceID
 void SchemaServiceImpl.addSchema(Schema schema, SchemaSpaceID spaceID)
           
 void SchemaServiceImpl.clearSchemas(SchemaSpaceID spaceID)
           
 void SchemaServiceImpl.editMappableTypes(SchemaSpaceID spaceID)
           
 SchemaSpace SchemaServiceImpl.getSchemas(SchemaSpaceID spaceID)
           
protected  void AbstractSchemaService.notifyMappableTypesChanged(SchemaSpaceID spaceID, Collection<? extends TypeDefinition> types)
          Called when the mappable flag of some types changed.
protected  void AbstractSchemaService.notifySchemaAdded(SchemaSpaceID spaceID, Schema schema)
          Called when a schema has been added to the source or target schema space.
protected  void AbstractSchemaService.notifySchemasCleared(SchemaSpaceID spaceID)
          Called when the source or target schema space have been cleared.
 void SchemaServiceImpl.toggleMappable(SchemaSpaceID spaceID, Collection<? extends TypeDefinition> types)
           
 

Constructors in eu.esdihumboldt.hale.ui.service.schema.internal with parameters of type SchemaSpaceID
EditMappableTypesPage(SchemaSpaceID spaceID, TypeIndex typeIndex)
          Creates a new wizard page to edit which types in the given index are mappable.
EditMappableTypesWizard(SchemaSpaceID spaceID, TypeIndex typeIndex)
          Creates a new wizard to edit which types in the given index are mappable.
SchemaServiceImpl.ToggleMappableOperation(SchemaSpaceID spaceID, Collection<? extends TypeDefinition> types)
          Creates an operation that toggles some mappable flags.
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.ui.views.data
 

Methods in eu.esdihumboldt.hale.ui.views.data with parameters of type SchemaSpaceID
 void InstanceViewer.createControls(org.eclipse.swt.widgets.Composite parent, SchemaSpaceID schemaSpace)
          Create the viewer controls.
 

Constructors in eu.esdihumboldt.hale.ui.views.data with parameters of type SchemaSpaceID
AbstractDataView(InstanceSelector instanceSelector, SchemaSpaceID schemaSpace, String controllerPreferenceKey)
          Creates a table view
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.ui.views.data.internal.compare
 

Methods in eu.esdihumboldt.hale.ui.views.data.internal.compare with parameters of type SchemaSpaceID
 void DefinitionInstanceTreeViewer.createControls(org.eclipse.swt.widgets.Composite parent, SchemaSpaceID schemaSpace)
           
 void PopulatedInstanceTreeViewer.createControls(org.eclipse.swt.widgets.Composite parent, SchemaSpaceID schemaSpace)
           
 

Constructors in eu.esdihumboldt.hale.ui.views.data.internal.compare with parameters of type SchemaSpaceID
TypeMetaPairContentProvider(org.eclipse.jface.viewers.TreeViewer tree, SchemaSpaceID schemaSpace)
           
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.ui.views.data.internal.explore
 

Methods in eu.esdihumboldt.hale.ui.views.data.internal.explore with parameters of type SchemaSpaceID
 void InstanceExplorer.createControls(org.eclipse.swt.widgets.Composite parent, SchemaSpaceID schemaSpace)
           
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.ui.views.data.internal.filter
 

Constructors in eu.esdihumboldt.hale.ui.views.data.internal.filter with parameters of type SchemaSpaceID
InstanceServiceSelector(SchemaSpaceID spaceID)
          Create an instance selector
 

Uses of SchemaSpaceID in eu.esdihumboldt.hale.ui.views.schemas.explorer
 

Methods in eu.esdihumboldt.hale.ui.views.schemas.explorer that return SchemaSpaceID
 SchemaSpaceID SchemaExplorer.getSchemaSpace()
           
 

Constructors in eu.esdihumboldt.hale.ui.views.schemas.explorer with parameters of type SchemaSpaceID
EntitySchemaExplorer(org.eclipse.swt.widgets.Composite parent, String title, SchemaSpaceID schemaSpace)
          Create an EntityDefinition based schema explorer
SchemaExplorer(org.eclipse.swt.widgets.Composite parent, String title, SchemaSpaceID schemaSpace)
          Create a schema explorer
 


Humboldt Alignment Editor 2.5.0

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d