All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.objogate.wl.swing.driver.FileChooserUIDriver Maven / Gradle / Ivy

The newest version!
package com.objogate.wl.swing.driver;

import javax.swing.text.JTextComponent;

public interface FileChooserUIDriver {
    void createNewFolder(String folderName);

    void upOneFolder();

    void home();

    void desktop();

    void documents();

    void cancel();

    void approve();

    JTextComponentDriver textBox();

    void selectFile(String fileName);

    void intoDir(String directoryName);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy