|
Protege 4.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OWLFrameSection<R,A extends org.semanticweb.owlapi.model.OWLAxiom,E>
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 19-Jan-2007
| Method Summary | |
|---|---|
void |
dispose()
|
List<A> |
getAxioms()
|
OWLObjectEditor<E> |
getEditor()
|
OWLFrame<? extends R> |
getFrame()
|
String |
getLabel()
|
R |
getRootObject()
|
Comparator<OWLFrameSectionRow<R,A,E>> |
getRowComparator()
Obtains a comparator which can be used to sort the rows in this section. |
int |
getRowIndex(OWLFrameSectionRow row)
Gets the index of the specified section row. |
String |
getRowLabel(OWLFrameSectionRow<R,A,E> row)
|
List<OWLFrameSectionRow<R,A,E>> |
getRows()
Gets the rows that this section contains. |
void |
setRootObject(R rootObject)
|
| Methods inherited from interface org.protege.editor.owl.ui.frame.OWLFrameObject |
|---|
canAcceptDrop, checkEditorResults, dropObjects |
| Methods inherited from interface org.protege.editor.core.ui.list.MListSectionHeader |
|---|
canAdd, getName |
| Method Detail |
|---|
void dispose()
OWLFrame<? extends R> getFrame()
void setRootObject(R rootObject)
String getLabel()
String getRowLabel(OWLFrameSectionRow<R,A,E> row)
R getRootObject()
List<OWLFrameSectionRow<R,A,E>> getRows()
List<A> getAxioms()
int getRowIndex(OWLFrameSectionRow row)
row - The row whose index is to be obtained.
OWLObjectEditor<E> getEditor()
getEditor in interface OWLFrameObject<R,A extends org.semanticweb.owlapi.model.OWLAxiom,E>Comparator<OWLFrameSectionRow<R,A,E>> getRowComparator()
null if the rows shouldn't be sorted.
|
Protege 4.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||