|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.genuine.organizer.internal.Item
Base class for all objects that are used by the MenuBarBuilder and the ToolBarBuilder. It reads XML configuration that contains information about a item that is placed on the menu bar or on the tool bar.
Constructor Summary | |
(package private) |
Item()
Empty |
(package private) |
Item(org.jdom.Element itemElement)
Reads all information from the given XML element |
(package private) |
Item(Module module,
org.jdom.Element itemElement)
Takes a item element and a reference to the module. |
Method Summary | |
protected GenuineAction |
getAction()
Returns the action instance that is referred to by this objects id by retrieving it from the module. |
protected java.lang.String |
getBehindOfItemId()
This menu item may have declared to be put behind another menu item. |
protected java.lang.String |
getId()
Returns the menu item's id. |
protected java.lang.String |
getInFrontOfItemId()
This menu item may have declared to be put in front of another menu item. |
protected boolean |
isSeparatorBehind()
Returns true if a separator should appear behind this menu item. |
protected boolean |
isSeparatorInFront()
Returns true if a separator should appear in front of this menu item. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
Item()
Item(org.jdom.Element itemElement) throws ConfigurationException
Item(Module module, org.jdom.Element itemElement) throws ConfigurationException
Method Detail |
protected java.lang.String getId()
protected boolean isSeparatorInFront()
protected boolean isSeparatorBehind()
protected java.lang.String getInFrontOfItemId()
protected java.lang.String getBehindOfItemId()
protected GenuineAction getAction() throws ConfigurationException
ConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |