|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GeometrySchemaService
Service that manages default geometry information for definitions.
Method Summary | |
---|---|
void |
addListener(GeometrySchemaServiceListener listener)
Adds a listener for service events. |
List<QName> |
getDefaultGeometry(TypeDefinition type)
Get the property path to the default geometry of the given type. Note that the path does not necessarily have to point to a property with GeometryProperty binding, but can also lead to a property
containing nested geometry properties (e.g. |
void |
removeListener(GeometrySchemaServiceListener listener)
Removes a listener for service events. |
void |
setDefaultGeometry(TypeDefinition type,
List<QName> path)
Set the property path of the default geometry for the given type. Note that the path does not necessarily have to point to a property with GeometryProperty binding, but can also lead to a property
containing nested geometry properties (e.g. |
Method Detail |
---|
List<QName> getDefaultGeometry(TypeDefinition type)
GeometryProperty
binding, but can also lead to a property
containing nested geometry properties (e.g. in a choice).
type
- the type definition
null
if there is nonevoid setDefaultGeometry(TypeDefinition type, List<QName> path)
GeometryProperty
binding, but can also lead to a property
containing nested geometry properties (e.g. in a choice).
type
- the type definitionpath
- the property pathvoid addListener(GeometrySchemaServiceListener listener)
listener
- the listener to addvoid removeListener(GeometrySchemaServiceListener listener)
listener
- the listener to remove
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |