Package net.sourceforge.marathon.checklist.CheckList

Examples of net.sourceforge.marathon.checklist.CheckList.Header


        FailureNote failureNote = checkList.createFailureNote(label);
        builder.append(failureNote.getPanel(mode.isSelectable(), mode.isEditable()));
    }

    public void addHeader(String label) {
        Header header = checkList.createHeader(label);
        builder.append(header.getPanel(mode.isSelectable(), mode.isEditable()));
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.marathon.checklist.CheckList.Header

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.