|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.java.swingfx.common.Utils
public class Utils
A utilites class which provides "helper" methods used throughout the SwingFX suite. This class provides a variety of methods which can be accessed in a static way.
Constructor Summary | |
---|---|
private |
Utils()
|
Method Summary | |
---|---|
static boolean |
isNullOrEmpty(java.lang.String val)
Determines if the given String is null or
empty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private Utils()
Method Detail |
---|
public static boolean isNullOrEmpty(java.lang.String val)
String
is null
or
empty
val
- the String
to check
true
if val
is null
or
empty, false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |