public interface POIFSViewable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getShortDescription()
Provides a short description of the object, to be used when a
POIFSViewable object has not provided its contents.
|
java.lang.Object[] |
getViewableArray()
Get an array of objects, some of which may implement
POIFSViewable
|
java.util.Iterator |
getViewableIterator()
Get an Iterator of objects, some of which may implement
POIFSViewable
|
boolean |
preferArray()
Give viewers a hint as to whether to call getViewableArray or
getViewableIterator
|
java.lang.Object[] getViewableArray()
java.util.Iterator getViewableIterator()
boolean preferArray()
java.lang.String getShortDescription()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.