public abstract class ItemFactory
extends java.lang.Object
| Constructor and Description | 
|---|
ItemFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract GUIPanel | 
createItem(java.lang.String path)
Create the GUI item for the specified menu or toolbar item. 
 | 
public abstract GUIPanel createItem(java.lang.String path)
path - the path to the menu or toolbar pattern. This is a forward slash (/) separated list of the ids of all parent menu containers for this item. For example, an item in the main window toolbar might have a path javax.ide.view.MAIN_WINDOW_TOOLBAR_ID/javax.ide.OPEN_SECTION_ID/someActionId