BioLegato 0.7.5 GDE plugin

Uses of Class
org.biolegato.gdesupport.data.Seq.Type

Packages that use Seq.Type
org.biolegato.gdesupport.canvas   
org.biolegato.gdesupport.data   
 

Uses of Seq.Type in org.biolegato.gdesupport.canvas
 

Methods in org.biolegato.gdesupport.canvas with parameters of type Seq.Type
 boolean GDETextArea.isProtectionsOn(Seq.Type type, boolean protect_align, boolean protect_ambig, boolean protect_uambig, char[] test, int start, int end)
          Checks a string against all of a sequence's protection settings.
 

Uses of Seq.Type in org.biolegato.gdesupport.data
 

Methods in org.biolegato.gdesupport.data that return Seq.Type
static Seq.Type Seq.detectType(java.lang.StringBuffer data)
          This function detects the type of a sequence
 Seq.Type Seq.getType()
           
static Seq.Type Seq.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Seq.Type[] Seq.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.biolegato.gdesupport.data with parameters of type Seq.Type
Seq(Seq.Type type, java.lang.String name, java.lang.StringBuffer sequence)
          Constructs new instances of sequence.
Seq(Seq.Type type, java.lang.String name, java.lang.StringBuffer sequence, Seq.Direction direction, Seq.Topology topology, Seq.Strandedness strandedness)
          Constructs new instances of sequence.
Seq(Seq.Type type, java.lang.String name, java.lang.StringBuffer sequence, Seq.Direction direction, Seq.Topology topology, Seq.Strandedness strandedness, int groupID, java.lang.String description)
          Constructs new instances of sequence.
Seq(Seq.Type type, java.lang.String name, java.lang.StringBuffer sequence, Seq.Direction direction, Seq.Topology topology, Seq.Strandedness strandedness, java.lang.StringBuilder original)
          Constructs new instances of sequence.
 


BioLegato 0.7.5 GDE plugin

Copyright © 2008-2011 University of Manitoba.