Package com.mucommander.ui.list

Examples of com.mucommander.ui.list.FileList


     */
    protected AsyncPanel createFileDetailsPanel() {
        return new AsyncPanel() {
            @Override
            public JComponent getTargetComponent() {
                FileList fileList = new FileList(files, true);
                fileList.setVisibleRowCount(NB_FILE_DETAILS_ROWS);

                return new JScrollPane(fileList, JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED, JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);
            }
        };
    }
View Full Code Here

TOP

Related Classes of com.mucommander.ui.list.FileList

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.