Class SystemInfo
- java.lang.Object
-
- org.biojava.nbio.structure.align.gui.SystemInfo
-
public class SystemInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
defaultProperties
static String
hexPropertyNames
static String
urlPropertyNames
-
Constructor Summary
Constructors Constructor Description SystemInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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()
-
-
-
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 sortstartIndex
- The first element to sortendIndex
- 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()
-
-