|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ericsson.tic.vi.Pickable
public class Pickable
A Pickable object is one which can be "clicked on".
| Field Summary | |
|---|---|
private static byte[] |
gpid
Used by the newPID() method to create a new id |
boolean |
highlighted
Indicates wheter an object with this id is highlighted or not. |
byte[] |
pid
The pickable id of this object. |
| Constructor Summary | |
|---|---|
Pickable()
Creates a pickable object. |
|
| Method Summary | |
|---|---|
void |
newPID()
Creates a new pickable id. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static byte[] gpid
public byte[] pid
public boolean highlighted
| Constructor Detail |
|---|
public Pickable()
| Method Detail |
|---|
public void newPID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||