|
|||||||||
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 java.lang.Object |
getItemObject(java.lang.String name)
Returns a tool item object for the given class name. |
static java.lang.String[] |
getTags(java.lang.String className)
Returns readable enumerative values in an array string. |
static int[] |
getValues(java.lang.String[] tags)
Returns the orignal enumeration integers in array |
static int |
parsingString(java.lang.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 java.lang.String[] getTags(java.lang.String className)
className
- String - a class name
public static int[] getValues(java.lang.String[] tags)
tags
- String[] an string array returned by getTags
public static int parsingString(java.lang.String item)
item
- String a string in an array returned by getTags
public static java.lang.Object getItemObject(java.lang.String name)
name
- String - a class name string
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |