com.sun.star.ucb
Interface XCommandInfo
- All Superinterfaces:
- com.sun.star.uno.XInterface
- public abstract interface XCommandInfo
- extends com.sun.star.uno.XInterface
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 com.sun.star.ucb.CommandInfo |
getCommandInfoByHandle(int i)
|
abstract com.sun.star.ucb.CommandInfo |
getCommandInfoByName(java.lang.String s)
|
abstract com.sun.star.ucb.CommandInfo[] |
getCommands()
|
abstract boolean |
hasCommandByHandle(int i)
|
abstract boolean |
hasCommandByName(java.lang.String s)
|
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
getCommandInfoByHandle
public abstract com.sun.star.ucb.CommandInfo getCommandInfoByHandle(int i)
throws com.sun.star.ucb.UnsupportedCommandException,
com.sun.star.uno.RuntimeException
getCommandInfoByName
public abstract com.sun.star.ucb.CommandInfo getCommandInfoByName(java.lang.String s)
throws com.sun.star.ucb.UnsupportedCommandException,
com.sun.star.uno.RuntimeException
getCommands
public abstract com.sun.star.ucb.CommandInfo[] getCommands()
throws com.sun.star.uno.RuntimeException
hasCommandByHandle
public abstract boolean hasCommandByHandle(int i)
throws com.sun.star.uno.RuntimeException
hasCommandByName
public abstract boolean hasCommandByName(java.lang.String s)
throws com.sun.star.uno.RuntimeException