Searched refs:getList (Results 1 - 25 of 25) sorted by relevance

/openjdk7/langtools/test/tools/javac/generics/
H A DWrongNew.java41 WrongNewList<String> list = getList();
44 public static WrongNewList<String> getList() method in class:WrongNew
/openjdk7/langtools/test/tools/javac/generics/rawOverride/7062745/
H A DT7062745neg.java11 interface A { List<Number> getList(); } method in interface:T7062745neg.A
12 interface B { ArrayList getList(); } method in interface:T7062745neg.B
16 Number n = ab.getList().get(1);
H A DT7062745pos.java35 interface A { List<Number> getList(); } method in interface:T7062745pos.A
36 interface B { List getList(); } method in interface:T7062745pos.B
40 Number n = ab.getList().get(1);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DDeprecatedAPIListBuilder.java86 getList(PACKAGE).add(pkg);
94 getList(CLASS).add(cd);
96 getList(INTERFACE).add(cd);
98 getList(EXCEPTION).add(cd);
100 getList(ENUM).add(cd);
102 getList(ERROR).add(cd);
104 getList(ANNOTATION_TYPE).add(cd);
107 composeDeprecatedList(getList(FIELD), cd.fields());
108 composeDeprecatedList(getList(METHOD), cd.methods());
109 composeDeprecatedList(getList(CONSTRUCTO
150 public List<Doc> getList(int type) { method in class:DeprecatedAPIListBuilder
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DComboPopup.java72 public JList getList(); method in interface:ComboPopup
H A DBasicComboPopup.java83 * @see #getList
230 * Implementation of ComboPopup.getList().
232 public JList getList() { method in class:BasicComboPopup
958 JList list = getList();
H A DBasicComboBoxUI.java252 listBox = popup.getList();
1538 comboBox.setSelectedIndex(ui.popup.getList().
1574 Object listItem = ui.popup.getList().getSelectedValue();
1586 Object listItem = ui.popup.getList().getSelectedValue();
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest6921644.java53 o.getList().add(a1);
54 o.getList().add(a2);
55 o.getList().add(a3);
85 public List<T> getList() { method in class:Test6921644.Owner
126 public List<Document> getList() { method in class:Test6921644.Author
153 public List<Document> getList() { method in class:Test6921644.Category
H A DTest6505888.java62 public List<Integer> getList() { method in class:Test6505888.ListBean
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DFieldRendererFactory.java68 public FieldRenderer getList(JClass coreList) { method in class:FieldRendererFactory
H A DDefaultFieldRenderer.java96 return frf.getList(outline.parent().getCodeModel().ref(ArrayList.class));
/openjdk7/jdk/test/sun/util/resources/TimeZone/
H A DBug4640234.java86 Map<String, String> countryMapEn = getList(resEn, true);
87 Map<String, String> languageMapEn = getList(resEn, false);
106 countryMap = getList(resLoc, true);
124 languageMap = getList(resLoc, false);
277 private static Map<String, String> getList(ResourceBundle rs, Boolean getCountryList) { method in class:Bug4640234
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSpinnerListModel.java122 public List<?> getList() { method in class:SpinnerListModel
138 * @see #getList
H A DJComboBox.java1637 popupList = ((javax.swing.plaf.basic.ComboPopup)a).getList();
1945 JList list = ((javax.swing.plaf.basic.ComboPopup)a).getList();
H A DJPopupMenu.java1271 JList popupList = ((BasicComboPopup)JPopupMenu.this).getList();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/
H A DBIAttribute.java88 return frf.getList(
H A DBIContent.java76 return opts.getFieldRendererFactory().getList(
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DCollectionTypeAttribute.java64 return frf.getList(m.codeModel.ref(collectionType));
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest7192955.java61 public List<String> getList() { method in class:Test7192955.BaseBean
H A DTest7193977.java65 public List<T> getList() { method in class:Test7193977.Abstract
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DDeprecatedListWriter.java155 addPackageDeprecatedAPI(deprapi.getList(i),
158 writers[i - 1].addDeprecatedAPI(deprapi.getList(i),
/openjdk7/jdk/test/javax/swing/JComboBox/4743225/
H A Dbug4743225.java101 if(getPopup().getList().getLastVisibleIndex() == 3) {
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaComboBoxUI.java105 final JList itemList = popup.getList();
197 popup.getList().setSelectedIndex(i);
201 popup.getList().clearSelection();
446 if (aquaUi.getPopup().getList().getSelectedIndex() < 0) {
452 comboBox.setSelectedIndex(aquaUi.getPopup().getList().getSelectedIndex());
457 comboBox.setSelectedIndex(aquaUi.getPopup().getList().getSelectedIndex());
497 comboBox.setSelectedIndex(aquaUi.getPopup().getList().getSelectedIndex());
/openjdk7/jdk/test/sun/net/ftp/
H A DFtpURL.java424 synchronized boolean getList() { method in class:FtpURL.FtpServer
492 if (!server.getList())
H A DFtpGetContent.java426 boolean getList() { method in class:FtpGetContent.FtpServer

Completed in 645 milliseconds