Example #1
0
      private void init() {
        super.setName(filter.getName());

        String tooltip = filter.getDisplayName();
        this.setShortDescription(tooltip);
        this.setIconBaseWithExtension("org/sleuthkit/autopsy/images/file-size-16.png"); // NON-NLS

        updateDisplayName();
      }