|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.beans.toolbar.ToolbarBeanToolMgr
public class ToolbarBeanToolMgr
The class provides the support for the class ToolbarBeanItemsPanel
.
It parses the
Method Summary | |
---|---|
Object[] |
getCategories()
Returns the available categories. |
static int |
getCategory(String categoryDesc)
Returns the category enumeration index for given the category string |
static ToolbarBeanToolMgr |
getDefault()
Instantiates an instance of the class. |
String |
getIconDirectory(int category)
Returns the tool package and class name. |
String |
getToolItemDescriptiveName(int pkgId,
String className)
Returns the ToolItem the descriptive name for the given tool's class name |
String |
getToolItemIconName(int pkgId,
String className)
Returns the ToolItem the icon name for the given tool's class name |
Object[] |
getToolItems(int categoryName)
Returns the available tools |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ToolbarBeanToolMgr getDefault()
public final Object[] getCategories()
public static final int getCategory(String categoryDesc)
categoryDesc
- String
public final Object[] getToolItems(int categoryName)
public String getToolItemIconName(int pkgId, String className)
pkgId
- intclassName
- String
public String getToolItemDescriptiveName(int pkgId, String className)
pkgId
- intclassName
- String
public String getIconDirectory(int category)
category
- int an integer for the category id
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |