p2pgui.ExitFrame Class Reference

Classe che genera graficamente la finestra di "Exit". More...

Inheritance diagram for p2pgui.ExitFrame:
Collaboration diagram for p2pgui.ExitFrame:

Public Member Functions

 ExitFrame (java.awt.Frame parent, boolean modal)
 Costruttore che crea un nuovo ExitFrame. More...
 
int getReturnStatus ()
 Funzione che fornisce lo stato di ritorno della finestra. More...
 

Static Public Attributes

static final int RET_CANCEL = 0
 Codice di ritorno della stato - ritorna se viene premuto il bottone Cancel. More...
 
static final int RET_OK = 1
 Codice di ritorno della stato - ritorna se viene premuto il bottone OK. More...
 

Private Member Functions

void initComponents ()
 Metodo chiamato dal costruttore per inizializzare la form WARNING: Do NOT modify this code. More...
 
void okButtonActionPerformed (java.awt.event.ActionEvent evt)
 Azione da effettuare se avviene la pressione del bottone OK. More...
 
void cancelButtonActionPerformed (java.awt.event.ActionEvent evt)
 Azione da effettuare se avviene la pressione del bottone CANCEL. More...
 
void closeDialog (java.awt.event.WindowEvent evt)
 Azione da effettuare se avviene la pressione della X per chiudere la finestra. More...
 
void doClose (int retStatus)
 Funzione imposta lo stato di ritorno in base a retStatus. More...
 

Private Attributes

javax.swing.JButton cancelButton
 
javax.swing.JLabel jLabel1
 
javax.swing.JButton okButton
 
int returnStatus = RET_CANCEL
 

Detailed Description

Classe che genera graficamente la finestra di "Exit".

Author
HTTPS://WWW.PIETRIS.NET

Definition at line 7 of file ExitFrame.java.

Constructor & Destructor Documentation

◆ ExitFrame()

p2pgui.ExitFrame.ExitFrame ( java.awt.Frame  parent,
boolean  modal 
)
inline

Costruttore che crea un nuovo ExitFrame.

Parameters
parent
modal

Definition at line 18 of file ExitFrame.java.

References p2pgui.ExitFrame.initComponents().

Here is the call graph for this function:

Member Function Documentation

◆ cancelButtonActionPerformed()

void p2pgui.ExitFrame.cancelButtonActionPerformed ( java.awt.event.ActionEvent  evt)
inlineprivate

Azione da effettuare se avviene la pressione del bottone CANCEL.

Parameters
evt

Definition at line 115 of file ExitFrame.java.

References p2pgui.ExitFrame.doClose(), and p2pgui.ExitFrame.RET_CANCEL.

Referenced by p2pgui.ExitFrame.initComponents().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ closeDialog()

void p2pgui.ExitFrame.closeDialog ( java.awt.event.WindowEvent  evt)
inlineprivate

Azione da effettuare se avviene la pressione della X per chiudere la finestra.

Parameters
evt

Definition at line 123 of file ExitFrame.java.

References p2pgui.ExitFrame.doClose(), and p2pgui.ExitFrame.RET_CANCEL.

Referenced by p2pgui.ExitFrame.initComponents().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ doClose()

void p2pgui.ExitFrame.doClose ( int  retStatus)
inlineprivate

Funzione imposta lo stato di ritorno in base a retStatus.

Parameters
retStatus

Definition at line 131 of file ExitFrame.java.

References p2pgui.ExitFrame.returnStatus.

Referenced by p2pgui.ExitFrame.cancelButtonActionPerformed(), and p2pgui.ExitFrame.closeDialog().

Here is the caller graph for this function:

◆ getReturnStatus()

int p2pgui.ExitFrame.getReturnStatus ( )
inline

Funzione che fornisce lo stato di ritorno della finestra.

Returns
RET_OK o RET_CANCEL

Definition at line 26 of file ExitFrame.java.

References p2pgui.ExitFrame.returnStatus.

◆ initComponents()

void p2pgui.ExitFrame.initComponents ( )
inlineprivate

Metodo chiamato dal costruttore per inizializzare la form WARNING: Do NOT modify this code.

The content of this method is always regenerated by the Form Editor.

Definition at line 36 of file ExitFrame.java.

References p2pgui.ExitFrame.cancelButton, p2pgui.ExitFrame.cancelButtonActionPerformed(), p2pgui.ExitFrame.closeDialog(), p2pgui.ExitFrame.jLabel1, p2pgui.ExitFrame.okButton, and p2pgui.ExitFrame.okButtonActionPerformed().

Referenced by p2pgui.ExitFrame.ExitFrame().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ okButtonActionPerformed()

void p2pgui.ExitFrame.okButtonActionPerformed ( java.awt.event.ActionEvent  evt)
inlineprivate

Azione da effettuare se avviene la pressione del bottone OK.

Parameters
evt

Definition at line 106 of file ExitFrame.java.

Referenced by p2pgui.ExitFrame.initComponents().

Here is the caller graph for this function:

Field Documentation

◆ cancelButton

javax.swing.JButton p2pgui.ExitFrame.cancelButton
private

Definition at line 139 of file ExitFrame.java.

Referenced by p2pgui.ExitFrame.initComponents().

◆ jLabel1

javax.swing.JLabel p2pgui.ExitFrame.jLabel1
private

Definition at line 140 of file ExitFrame.java.

Referenced by p2pgui.ExitFrame.initComponents().

◆ okButton

javax.swing.JButton p2pgui.ExitFrame.okButton
private

Definition at line 141 of file ExitFrame.java.

Referenced by p2pgui.ExitFrame.initComponents().

◆ RET_CANCEL

final int p2pgui.ExitFrame.RET_CANCEL = 0
static

Codice di ritorno della stato - ritorna se viene premuto il bottone Cancel.

Definition at line 9 of file ExitFrame.java.

Referenced by p2pgui.ExitFrame.cancelButtonActionPerformed(), and p2pgui.ExitFrame.closeDialog().

◆ RET_OK

final int p2pgui.ExitFrame.RET_OK = 1
static

Codice di ritorno della stato - ritorna se viene premuto il bottone OK.

Definition at line 11 of file ExitFrame.java.

◆ returnStatus

int p2pgui.ExitFrame.returnStatus = RET_CANCEL
private

Definition at line 144 of file ExitFrame.java.

Referenced by p2pgui.ExitFrame.doClose(), and p2pgui.ExitFrame.getReturnStatus().


The documentation for this class was generated from the following file: