com.ericsson.tic.vi
Class Pickable

java.lang.Object
  extended by com.ericsson.tic.vi.Pickable
Direct Known Subclasses:
GraphNode, Label

public class Pickable
extends Object

A Pickable object is one which can be "clicked on".

Version:
1.0 (2008-12-04)
Author:
Sami Matilainen

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

gpid

private static byte[] gpid
Used by the newPID() method to create a new id


pid

public byte[] pid
The pickable id of this object.


highlighted

public boolean highlighted
Indicates wheter an object with this id is highlighted or not.

Constructor Detail

Pickable

public Pickable()
Creates a pickable object.

Method Detail

newPID

public void newPID()
Creates a new pickable id.