|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.allen_sauer.gwt.dnd.client.util.StringUtil
public class StringUtil
Shared String utility methods.
Constructor Summary | |
---|---|
StringUtil()
|
Method Summary | |
---|---|
static java.lang.String |
getShortTypeName(java.lang.Class<?> clazz)
Determined a short name from a class. |
static java.lang.String |
getShortTypeName(java.lang.Object obj)
Return short classname of obj . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringUtil()
Method Detail |
---|
public static java.lang.String getShortTypeName(java.lang.Class<?> clazz)
clazz
- the Java class
public static java.lang.String getShortTypeName(java.lang.Object obj)
obj
.
obj
- the object whose name is to be determined
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |