org.biojava.bio.structure.align.gui
Class SystemInfo
java.lang.Object
org.biojava.bio.structure.align.gui.SystemInfo
public class SystemInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SystemInfo
public SystemInfo()
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()