jadex.swing.sequence
Class IndividualSequenceView

java.lang.Object
  |
  +--jadex.swing.sequence.IndividualSequenceView

public class IndividualSequenceView
extends java.lang.Object

This class is used to link sequence to the Wormbase, http://www.wormbase.org, in an applet or application. Please note: this is not a good object-oritented design.


Constructor Summary
IndividualSequenceView()
           
 
Method Summary
static void setApplet(javax.swing.JApplet a)
          Set the applet used for SequenceView.
static void showSequenceInDetail(java.lang.String name)
          Show the detailed information for the Sequence objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndividualSequenceView

public IndividualSequenceView()
Method Detail

setApplet

public static void setApplet(javax.swing.JApplet a)
Set the applet used for SequenceView.

showSequenceInDetail

public static void showSequenceInDetail(java.lang.String name)
Show the detailed information for the Sequence objects. If the SequenceView is used in an applet, a new browser window will be poped up. If in an application, a JFrame with JEditorPane will be used to show the page of the Sequence from the wormbase. However, the page display in applications are not good, and is not used in the current version of SequenceView.
Parameters:
name - the name of the Sequence object.