Package uk.ac.osswatch.simal.wicket.panel.project

Examples of uk.ac.osswatch.simal.wicket.panel.project.DocumentSetPanel


    Panel panel = tester.startPanel(new TestPanelSource() {
      public Panel getTestPanel(String panelId) {
        try {
          IProject project = SimalRepositoryFactory.getProjectService().findProjectBySeeAlso(TEST_PROJECT_SEEALSO);
          Set<IDocument> homepages = project.getHomepages();
          return new DocumentSetPanel(panelId, "Homepage List", homepages, project) {

            public void addToModel(IDocument document) throws SimalException {
              getProject().addHomepage(document);
            }
View Full Code Here

TOP

Related Classes of uk.ac.osswatch.simal.wicket.panel.project.DocumentSetPanel

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.