uk.ac.ed.morphml_handler
Interface MorphMLEntity

All Known Implementing Classes:
AffineWarpDataStructure, AffineWarpPoint, Cell, Feature, Morphology, MorphologyData, MorphologyList

public interface MorphMLEntity


Nested Class Summary
static interface MorphMLEntity.MorphMLEntityListener
           
 
Method Summary
 boolean canHide()
           
 boolean canShow()
           
 MorphMLEntity getParentEntity()
           
 void hide()
           
 boolean isVisible()
           
 void show()
           
 void validate()
           
 

Method Detail

isVisible

boolean isVisible()

canShow

boolean canShow()

canHide

boolean canHide()

show

void show()

hide

void hide()

validate

void validate()

getParentEntity

MorphMLEntity getParentEntity()