Exemplo n.º 1
0
 public CheckForUpdatesAction() {
   super(
       "Check for Updates",
       JBossCentralActivator.imageDescriptorFromPlugin(
           JBossCentralActivator.PLUGIN_ID, "/icons/update.gif"));
 }
Exemplo n.º 2
0
 public InstallAction() {
   super(
       "Install",
       JBossCentralActivator.imageDescriptorFromPlugin(
           JBossCentralActivator.PLUGIN_ID, ICON_INSTALL));
 }