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

/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java1105 void initPolicyList(List policyList) { argument
1108 addNewComponent(this, policyList, MW_POLICY_LIST,
1116 void replacePolicyList(List policyList) { argument
1122 String newItems[] = policyList.getItems();
1556 List policyList = (List)tw.getComponent(tw.MW_POLICY_LIST);
1557 listIndex = policyList.getSelectedIndex();
2858 List policyList = (List)tw.getComponent(tw.MW_POLICY_LIST);
2860 int listIndex = policyList.getSelectedIndex();
2864 (newCodeBaseStr, policyList.getItem(listIndex)) != 0)
2866 policyList
[all...]

Completed in 38 milliseconds