Re: [JPP-Devel] Some questions and suggested core changes related to the TaskFrame class.

2008-07-02 Thread Sunburned Surveyor
Thanks for that clarification Paul. I will add those comments to the Javadoc for that method. Landon On Wed, Jul 2, 2008 at 1:05 PM, Paul Austin <[EMAIL PROTECTED]> wrote: > Landon, > > The getTaskFrame() method is from the TaskFrameProxy. This allows other > parts of the application to get a Tas

Re: [JPP-Devel] Some questions and suggested core changes related to the TaskFrame class.

2008-07-02 Thread Paul Austin
Landon, The getTaskFrame() method is from the TaskFrameProxy. This allows other parts of the application to get a TaskFrame from another object without knowing that the original object is a TaskFrame instance. For example you could have a MyFrame class which also implements the TaskFrameProxy inte

[JPP-Devel] Some questions and suggested core changes related to the TaskFrame class.

2008-07-02 Thread Sunburned Surveyor
First I have a question about a method in the TaskFrame class, then I have a suggestion. The TaskFrame class contains the following method: public TaskFrame getTaskFrame() { return this; } Why would you need a method like this? If you already have a reference to the TaskFrame