|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.guiclient.model.item.ItemUtil
public class ItemUtil
Item utility methods.
| Method Summary | |
|---|---|
static void |
ensureUniqueItemName(Item item,
Model model)
Ensures that the name of an item is unique in the specified model and adjusts the item name by appending a running number. |
static ObjectDescriptor |
obtainObjectDescriptor(ItemTypeDescriptor itd)
Gets an object descriptor for the item's interface class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void ensureUniqueItemName(Item item,
Model model)
item - Item to checkmodel - Reference modelpublic static ObjectDescriptor obtainObjectDescriptor(ItemTypeDescriptor itd)
itd - Item type descriptor or null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||