SOMA.gui
Class FinPolicyUpdate

java.lang.Object
  extended bySOMA.gui.Finestra
      extended bySOMA.gui.FinPolicyUpdate
All Implemented Interfaces:
java.util.EventListener, LinguaListener, java.beans.PropertyChangeListener, java.io.Serializable

public class FinPolicyUpdate
extends Finestra

See Also:
Serialized Form

Nested Class Summary
(package private)  class FinPolicyUpdate.ListBottoni
          CLASSE INTERNA PER ASCOLTARE LA PRESSIONE DEI BOTTONI DELLA FINESTRA.
 
Field Summary
protected static java.lang.String AZIONE_ANNULLA
           
protected static java.lang.String AZIONE_DEMONE
           
protected static java.lang.String AZIONE_TIME
           
protected static java.lang.String AZIONE_UP_CERT
           
protected static java.lang.String AZIONE_UP_CRL
          COSTANTI PRIVATE per le azioni di comando fatte dai bottoni
protected  javax.swing.JButton botDemone
           
protected  javax.swing.JButton botKO
           
protected  javax.swing.JButton botTime
           
protected  javax.swing.JButton botUpCert
           
protected  javax.swing.JButton botUpCRL
           
protected  FinestraPlace finestraPlace
          Riferimenti dati tramite il costruttore.
protected  javax.swing.JLabel labAttPol
          Oggetti che mostrano frasi, coič che dipendono dalla lingua.
protected  javax.swing.JLabel labLastUp
          Oggetti che mostrano frasi, coič che dipendono dalla lingua.
protected  javax.swing.JLabel labSpiega
          Oggetti che mostrano frasi, coič che dipendono dalla lingua.
protected  javax.swing.JLabel labTime
          Oggetti che mostrano frasi, coič che dipendono dalla lingua.
protected  javax.swing.JLabel labUpCert
          Oggetti che mostrano frasi, coič che dipendono dalla lingua.
protected  javax.swing.JLabel labUpCRL
          Oggetti che mostrano frasi, coič che dipendono dalla lingua.
protected  ProfileManager profile
           
protected  javax.swing.JTextField txtAttPol
           
protected  javax.swing.JTextField txtTime
           
protected  javax.swing.JTextField txtUpCert
           
protected  javax.swing.JTextField txtUpCRL
           
protected  UpdateDaemon updateDaemon
           
 
Fields inherited from class SOMA.gui.Finestra
contentPane, cursoreBottone, IMG_ICO_CLOSE, IMG_ICO_EXIT, IMG_ICO_HELP, IMG_ICO_OPZIO, MENU_CLOSE, MENU_EXIT, mioFrame, nomeFinestra, numFinAperte, PanCentro, PICTURE_PATH, X, Y
 
Constructor Summary
FinPolicyUpdate(FinestraPlace finestraPlace, ProfileManager profile, UpdateDaemon updateDaemon)
          Costruisce e mostra la finestra di inserimento dati.
 
Method Summary
protected  void aggiornaSchermata()
          Riempie i dati della finestra
 void costruisciFinestra()
          Vedi in superclasse Finestra il metodo Finestra.costruisciFinestra()
protected  void creaBarraMenu()
          Vedi in superclasse Finestra il metodo Finestra.creaBarraMenu()
 void distruggiFinestra()
          Vedi in superclasse Finestra il metodo Finestra.distruggiFinestra()
protected  void impostaFrasi()
          Vedi in superclasse Finestra il metodo Finestra.impostaFrasi()
 
Methods inherited from class SOMA.gui.Finestra
abilitaFinestra, AggiornaApparenzaFinestra, creaBarraMenuDefault, disabilitaFinestra, FineCostruisciFinestra, FineImpostaFrasi, InizioCostruisciFinestra, inPrimoPiano, linguaCambiata, propertyChange, RiduciAIcona
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AZIONE_UP_CRL

protected static final java.lang.String AZIONE_UP_CRL
COSTANTI PRIVATE per le azioni di comando fatte dai bottoni

See Also:
Constant Field Values

AZIONE_UP_CERT

protected static final java.lang.String AZIONE_UP_CERT
See Also:
Constant Field Values

AZIONE_TIME

protected static final java.lang.String AZIONE_TIME
See Also:
Constant Field Values

AZIONE_DEMONE

protected static final java.lang.String AZIONE_DEMONE
See Also:
Constant Field Values

AZIONE_ANNULLA

protected static final java.lang.String AZIONE_ANNULLA
See Also:
Constant Field Values

finestraPlace

protected FinestraPlace finestraPlace
Riferimenti dati tramite il costruttore.


profile

protected ProfileManager profile

updateDaemon

protected UpdateDaemon updateDaemon

labSpiega

protected javax.swing.JLabel labSpiega
Oggetti che mostrano frasi, coič che dipendono dalla lingua.


labAttPol

protected javax.swing.JLabel labAttPol
Oggetti che mostrano frasi, coič che dipendono dalla lingua.


labLastUp

protected javax.swing.JLabel labLastUp
Oggetti che mostrano frasi, coič che dipendono dalla lingua.


labUpCRL

protected javax.swing.JLabel labUpCRL
Oggetti che mostrano frasi, coič che dipendono dalla lingua.


labUpCert

protected javax.swing.JLabel labUpCert
Oggetti che mostrano frasi, coič che dipendono dalla lingua.


labTime

protected javax.swing.JLabel labTime
Oggetti che mostrano frasi, coič che dipendono dalla lingua.


txtAttPol

protected javax.swing.JTextField txtAttPol

txtUpCRL

protected javax.swing.JTextField txtUpCRL

txtUpCert

protected javax.swing.JTextField txtUpCert

txtTime

protected javax.swing.JTextField txtTime

botUpCRL

protected javax.swing.JButton botUpCRL

botUpCert

protected javax.swing.JButton botUpCert

botTime

protected javax.swing.JButton botTime

botDemone

protected javax.swing.JButton botDemone

botKO

protected javax.swing.JButton botKO
Constructor Detail

FinPolicyUpdate

public FinPolicyUpdate(FinestraPlace finestraPlace,
                       ProfileManager profile,
                       UpdateDaemon updateDaemon)
Costruisce e mostra la finestra di inserimento dati.

Method Detail

costruisciFinestra

public void costruisciFinestra()
Vedi in superclasse Finestra il metodo Finestra.costruisciFinestra()

Specified by:
costruisciFinestra in class Finestra

creaBarraMenu

protected void creaBarraMenu()
Vedi in superclasse Finestra il metodo Finestra.creaBarraMenu()

Specified by:
creaBarraMenu in class Finestra

distruggiFinestra

public void distruggiFinestra()
Vedi in superclasse Finestra il metodo Finestra.distruggiFinestra()

Overrides:
distruggiFinestra in class Finestra

impostaFrasi

protected void impostaFrasi()
Vedi in superclasse Finestra il metodo Finestra.impostaFrasi()

Specified by:
impostaFrasi in class Finestra

aggiornaSchermata

protected void aggiornaSchermata()
Riempie i dati della finestra



Copyright © 2004 Luca Foschini