Class SystemInfo
java.lang.Object
org.biojava.nbio.structure.align.gui.SystemInfo
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addOneSystemProperty
(String name) protected boolean
isHexProperty
(String thisName) protected boolean
isURLProperty
(String thisName) static void
Stripped-down QuickSort.void
-
Field Details
-
defaultProperties
- See Also:
-
hexPropertyNames
- See Also:
-
urlPropertyNames
- See Also:
-
-
Constructor Details
-
SystemInfo
public SystemInfo()
-
-
Method Details
-
quickSort
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
-
isHexProperty
-
isURLProperty
-
getMessage
-
showDialog
public void showDialog()
-