Results 1 to 2 of 2

Thread: ShowViewCommand have a bug?

  1. #1
    Join Date
    Dec 2004
    Posts
    15

    Default ShowViewCommand have a bug?

    Code:
        public final void setViewDescriptor(ViewDescriptor viewDescriptor) {
            setId(viewDescriptor.getDisplayName()); 
            // maybe is
            // setId(viewDescriptor.getId());
            setLabel(viewDescriptor.getShowViewCommandLabel());
            setIcon(viewDescriptor.getIcon());
            setCaption(viewDescriptor.getCaption());
            this.viewDescriptor = viewDescriptor;
        }

  2. #2
    Join Date
    Sep 2004
    Location
    Ghent, Belgium
    Posts
    224

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •