apollo.gui.detailviewers
Class PropertyDisplay

java.lang.Object
  extended by apollo.gui.detailviewers.PropertyDisplay

public class PropertyDisplay
extends java.lang.Object

Display the properties belonging to a result. FOR NOW, just print them to stdout--eventually, this will be a popup panel.


Constructor Summary
PropertyDisplay(Selection selection)
           
 
Method Summary
static void writeProperties(SeqFeatureI feat)
          For debugging
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDisplay

public PropertyDisplay(Selection selection)
Method Detail

writeProperties

public static void writeProperties(SeqFeatureI feat)
For debugging