|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.pleso.framework.client.bl.providers.impl.Menu
public class Menu
Represents default IMenu
implementation
Constructor Summary | |
---|---|
Menu(IActionProvider[] actions)
Constructor |
|
Menu(java.lang.String caption,
IActionProvider[] actions)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getActionCaption()
Returns action caption. |
IActionProvider[] |
getActionProviders()
Returns array with action providers which provides this implementation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Menu(java.lang.String caption, IActionProvider[] actions)
caption
- menu captionactions
- actions in menupublic Menu(IActionProvider[] actions)
actions
- actions in menuMethod Detail |
---|
public IActionProvider[] getActionProviders()
IActionProviders
getActionProviders
in interface IActionProviders
public java.lang.String getActionCaption()
IActionProvider
getActionCaption
in interface IActionProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |