com.sun.star.container
Interface XIndexContainer
- All Superinterfaces:
- com.sun.star.container.XElementAccess, com.sun.star.container.XIndexAccess, com.sun.star.container.XIndexReplace, com.sun.star.uno.XInterface
- All Known Subinterfaces:
- com.sun.star.chaos.XDataContainer
- public abstract interface XIndexContainer
- extends com.sun.star.container.XIndexReplace
Field Summary |
static com.sun.star.uno.Uik |
UIK
|
static java.lang.Object |
UNORUNTIMEDATA
|
static com.sun.star.lib.uno.typeinfo.TypeInfo[] |
UNOTYPEINFO
|
Method Summary |
abstract void |
insertByIndex(int i,
java.lang.Object o)
|
abstract void |
removeByIndex(int i)
|
Methods inherited from interface com.sun.star.container.XIndexReplace |
replaceByIndex |
Methods inherited from interface com.sun.star.container.XIndexAccess |
getByIndex, getCount |
Methods inherited from interface com.sun.star.container.XElementAccess |
getElementType, hasElements |
UIK
public static final com.sun.star.uno.Uik UIK
UNORUNTIMEDATA
public static final java.lang.Object UNORUNTIMEDATA
UNOTYPEINFO
public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
insertByIndex
public abstract void insertByIndex(int i,
java.lang.Object o)
throws com.sun.star.lang.IllegalArgumentException,
com.sun.star.lang.IndexOutOfBoundsException,
com.sun.star.lang.WrappedTargetException,
com.sun.star.uno.RuntimeException
removeByIndex
public abstract void removeByIndex(int i)
throws com.sun.star.lang.IndexOutOfBoundsException,
com.sun.star.lang.WrappedTargetException,
com.sun.star.uno.RuntimeException