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

/external/proguard/src/proguard/gui/
H A DGUIResources.java41 public static String getMessage(String messageKey) argument
43 return messages.getString(messageKey);
51 public static String getMessage(String messageKey, Object[] messageArguments) argument
53 formatter.applyPattern(messages.getString(messageKey));
H A DProGuardRunnable.java139 private String msg(String messageKey) argument
141 return GUIResources.getMessage(messageKey);
149 private String msg(String messageKey, argument
152 return GUIResources.getMessage(messageKey, new Object[] {messageArgument});
H A DClassSpecificationsPanel.java172 private static JComponent tip(JComponent component, String messageKey) argument
174 component.setToolTipText(msg(messageKey));
184 private static String msg(String messageKey) argument
186 return GUIResources.getMessage(messageKey);
H A DMemberSpecificationsPanel.java270 private static JComponent tip(JComponent component, String messageKey) argument
272 component.setToolTipText(msg(messageKey));
282 private static String msg(String messageKey) argument
284 return GUIResources.getMessage(messageKey);
H A DReTraceRunnable.java145 private String msg(String messageKey) argument
147 return GUIResources.getMessage(messageKey);
H A DFilterDialog.java304 private static JComponent tip(JComponent component, String messageKey) argument
306 component.setToolTipText(msg(messageKey));
316 private static String msg(String messageKey) argument
318 return GUIResources.getMessage(messageKey);
H A DListPanel.java325 private static JComponent tip(JComponent component, String messageKey) argument
327 component.setToolTipText(msg(messageKey));
337 private static String msg(String messageKey) argument
339 return GUIResources.getMessage(messageKey);
H A DOptimizationsDialog.java235 private static JComponent tip(JComponent component, String messageKey) argument
237 component.setToolTipText(msg(messageKey));
247 private static String msg(String messageKey) argument
249 return GUIResources.getMessage(messageKey);
H A DClassPathPanel.java302 private static JComponent tip(JComponent component, String messageKey) argument
304 component.setToolTipText(msg(messageKey));
314 private static String msg(String messageKey) argument
316 return GUIResources.getMessage(messageKey);
H A DMemberSpecificationDialog.java481 private static JComponent tip(JComponent component, String messageKey) argument
483 component.setToolTipText(msg(messageKey));
493 private static String msg(String messageKey) argument
495 return GUIResources.getMessage(messageKey);
H A DClassSpecificationDialog.java526 private static JComponent tip(JComponent component, String messageKey) argument
528 component.setToolTipText(msg(messageKey));
538 private static String msg(String messageKey) argument
540 return GUIResources.getMessage(messageKey);
H A DProGuardGUI.java1656 private static JComponent tip(JComponent component, String messageKey) argument
1658 component.setToolTipText(msg(messageKey));
1668 private static String msg(String messageKey) argument
1670 return GUIResources.getMessage(messageKey);
1678 private String msg(String messageKey, argument
1681 return GUIResources.getMessage(messageKey, new Object[] {messageArgument});

Completed in 81 milliseconds