com.moyosoft.connector.ms.excel.ui
Class MenuItems

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--com.moyosoft.connector.ms.excel.ExcelCollection
              |
              +--com.moyosoft.connector.ms.excel.ui.MenuItems
All Implemented Interfaces:
java.util.Collection

public class MenuItems
extends ExcelCollection


Constructor Summary
MenuItems(Dispatch dispatch)
           
 
Method Summary
 MenuItem add(java.lang.String caption)
           
 Menu addMenu(java.lang.String caption)
           
 int getCount()
           
 MenuItem getItem(int index)
           
 
Methods inherited from class com.moyosoft.connector.ms.excel.ExcelCollection
getDispatch, iterator, remove, size
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

MenuItems

public MenuItems(Dispatch dispatch)
Method Detail

add

public MenuItem add(java.lang.String caption)

addMenu

public Menu addMenu(java.lang.String caption)

getCount

public int getCount()

getItem

public MenuItem getItem(int index)