|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.beans.ui.BeanUtilities
public class BeanUtilities
A Bean utility class to facilitate the bean UI development.
Constructor Summary | |
---|---|
BeanUtilities()
|
Method Summary | |
---|---|
static Object |
getItemObject(String name)
Returns a tool item object for the given class name. |
static String[] |
getTags(String className)
Returns readable enumerative values in an array string. |
static int[] |
getValues(String[] tags)
Returns the orignal enumeration integers in array |
static int |
parsingString(String item)
Extracting an integer from the given string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanUtilities()
Method Detail |
---|
public static String[] getTags(String className)
className
- String - a class name
public static int[] getValues(String[] tags)
tags
- String[] an string array returned by getTags
public static int parsingString(String item)
item
- String a string in an array returned by getTags
public static Object getItemObject(String name)
name
- String - a class name string
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |