Methods' Details
|
- getCommands
-  
sequence< com::sun::star::ucb::CommandInfo >
getCommands();
- Description
- obtains information for all supported commands.
- Returns
-
a sequence with information for all supported commands.
|
- getCommandInfoByName
-  
- com::sun::star::ucb::CommandInfo
getCommandInfoByName(
-
- raises ( com::sun::star::ucb::UnsupportedCommandException );
- Description
- returns information for a specific command.
- Returns
-
the information for the requested command.
- Parameter Name
-
specifies the name of the requested command.
- Throws
- UnsupportedCommandException
if the command is not supported.
|
- getCommandInfoByHandle
-  
- com::sun::star::ucb::CommandInfo
getCommandInfoByHandle(
-
- raises ( com::sun::star::ucb::UnsupportedCommandException );
- Description
- returns information for a specific command.
- Returns
-
the information for the requested command.
- Parameter Handle
-
specifies the handle of the requested command.
- Throws
- UnsupportedCommandException
if the command is not supported.
|
- hasCommandByName
-  
- boolean
hasCommandByName(
-
- Description
- checks whether a command specific is supported.
- Returns
-
true if a command with the specified name is supported;
otherwise false is returned.
- Parameter Name
-
specifies the name of the requested command.
|
- hasCommandByHandle
-  
- boolean
hasCommandByHandle(
-
- Description
- checks whether a apecific command is supported.
- Returns
-
true if a command with the specified handle is supported;
otherwise false is returned.
- Parameter Name
-
specifies the handle of the requested command.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.