com.moyosoft.connector.ms.excel
Class ExcelCollection

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--com.moyosoft.connector.ms.excel.ExcelCollection
All Implemented Interfaces:
java.util.Collection
Direct Known Subclasses:
AllowEditRanges, Arcs, Areas, Buttons, ChartGroups, ChartObjects, Charts, CheckBoxes, Comments, CustomProperties, CustomViews, DataLabels, DialogSheets, Drawings, DropDowns, EditBoxes, Filters, FormatConditions, GroupBoxes, GroupObjects, HPageBreaks, Hyperlinks, Labels, Lines, ListBoxes, ListColumns, ListObjects, ListRows, MenuBars, MenuItems, Menus, Names, OptionButtons, Ovals, Panes, Parameters, Phonetics, Pictures, Points, PublishObjects, QueryTables, RecentFiles, ScrollBars, SeriesCollection, SmartTagActions, SmartTagRecognizers, Spinners, Styles, TextBoxes, ToolbarButtons, Toolbars, Trendlines, UserAccessList, VPageBreaks, Watches, Windows, Workbooks, Worksheets, XmlMaps, XmlNamespaces, XmlSchemas

public abstract class ExcelCollection
extends java.util.AbstractCollection


Constructor Summary
ExcelCollection(Dispatch dispatch)
           
 
Method Summary
 Dispatch getDispatch()
           
 java.util.Iterator iterator()
           
 boolean remove(java.lang.Object o)
           
 int 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

ExcelCollection

public ExcelCollection(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface java.util.Collection
Specified by:
iterator in class java.util.AbstractCollection

size

public int size()
Specified by:
size in interface java.util.Collection
Specified by:
size in class java.util.AbstractCollection

remove

public boolean remove(java.lang.Object o)
Specified by:
remove in interface java.util.Collection
Overrides:
remove in class java.util.AbstractCollection