Searched refs:subscribedNewsgroups (Results 1 – 1 of 1) sorted by relevance
34 private NewsGroup[] subscribedNewsgroups = null; field in PostNewsgroup304 if( subscribedNewsgroups != null ) in getNewsgroupCombo()318 subscribedNewsgroups = newsgroups.getNewsGroups(); in getNewsgroupCombo()323 if( subscribedNewsgroups == null ) in getNewsgroupCombo()334 for(int i=0; i < subscribedNewsgroups.length; i++ ) in getNewsgroupCombo()339 for(int i=0; i < subscribedNewsgroups.length; i++ ) in getNewsgroupCombo()345 …if( j != i && subscribedNewsgroups[j].getNewsgroupName().equalsIgnoreCase( subscribedNewsgroups[i]… in getNewsgroupCombo()347 …vector.set( j, subscribedNewsgroups[j].getNewsgroupName() + " (" + subscribedNewsgroups[j].getHos… in getNewsgroupCombo()348 …vector.set( i, subscribedNewsgroups[i].getNewsgroupName() + " (" + subscribedNewsgroups[i].getHos… in getNewsgroupCombo()353 for(int i=0; i < subscribedNewsgroups.length; i++ ) in getNewsgroupCombo()[all …]
Completed in 10 milliseconds