Layer1ApiUserMessageModifyStrategiesMainMenu
Package: velox.api.layer1.messages
Type: Class
Inheritance: java.lang.Object รขโ โ Layer1ApiUserMessageModifyStrategiesMainMenu
All Implemented Interfaces: Layer1ApiStrategiesEchoMessagesLayer.StrategyEchoMessageFromLayer
Deprecated: for a few reasons: it's not safe to use without user code wrapping and seems not used by any add-on developers, so it's not supported any more
Descriptionโ
Describes either adding or removing group of actions for some strategy in main menu
Nested Classesโ
Layer1ApiUserMessageModifyStrategiesMainMenu.MenuDescriptionโ
Deprecated
Describes single menu item that is created by this message
Fieldsโ
strategyNameโ
public final String strategyName
Deprecated
isAddโ
public final boolean isAdd
Deprecated
menuDescriptionSetโ
public final Set<Layer1ApiUserMessageModifyStrategiesMainMenu.MenuDescription> menuDescriptionSet
Deprecated
Should have required action listeners attached.
Constructorsโ
Layer1ApiUserMessageModifyStrategiesMainMenuโ
public Layer1ApiUserMessageModifyStrategiesMainMenu(String strategyName, boolean isAdd, Set<Layer1ApiUserMessageModifyStrategiesMainMenu.MenuDescription> menuDescriptionSet)
Deprecated
Parameters:
strategyName- Name of strategy that owns following methods. Will be used to group data in strategies menuisAdd- true if described actions should be added to strategy menu, false if all actions for this strategy should be removedmenuDescriptionSet- Describes all menu items that should be added to menu.
Methodsโ
Methods inherited from class java.lang.Object:
clone()equals(Object)finalize()getClass()hashCode()notify()notifyAll()toString()wait()wait(long)wait(long, int)