Class EntityViewCommandList

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, MenuElement

public class EntityViewCommandList extends WtPopupMenu
This is the command list of any entities.
Author:
mtotz
See Also:
Serialized Form
  • Constructor Details

    • EntityViewCommandList

      public EntityViewCommandList(String name, String[] items, EntityView<?> view)
      Create an entity view command list.
      Parameters:
      name - The menu name (needed?).
      items - The action names.
      view - The entity view.
  • Method Details

    • doAction

      protected void doAction(String command)
      an action has been chosen.
      Parameters:
      command -