|
|||||||||
| Home >> All >> org >> modama >> gui >> [ tools overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.modama.gui.tools
Class Utils

java.lang.Objectorg.modama.gui.tools.Utils
- public class Utils
- extends java.lang.Object
some useful utils
| Constructor Summary | |
Utils()
|
|
| Method Summary | |
static java.lang.String |
getClassNameWithoutPackage(java.lang.Class cl)
returns the Classname without the Package |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Utils
public Utils()
| Method Detail |
getClassNameWithoutPackage
public static java.lang.String getClassNameWithoutPackage(java.lang.Class cl)
- returns the Classname without the Package
|
|||||||||
| Home >> All >> org >> modama >> gui >> [ tools overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.modama.gui.tools.Utils