RESTUserInterface.java :  » REST » rest-client » org » wiztools » restclient » ui » Java Open Source

Java Open Source » REST » rest client 
rest client » org » wiztools » restclient » ui » RESTUserInterface.java
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package org.wiztools.restclient.ui;

import java.awt.Component;
import java.io.File;
import javax.swing.JFrame;

/**
 *
 * @author subwiz
 */
interface RESTUserInterface {

    public JFrame getFrame();

    public File getOpenFile(final FileChooserType type);

    public File getOpenFile(final FileChooserType type, final Component parent);

    public File getSaveFile(final FileChooserType type);

    public RESTView getView();

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.