org.biojava.bio.structure.align.gui
Class SystemInfo

java.lang.Object
  extended by org.biojava.bio.structure.align.gui.SystemInfo

public class SystemInfo
extends Object


Field Summary
static String defaultProperties
           
static String hexPropertyNames
           
static String urlPropertyNames
           
 
Constructor Summary
SystemInfo()
           
 
Method Summary
 void addOneSystemProperty(String name)
           
 String getMessage()
           
protected  boolean isHexProperty(String thisName)
           
protected  boolean isURLProperty(String thisName)
           
static void quickSort(String[] vector, int startIndex, int endIndex)
          Stripped-down QuickSort.
 void showDialog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultProperties

public static final String defaultProperties
See Also:
Constant Field Values

hexPropertyNames

public static final String hexPropertyNames
See Also:
Constant Field Values

urlPropertyNames

public static final String urlPropertyNames
See Also:
Constant Field Values
Constructor Detail

SystemInfo

public SystemInfo()
Method Detail

quickSort

public static void quickSort(String[] vector,
                             int startIndex,
                             int endIndex)
Stripped-down QuickSort.

Parameters:
vector - The vector of strings to sort
startIndex - The first element to sort
endIndex - The last element to sort example use:
    JavaInfo.quickSort(vector, 0, vector.length - 1);
  

addOneSystemProperty

public void addOneSystemProperty(String name)

isHexProperty

protected boolean isHexProperty(String thisName)

isURLProperty

protected boolean isURLProperty(String thisName)

getMessage

public String getMessage()

showDialog

public void showDialog()