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

C

center(Component) - Static method in class com.nwawsoft.util.ui.ComponentFunctions
Centers a java.awt.Component to the center of the screen.
changeArraySize(Object[], int) - Static method in class com.nwawsoft.util.natives.ArrayFunctions
Returns an Object-Array with the specified size.
CharArrayFunctions - Class in com.nwawsoft.util.natives
Supplies functions to work with char arrays.
CharArrayFunctions() - Constructor for class com.nwawsoft.util.natives.CharArrayFunctions
 
CharFunctions - Class in com.nwawsoft.util.natives
Supplies functions for manipulating and working with the native data type 'char'.
CharFunctions() - Constructor for class com.nwawsoft.util.natives.CharFunctions
 
clear() - Method in class com.nwawsoft.util.datastructures.List
Completely empties the list.
clear(Object[]) - Static method in class com.nwawsoft.util.natives.ArrayFunctions
Returns an empty Object-Array with the size of the old Array.
ClipboardManager - Class in com.nwawsoft.util.tools
Supplies functions to copy to and paste from the clipboard.
ClipboardManager() - Constructor for class com.nwawsoft.util.tools.ClipboardManager
 
clone(BufferedImage) - Static method in class com.nwawsoft.util.images.BufferedImageFunctions
Clones a given BufferedImage and returns an exact copy of it.
com.nwawsoft.util - package com.nwawsoft.util
 
com.nwawsoft.util.datastructures - package com.nwawsoft.util.datastructures
 
com.nwawsoft.util.exceptions - package com.nwawsoft.util.exceptions
 
com.nwawsoft.util.file - package com.nwawsoft.util.file
 
com.nwawsoft.util.html - package com.nwawsoft.util.html
 
com.nwawsoft.util.images - package com.nwawsoft.util.images
 
com.nwawsoft.util.jar - package com.nwawsoft.util.jar
 
com.nwawsoft.util.math - package com.nwawsoft.util.math
 
com.nwawsoft.util.natives - package com.nwawsoft.util.natives
 
com.nwawsoft.util.realworldlanguage - package com.nwawsoft.util.realworldlanguage
 
com.nwawsoft.util.tools - package com.nwawsoft.util.tools
 
com.nwawsoft.util.ui - package com.nwawsoft.util.ui
 
ComponentFunctions - Class in com.nwawsoft.util.ui
Supplies functions for java.awt.Components.
ComponentFunctions() - Constructor for class com.nwawsoft.util.ui.ComponentFunctions
 
concat(List) - Method in class com.nwawsoft.util.datastructures.IntList
 
concat(List) - Method in class com.nwawsoft.util.datastructures.List
Concatenates a specified list to the list.
concat(List) - Method in class com.nwawsoft.util.datastructures.StringList
Concatenates the specified List to the end of the List making this call.
configureArea(int) - Method in class com.nwawsoft.util.tools.ScreenshotRobot
Sets the Rectangle "area" depending on which monitor is specified.
contains(String) - Method in class com.nwawsoft.util.datastructures.Graph
Returns whether a GraphNode object with the specified name is in the Graph.
contains(Graph.GraphNode) - Method in class com.nwawsoft.util.datastructures.Graph
Returns whether a specified GraphNode object is in the Graph.
contains(String[], String) - Static method in class com.nwawsoft.util.natives.StringArrayFunctions
Checks whether a String array contains an exact String as an element.
containsDigits(String) - Static method in class com.nwawsoft.util.natives.StringFunctions
Checks whether there is at least one digit somewhere in the specified String.
containsLetter(String) - Static method in class com.nwawsoft.util.natives.StringFunctions
Checks whether a String contains at least one letter from a to z or A to Z.
containsLowerCaseCharacters(String) - Static method in class com.nwawsoft.util.natives.StringFunctions
Checks whether there is at least one lower case character somewhere in the specified String.
containsOnly(String, char) - Static method in class com.nwawsoft.util.natives.StringFunctions
Checks whether a String contains nothing else than an arbitrary amount of the specified character.
containsSpecialCharacters(String) - Static method in class com.nwawsoft.util.natives.StringFunctions
Checks whether there is at least one special character somewhere in the specified String.
containsUpperCaseCharacters(String) - Static method in class com.nwawsoft.util.natives.StringFunctions
Checks whether there is at least one upper case character somewhere in the specified String.
copyToClipboard(String) - Static method in class com.nwawsoft.util.tools.ClipboardManager
Writes a String to the system's/user's clipboard.
count() - Method in class com.nwawsoft.util.datastructures.List
Deprecated.
use getLength() instead to not change the currently selected object.
createBufferedImage() - Method in class com.nwawsoft.util.tools.ScreenshotRobot
Creates a BufferedImage of the Rectangle "area" and stores it into "bi".
cumulativeEdgeWeight(Graph.GraphNode) - Method in class com.nwawsoft.util.datastructures.Graph
Returns the summed up edgeWeights of all edges of the specified GraphNode object.
cutPathProtocol(String) - Static method in class com.nwawsoft.util.natives.StringFunctions
 
A B C D E F G H I L M N O P Q R S T U X 
Skip navigation links