Package com.lightdev.app.shtm

Examples of com.lightdev.app.shtm.ActionBuilder


          }
          return resourceString;
        }
      });
      com.lightdev.app.shtm.ScaledStyleSheet.FONT_SCALE_FACTOR = UITools.FONT_SCALE_FACTOR;
      SHTMLPanel.setActionBuilder(new ActionBuilder() {
     
      public void initActions(SHTMLPanel panel) {
        panel.addAction("editLink", new SHTMLEditLinkAction((SHTMLPanelImpl) panel));
        panel.addAction("setLinkByFileChooser", new SHTMLSetLinkByFileChooserAction((SHTMLPanelImpl) panel));
      }
View Full Code Here

TOP

Related Classes of com.lightdev.app.shtm.ActionBuilder

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.