|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.ui.util.selector.AbstractSelector<EntityDefinition>
eu.esdihumboldt.hale.ui.function.common.EntitySelector<PropertyParameter>
eu.esdihumboldt.hale.ui.function.common.PropertyEntitySelector
public class PropertyEntitySelector
Entity selector for Property
entities
Constructor Summary | |
---|---|
PropertyEntitySelector(SchemaSpaceID ssid,
PropertyParameter field,
org.eclipse.swt.widgets.Composite parent,
TypeEntityDefinition parentType)
Create an entity selector for Property entities |
Method Summary | |
---|---|
protected Entity |
createEntity(EntityDefinition element)
Create an entity for the given entity definition |
protected EntityDialog |
createEntityDialog(org.eclipse.swt.widgets.Shell parentShell,
SchemaSpaceID ssid,
PropertyParameter field)
Create the dialog for selecting an entity. |
void |
setParentType(TypeEntityDefinition parentType)
Set the parent type |
Methods inherited from class eu.esdihumboldt.hale.ui.function.common.EntitySelector |
---|
createSelectionDialog, getEntity, getField |
Methods inherited from class eu.esdihumboldt.hale.ui.util.selector.AbstractSelector |
---|
accepts, addSelectionChangedListener, fireSelectionChange, getControl, getSelectedObject, getSelection, removeSelectionChangedListener, setSelection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyEntitySelector(SchemaSpaceID ssid, PropertyParameter field, org.eclipse.swt.widgets.Composite parent, TypeEntityDefinition parentType)
Property
entities
ssid
- the schema spacefield
- the field definition, may be null
parent
- the parent compositeparentType
- the parent typeMethod Detail |
---|
public void setParentType(TypeEntityDefinition parentType)
parentType
- the parentType to setprotected EntityDialog createEntityDialog(org.eclipse.swt.widgets.Shell parentShell, SchemaSpaceID ssid, PropertyParameter field)
EntitySelector
createEntityDialog
in class EntitySelector<PropertyParameter>
parentShell
- the parent shell for the dialogssid
- the schema spacefield
- the field definition
EntitySelector.createEntityDialog(Shell, SchemaSpaceID,
AbstractParameter)
protected Entity createEntity(EntityDefinition element)
EntitySelector
createEntity
in class EntitySelector<PropertyParameter>
element
- the entity definition
EntitySelector.createEntity(EntityDefinition)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |