home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 March / PCWMAR02.iso / software / windowsxp / ftgateoffice / ftgateoffice.exe / Main / webhelp.jar / hhapplet / FTSSearcher$KeywordData.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-11-07  |  611 b   |  20 lines

  1. package hhapplet;
  2.  
  3. class FTSSearcher$KeywordData {
  4.    public String m_strKeyword;
  5.    public int[] m_aryTopicLinks;
  6.    // $FF: synthetic field
  7.    final FTSSearcher this$0;
  8.  
  9.    FTSSearcher$KeywordData(FTSSearcher var1) {
  10.       (this.this$0 = var1).getClass();
  11.    }
  12.  
  13.    public void addTopicLink(int var1) {
  14.       int[] var2 = new int[this.m_aryTopicLinks == null ? 1 : this.m_aryTopicLinks.length + 1];
  15.       var2[this.m_aryTopicLinks.length] = var1;
  16.       this.m_aryTopicLinks = null;
  17.       this.m_aryTopicLinks = var2;
  18.    }
  19. }
  20.