|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ericsson.tic.vi.CategoryItem
public class CategoryItem
A CategoryItem holds information about a particular category.
| Field Summary | |
|---|---|
float[] |
color
The color associated with this category. |
int |
id
The id of this category item. |
String |
name
The name of this category item. |
String |
parseName
The parse string used for identyfing it in the messages. |
| Constructor Summary | |
|---|---|
CategoryItem(int id,
String name,
String parseName)
Creates a Category. |
|
| Method Summary | |
|---|---|
void |
defaultCategoryColor()
Set the color of this category. |
| 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 parseName
public float[] color
| Constructor Detail |
|---|
public CategoryItem(int id,
String name,
String parseName)
id - The id of this Categoryname - The name of this category.parseName - The parse string used for identyfing it in the messages.| Method Detail |
|---|
public void defaultCategoryColor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||