Package pdfdb.structure

Examples of pdfdb.structure.IndexableFile


    {
        JComponent comp = (JComponent) source;
        MainPanel mp1 = (MainPanel) Hierarchy.findDirectAncestor(MainPanel.class,
                comp);
        FileTable table = mp1.getTableForTab(mp1.getSelectedTab());
        IndexableFile f = table.getFile(table.getSelectedRow());
        if (f != null)
        {
            HelperApplicationAccess appAccess = HelperApplicationAccess.
                    getInstance();
            appAccess.executePdf(f);
View Full Code Here

TOP

Related Classes of pdfdb.structure.IndexableFile

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.