org.jtheque.core.managers.view.able.config
Interface INetworkConfigView

All Known Implementing Classes:
JPanelConfigNetwork

public interface INetworkConfigView

A config view for network specification.

Author:
Baptiste Wicht

Method Summary
 javax.swing.JCheckBox getBoxProxy()
          Retourne la case à cocher qui indique si il y a un proxy ou pas.
 javax.swing.JTextField getFieldAdress()
          Retourne le textField de l'adresse du proxy.
 javax.swing.JTextField getFieldPort()
          Retourne le textField du port du proxy.
 

Method Detail

getFieldPort

javax.swing.JTextField getFieldPort()
Retourne le textField du port du proxy.

Returns:
fieldPort

getFieldAdress

javax.swing.JTextField getFieldAdress()
Retourne le textField de l'adresse du proxy.

Returns:
fieldAdress

getBoxProxy

javax.swing.JCheckBox getBoxProxy()
Retourne la case à cocher qui indique si il y a un proxy ou pas.

Returns:
boxProxy


Copyright © 2009 JTheque. All Rights Reserved.