Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] UI update notice

Hi All,

 1.  There is a number of listeners created in ptp.ui and ptp.debug.ui.
      - change set listener, whenever the set is created, removed,
added some elements into set, removed some elements from set or the
set is changed, this listener will be fired.
      - paint listener, is used for refresh the view
      - register listener, got this event when there is some elements
registered or unregistered.  This is created in ptp.debug.ui

  2.  Added Map attribute in Container (ptp.ui).  It can be used to
store anythings.  It is very useful.  eg, I used in ptp.debug.ui to
store bitset for each created set.  Then everytimes I can know which
task id whether is this set or not. (more quickly to searching it one
by one).  It is because I will get the bitset from ptp.debug.core.

  3.  Updated the reg/unreg button, now these two buttons will be
disabled if the job is not running or the job is not in debug mode. 
Also the double click action will do nothing in the same situation.

  4.  Annotation is almost done.  Now I tested the processes which are
registered in debug view.  It works fine, but it is limitation testing
because all my testing is depending on debug simulator.  I changed the
marker.  Every registered processes on the same position will only
display one marker.  For unregistered processes, only one marker
presents on the same position as well.  The code is done already, but
I haven't tested yet.

Clement


Back to the top