|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ericsson.tic.vi.Command
public class Command
A command which can be sent to the master system using the ToolbarPanel.
| Field Summary | |
|---|---|
int |
id
The id of this command. |
String |
message
The actual message. |
String |
name
The name of this command (as it will appear in the GUI) |
String |
prefix
A prefix for the message. |
| Constructor Summary | |
|---|---|
Command(int id,
String name,
String prefix,
String message)
Creates a Command. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int id
public String name
public String prefix
public String message
| Constructor Detail |
|---|
public Command(int id,
String name,
String prefix,
String message)
id - The id of this command.name - The name of this command (as it will appear
in the GUI)prefix - A prefix for the message.message - The actual message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||