Home
last modified time | relevance | path

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

/trunk/main/scripting/examples/java/Newsgroup/
H A DPostNewsgroup.java34 private NewsGroup[] subscribedNewsgroups = null; field in PostNewsgroup
304 if( subscribedNewsgroups != null ) in getNewsgroupCombo()
309 hostTextField.setText( subscribedNewsgroups[ position ].getHostName() ); in getNewsgroupCombo()
310 …TipText( "Newsgroup name: " + subscribedNewsgroups[ position ].getNewsgroupName() + " (Host name:… in getNewsgroupCombo()
318 subscribedNewsgroups = newsgroups.getNewsGroups(); in getNewsgroupCombo()
323 if( subscribedNewsgroups == null ) in getNewsgroupCombo()
333 Vector vector = new Vector( subscribedNewsgroups.length ); in getNewsgroupCombo()
334 for(int i=0; i < subscribedNewsgroups.length; i++ ) in getNewsgroupCombo()
336 vector.add( subscribedNewsgroups[i].getNewsgroupName() ); in getNewsgroupCombo()
339 for(int i=0; i < subscribedNewsgroups.length; i++ ) in getNewsgroupCombo()
[all …]