Searched refs:NewsGroup (Results 1 – 3 of 3) sorted by relevance
29 private static NewsGroup[] allSubscribed = null;36 NewsGroup allGroups[] = subscribed.getNewsGroups(); in main()55 public NewsGroup[] getNewsGroups() in getNewsGroups()127 NewsGroup newsgroup[] = findNewsgroups( mailrc ); in getNewsGroups()140 allSubscribed = new NewsGroup[ subscribed.size() ]; in getNewsGroups()157 private static boolean listed( NewsGroup newsgroup, Vector uniqueSubscription ) in listed()161 NewsGroup tempGroup = (NewsGroup) uniqueSubscription.elementAt(i); in listed()174 private static NewsGroup[] findNewsgroups(File mailrcfile ) in findNewsgroups()179 NewsGroup mailrcNewsGroups[] = null; in findNewsgroups()217 NewsGroup group = new NewsGroup( hostname, newsgroup ); in findNewsgroups()[all …]
22 public class NewsGroup class28 public NewsGroup( String host, String group ) in NewsGroup() method in NewsGroup
34 private NewsGroup[] subscribedNewsgroups = null;316 NewsGroup groupToSend = null; in getNewsgroupCombo()
Completed in 13 milliseconds