apollo.gui
Interface SelectableI

All Known Subinterfaces:
Drawable, DrawableSetI
All Known Implementing Classes:
DoubleHeadedArrow, DrawableEnsemblFeatureSet, DrawableFeatureSet, DrawableGeneFeatureSet, DrawableGeneSeqFeature, DrawableHalfArrow, DrawablePhaseHighlightGeneFeatureSet, DrawablePhaseHighlightGeneSeqFeature, DrawablePhaseHighlightNoHatGeneFeatureSet, DrawablePrimerSet, DrawableResultFeatureSet, DrawableResultSeqFeature, DrawableSeqFeature, PromoterGlyph, SiteCodon, ThinRectangle, Triangle, Zigzag

public interface SelectableI

An interface defining methods necessary to make an object selectable.


Method Summary
 boolean isSelected()
          Determine if this Drawable is currently selected.
 void setSelected(boolean state)
          Set whether this Drawable is currently selected or not.
 

Method Detail

setSelected

void setSelected(boolean state)
Set whether this Drawable is currently selected or not.


isSelected

boolean isSelected()
Determine if this Drawable is currently selected.