|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectproject35.soa.ontology.views.DefaultOntologyTermSelectionListener
public class DefaultOntologyTermSelectionListener
is called when users have finished selecting terms from some OntologyView.
This class does two things when it is notified about a selection of terms:
Copyright (c) Kevin Garwood and University of Manchester 2007. All rights reserved. Licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.
| Constructor Summary | |
|---|---|
DefaultOntologyTermSelectionListener(Project35FormContext project35FormContext)
|
|
| Method Summary | |
|---|---|
void |
termSelected(OntologyTerm ontologyTerm,
OntologySource ontologySource)
indicates user has finished selecting an ontology term. |
void |
termSelected(OntologyTermProvenance ontologyTermProvenance)
indicates that an existing ontology term has been selected |
void |
termsSelected(OntologyViewer ontologyViewer)
indicates user has finished selecting terms in an OntologyViewer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultOntologyTermSelectionListener(Project35FormContext project35FormContext)
| Method Detail |
|---|
public void termsSelected(OntologyViewer ontologyViewer)
OntologyTermSelectionListenerOntologyViewer
termsSelected in interface OntologyTermSelectionListenerontologyViewer - a Java class that implements OntologyViewer
interface; the class that renders ontology terms for the end-user
public void termSelected(OntologyTerm ontologyTerm,
OntologySource ontologySource)
OntologyTermSelectionListener
termSelected in interface OntologyTermSelectionListenerontologyTerm - the ontology term that has been selectedontologySource - a Java class that implements OntologySourcepublic void termSelected(OntologyTermProvenance ontologyTermProvenance)
OntologyTermSelectionListener
termSelected in interface OntologyTermSelectionListenerontologyTermProvenance - holds all the data about an ontology term
used for markup
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||