Package pdfdb.gui.frames

Examples of pdfdb.gui.frames.MainFrame


    /** Performs main indexing operation.
     * @param path The path to index.
     * @return The region array generated from parsing. */
    @Override
    public Region[] index(String path) {
        MainFrame mainFrame = MainFrame.getMainFrame();
        try {
            this.path = path;
            this.dialog = new PasswordRequestFrame(path, mainFrame);
            return saveIndex();
        } catch (Throwable e) {
View Full Code Here

TOP

Related Classes of pdfdb.gui.frames.MainFrame

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.