Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
P
R
S
T
U
A
ArrayUtil
- class com.fullspan.util.
ArrayUtil
.
Static utility methods for arrays (this class has a private constructor and cannot be instantiated).
addError(String)
- Method in interface com.fullspan.util.
IMessageAndErrorList
addError(String, Object)
- Method in interface com.fullspan.util.
IMessageAndErrorList
addError(String, Object, Object)
- Method in interface com.fullspan.util.
IMessageAndErrorList
addError(String, Object, Object, Object)
- Method in interface com.fullspan.util.
IMessageAndErrorList
addError(String, Object[])
- Method in interface com.fullspan.util.
IMessageAndErrorList
addError(String)
- Method in class com.fullspan.util.
MessageAndErrorList
addError(String, Object)
- Method in class com.fullspan.util.
MessageAndErrorList
addError(String, Object, Object)
- Method in class com.fullspan.util.
MessageAndErrorList
addError(String, Object, Object, Object)
- Method in class com.fullspan.util.
MessageAndErrorList
addError(String, Object[])
- Method in class com.fullspan.util.
MessageAndErrorList
addMessage(String)
- Method in interface com.fullspan.util.
IMessageAndErrorList
addMessage(String, Object)
- Method in interface com.fullspan.util.
IMessageAndErrorList
addMessage(String, Object, Object)
- Method in interface com.fullspan.util.
IMessageAndErrorList
addMessage(String, Object, Object, Object)
- Method in interface com.fullspan.util.
IMessageAndErrorList
addMessage(String, Object[])
- Method in interface com.fullspan.util.
IMessageAndErrorList
addMessage(String)
- Method in class com.fullspan.util.
MessageAndErrorList
addMessage(String, Object)
- Method in class com.fullspan.util.
MessageAndErrorList
addMessage(String, Object, Object)
- Method in class com.fullspan.util.
MessageAndErrorList
addMessage(String, Object, Object, Object)
- Method in class com.fullspan.util.
MessageAndErrorList
addMessage(String, Object[])
- Method in class com.fullspan.util.
MessageAndErrorList
addMessagesAndErrors(IMessageAndErrorList)
- Method in interface com.fullspan.util.
IMessageAndErrorList
addMessagesAndErrors(IMessageAndErrorList)
- Method in class com.fullspan.util.
MessageAndErrorList
addQueryString(String, String)
- Static method in class com.fullspan.util.
HttpUtil
Appends a query string to a URL.
addRawError(String)
- Method in interface com.fullspan.util.
IMessageAndErrorList
addRawError(String)
- Method in class com.fullspan.util.
MessageAndErrorList
addRawMessage(String)
- Method in interface com.fullspan.util.
IMessageAndErrorList
addRawMessage(String)
- Method in class com.fullspan.util.
MessageAndErrorList
addResourceBundle(ResourceBundle)
- Method in interface com.fullspan.util.
IMessageAndErrorList
addResourceBundle(ResourceBundle)
- Method in class com.fullspan.util.
MessageAndErrorList
arrayCopyToType(Object, Class)
- Static method in class com.fullspan.util.
ArrayUtil
Copy an array to an array of a specified type.
B
base64Decode(String)
- Static method in class com.fullspan.util.
HashUtil
The Base64 codec documentation does not state whether the decode method is thread safe, so this method wraps it in a synchronized block.
base64Encode(byte[])
- Static method in class com.fullspan.util.
HashUtil
The Base64 codec documentation does not state whether the encode method is thread safe, so this method wraps it in a synchronized block.
C
CANONICAL_DATE_FORMAT_STRING
- Static variable in class com.fullspan.util.
DateUtil
CANONICAL_DATE_TIME_MIN_FORMAT_STRING
- Static variable in class com.fullspan.util.
DateUtil
CANONICAL_DATE_TIME_SEC_FORMAT_STRING
- Static variable in class com.fullspan.util.
DateUtil
CANONICAL_TIMESTAMP_FORMAT_STRING
- Static variable in class com.fullspan.util.
DateUtil
checkSaltedHash(String, String, String)
- Static method in class com.fullspan.util.
HashUtil
checkSaltedHash(byte[], byte[], byte[])
- Static method in class com.fullspan.util.
HashUtil
clearErrors()
- Method in interface com.fullspan.util.
IMessageAndErrorList
clearErrors()
- Method in class com.fullspan.util.
MessageAndErrorList
clearMessages()
- Method in interface com.fullspan.util.
IMessageAndErrorList
clearMessages()
- Method in class com.fullspan.util.
MessageAndErrorList
clearMessagesAndErrors()
- Method in interface com.fullspan.util.
IMessageAndErrorList
clearMessagesAndErrors()
- Method in class com.fullspan.util.
MessageAndErrorList
com.fullspan.util
- package com.fullspan.util
com.fullspan.util.swing
- package com.fullspan.util.swing
concatStringParts(String[])
- Static method in class com.fullspan.util.
StringUtil
Concatenate a list of Strings into a single String
concatStringParts(String[], String)
- Static method in class com.fullspan.util.
StringUtil
Concatenate a list of Strings into a single String, separated by a given separator String.
D
DEFAULT_RANDOM_PLAINTEXT_CHARS_PER_GROUP
- Static variable in class com.fullspan.util.
RandomStringUtil
DEFAULT_RANDOM_PLAINTEXT_CHARS_STRING
- Static variable in class com.fullspan.util.
RandomStringUtil
DEFAULT_RANDOM_PLAINTEXT_GROUP_SEPARATOR
- Static variable in class com.fullspan.util.
RandomStringUtil
DEFAULT_RANDOM_PLAINTEXT_NUM_GROUPS
- Static variable in class com.fullspan.util.
RandomStringUtil
DateUtil
- class com.fullspan.util.
DateUtil
.
E
EMPTY_STRING_ARRAY
- Static variable in class com.fullspan.util.
StringUtil
A zero-element String array.
ExceptionUtil
- class com.fullspan.util.
ExceptionUtil
.
Static utility methods for exceptions (this class has a private constructor and cannot be instantiated).
escapeJS(String)
- Static method in class com.fullspan.util.
HtmlUtil
escapeXML(String)
- Static method in class com.fullspan.util.
HtmlUtil
F
FileUtil
- class com.fullspan.util.
FileUtil
.
Static utility methods for files and streams (this class has a private constructor and cannot be instantiated).
fireContentsChanged(Object, int, int)
- Method in class com.fullspan.util.swing.
TreeNodeListModel
Override base class to make this method public
formatCanonicalDate(Date)
- Static method in class com.fullspan.util.
DateUtil
formatCanonicalDateTimeMin(Date)
- Static method in class com.fullspan.util.
DateUtil
formatCanonicalDateTimeSec(Date)
- Static method in class com.fullspan.util.
DateUtil
formatCanonicalTimestamp(Date)
- Static method in class com.fullspan.util.
DateUtil
G
generateHashAndSalt(String)
- Static method in class com.fullspan.util.
HashUtil
generateHashAndSalt(byte[])
- Static method in class com.fullspan.util.
HashUtil
generateRandomPlaintext()
- Static method in class com.fullspan.util.
RandomStringUtil
generateRandomPlaintext(int)
- Static method in class com.fullspan.util.
RandomStringUtil
generateRandomPlaintext(int, int)
- Static method in class com.fullspan.util.
RandomStringUtil
generateRandomPlaintext(int, int, String)
- Static method in class com.fullspan.util.
RandomStringUtil
generateRandomPlaintext(int, int, String, String)
- Static method in class com.fullspan.util.
RandomStringUtil
generateSalt()
- Static method in class com.fullspan.util.
HashUtil
The SecureRandom documentation does not state whether the nextBytes method is thread safe, so this method wraps it in a synchronized block.
getClickLocationIndex(JList, int, int)
- Static method in class com.fullspan.util.swing.
SwingUtil
Returns the index of the list element at the given location in the list, or -1 if the location does not correspond to a list item.
getClickLocationNode(JList, int, int)
- Static method in class com.fullspan.util.swing.
SwingUtil
Returns the object at the given location in the list, or null if the location does not correspond to a list item.
getElementAt(int)
- Method in class com.fullspan.util.swing.
TreeNodeListModel
Returns the value at the specified index.
getErrors()
- Method in interface com.fullspan.util.
IMessageAndErrorList
getErrors()
- Method in class com.fullspan.util.
MessageAndErrorList
getExceptionMessage(Throwable)
- Static method in class com.fullspan.util.
ExceptionUtil
Return the message for a Throwable.
getExceptionMessage(Throwable, boolean)
- Static method in class com.fullspan.util.
ExceptionUtil
Return the message for a Throwable.
getFirst()
- Method in class com.fullspan.util.
StringPair
getFirst()
- Method in class com.fullspan.util.
StringTriple
getHasErrors()
- Method in interface com.fullspan.util.
IMessageAndErrorList
getHasErrors()
- Method in class com.fullspan.util.
MessageAndErrorList
getHasMessages()
- Method in interface com.fullspan.util.
IMessageAndErrorList
getHasMessages()
- Method in class com.fullspan.util.
MessageAndErrorList
getInvokingClassName()
- Static method in class com.fullspan.util.
LangUtil
getMessages()
- Method in interface com.fullspan.util.
IMessageAndErrorList
getMessages()
- Method in class com.fullspan.util.
MessageAndErrorList
getPattern()
- Method in class com.fullspan.util.
PatternReplacePair
getPatternString()
- Method in class com.fullspan.util.
PatternReplacePair
getReplaceString()
- Method in class com.fullspan.util.
PatternReplacePair
getSecond()
- Method in class com.fullspan.util.
StringPair
getSecond()
- Method in class com.fullspan.util.
StringTriple
getSize()
- Method in class com.fullspan.util.swing.
TreeNodeListModel
Returns the number of elements in the list.
getStreamText(InputStream)
- Static method in class com.fullspan.util.
FileUtil
Returns the contents of the stream in a String.
getStringNoNull(Object)
- Static method in class com.fullspan.util.
StringUtil
Return the String value of the argument o.
getStringParts(String)
- Static method in class com.fullspan.util.
StringUtil
Splits a String into parts and returns an array of the parts.
getStringParts(String, String)
- Static method in class com.fullspan.util.
StringUtil
Splits a String into parts and returns an array of the parts.
getStringParts(String, String, boolean)
- Static method in class com.fullspan.util.
StringUtil
Splits a String into parts and returns an array of the parts.
getStringWithNull(Object)
- Static method in class com.fullspan.util.
StringUtil
Return the String value of the argument o.
getThird()
- Method in class com.fullspan.util.
StringTriple
getTrimmedStringNoNull(Object)
- Static method in class com.fullspan.util.
StringUtil
Return the whitespace-trimmed String value of o.
getTrimmedStringWithNull(Object)
- Static method in class com.fullspan.util.
StringUtil
Return the whitespace-trimmed String value of o.
H
HashUtil
- class com.fullspan.util.
HashUtil
.
Utilities for creating and working with hash values, specifically for cases such as one-way encryption of passwords.
HtmlUtil
- class com.fullspan.util.
HtmlUtil
.
HttpUtil
- class com.fullspan.util.
HttpUtil
.
hash(byte[], byte[])
- Static method in class com.fullspan.util.
HashUtil
I
IMessageAndErrorList
- interface com.fullspan.util.
IMessageAndErrorList
.
isEmpty(Object)
- Static method in class com.fullspan.util.
StringUtil
Check if the string is null or empty
isEmptyTrimmed(Object)
- Static method in class com.fullspan.util.
StringUtil
Check if the string is null or empty
L
LINE_SEPARATOR
- Static variable in class com.fullspan.util.
FileUtil
Holds System.getProperty("line.separator")
LangUtil
- class com.fullspan.util.
LangUtil
.
lineBreaksToHtml(String)
- Static method in class com.fullspan.util.
HtmlUtil
M
MessageAndErrorList
- class com.fullspan.util.
MessageAndErrorList
.
MessageAndErrorList()
- Constructor for class com.fullspan.util.
MessageAndErrorList
MessageAndErrorList(ResourceBundle)
- Constructor for class com.fullspan.util.
MessageAndErrorList
makeWebAppURL(String, String, int, String)
- Static method in class com.fullspan.util.
HttpUtil
P
PatternReplacePair
- class com.fullspan.util.
PatternReplacePair
.
PatternReplacePair(String, String)
- Constructor for class com.fullspan.util.
PatternReplacePair
parseCanonicalDate(String)
- Static method in class com.fullspan.util.
DateUtil
parseCanonicalDateTimeMin(String)
- Static method in class com.fullspan.util.
DateUtil
parseCanonicalDateTimeSec(String)
- Static method in class com.fullspan.util.
DateUtil
parseCanonicalTimestamp(String)
- Static method in class com.fullspan.util.
DateUtil
parseIntSafe(Object)
- Static method in class com.fullspan.util.
StringUtil
parseLongSafe(Object)
- Static method in class com.fullspan.util.
StringUtil
R
RandomStringUtil
- class com.fullspan.util.
RandomStringUtil
.
Utilities for generating random text strings.
RandomStringUtil()
- Constructor for class com.fullspan.util.
RandomStringUtil
S
StringPair
- class com.fullspan.util.
StringPair
.
StringPair(String, String)
- Constructor for class com.fullspan.util.
StringPair
StringTriple
- class com.fullspan.util.
StringTriple
.
StringTriple(String, String, String)
- Constructor for class com.fullspan.util.
StringTriple
StringUtil
- class com.fullspan.util.
StringUtil
.
Static utility methods for strings (this class has a private constructor and cannot be instantiated).
SwingUtil
- class com.fullspan.util.swing.
SwingUtil
.
Static utility methods for Swing user interfaces (this class has a private constructor and cannot be instantiated).
setNode(TreeNode)
- Method in class com.fullspan.util.swing.
TreeNodeListModel
Reset this ListModel to represent a new list of treeNode children.
T
TreeNodeListModel
- class com.fullspan.util.swing.
TreeNodeListModel
.
This class represents the child nodes of a TreeNode as elements in a ListModel.
TreeNodeListModel(TreeNode)
- Constructor for class com.fullspan.util.swing.
TreeNodeListModel
truncate(String, int)
- Static method in class com.fullspan.util.
StringUtil
truncate(String, int, String)
- Static method in class com.fullspan.util.
StringUtil
U
urlsToAnchors(String)
- Static method in class com.fullspan.util.
HtmlUtil
A
B
C
D
E
F
G
H
I
L
M
P
R
S
T
U
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes