Uses of Interface
org.openbp.guiclient.model.item.ItemEditor

Packages that use ItemEditor
org.openbp.cockpit.itemeditor   
org.openbp.guiclient.model.item   
 

Uses of ItemEditor in org.openbp.cockpit.itemeditor
 

Classes in org.openbp.cockpit.itemeditor that implement ItemEditor
 class NodeItemEditor
          Item editor for modeler items.
 class StandardItemEditor
          The standard item wizard displays a wizard that lets the user define an item.
 

Uses of ItemEditor in org.openbp.guiclient.model.item
 

Methods in org.openbp.guiclient.model.item that return ItemEditor
 ItemEditor ItemEditorRegistry.lookupItemEditor(java.lang.String itemType)
          Looks up an item editor.
 

Methods in org.openbp.guiclient.model.item with parameters of type ItemEditor
 void ItemEditorRegistry.registerItemEditor(java.lang.String itemType, ItemEditor editor)
          Registers an item editor.
 



Copyright © 2011. All Rights Reserved.