Skip navigation links
A B C D E F G H I L M N O P Q R S T U X 

R

readSystemClipboard() - Method in class com.nwawsoft.util.tools.ClipboardManager
Return the content of the system's/user's clipboard as a String.
reduceArray(Object[], int) - Static method in class com.nwawsoft.util.natives.ArrayFunctions
Returns an array with size oldArray.length-subtractions.
remove() - Method in class com.nwawsoft.util.datastructures.List
If there is a currently selected object it is removed from the list and the object behind it becomes the new currently selected object.
removeEdge(Graph.GraphNode) - Method in class com.nwawsoft.util.datastructures.Graph.GraphNode
Removes any edges between the calling and the specified GraphNode objects if graphNode !
removeEdge(Graph.GraphNode, Graph.GraphNode) - Method in class com.nwawsoft.util.datastructures.Graph
Removes the edge from graphNode1 to graphNode2 if there was any.
removeEdges(Graph.GraphNode, Graph.GraphNode) - Method in class com.nwawsoft.util.datastructures.Graph
Removes both edges between graphNode1 and graphNode2 if there were any.
removeMark() - Method in class com.nwawsoft.util.datastructures.Graph.GraphNode
Sets "marked" to false.
removeMarks() - Method in class com.nwawsoft.util.datastructures.Graph
Sets the 'marked' boolean to false for all GraphNode objects in the Graph.
removeNode(Graph.GraphNode) - Method in class com.nwawsoft.util.datastructures.Graph
If graphNode !
removeTree(int) - Method in class com.nwawsoft.util.datastructures.BinaryTree
Deprecated.
use setLeftTree/setRightTree/getLeftTree/getRightTree instead.
removeTree(int) - Method in class com.nwawsoft.util.datastructures.Tree
Removes the specified Tree object from treeList and decreases subTreeCount by 1 to keep it synchronized.
removeWhiteSpaces(String) - Static method in class com.nwawsoft.util.natives.StringFunctions
Returns a String that is like it's input String with all white spaces removed.
RequestFocusListener - Class in com.nwawsoft.util.ui
Original code by Rob Camick.
RequestFocusListener() - Constructor for class com.nwawsoft.util.ui.RequestFocusListener
Convenience constructor.
RequestFocusListener(boolean) - Constructor for class com.nwawsoft.util.ui.RequestFocusListener
Constructor that controls whether this listen can be used once or multiple times.
ResourceLoader - Class in com.nwawsoft.util.tools
Provides functions to load information from a/the resource directory.
ResourceLoader() - Constructor for class com.nwawsoft.util.tools.ResourceLoader
 
reverse() - Method in class com.nwawsoft.util.datastructures.List
Inverts the list.
round(double) - Static method in class com.nwawsoft.util.math.Math
Wrapper for roundDoubleToInt(double).
roundDoubleToInt(double) - Static method in class com.nwawsoft.util.math.Math
Rounds the specified double down (2.001 - 2.499 to 2) or up (2.5 - 2.999 to 3) and returns the result as an int.
A B C D E F G H I L M N O P Q R S T U X 
Skip navigation links