org.kde.koala
public class KNamedCommand extends KCommand
UNKNOWN: A command which stores its name.
Constructor Summary | |
---|---|
protected | KNamedCommand(Class dummy) |
Method Summary | |
---|---|
String | name() |
void | setName(String name)
Updates the name of this command.
|
Returns: the name of this command
UNKNOWN:
UNKNOWN: Updates the name of this command.