Package de.iritgo.aktera.address.gui

Examples of de.iritgo.aktera.address.gui.WebPageAction


          Address address = (Address) params[0];
          IMenuItem menuItem = new IMenuItem("<html><span style=\"width:8em\"><b>"
                  + (StringTools.isTrimEmpty(address.getHomepage()) ? "-" : address.getHomepage())
                  + "</b></span> (" + homepageLabel.get() + ")</html>", (Icon) webIcon);

          menuItem.addActionListener(new WebPageAction(address.getHomepage()));

          return menuItem;
        }
      });
    }
View Full Code Here

TOP

Related Classes of de.iritgo.aktera.address.gui.WebPageAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.