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
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
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