Home
last modified time | relevance | path

Searched refs:subscribedNewsgroups (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/scripting/examples/java/Newsgroup/
H A DPostNewsgroup.java34 private NewsGroup[] subscribedNewsgroups = null; field in PostNewsgroup
304 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 16 milliseconds