p2pgui.AboutFrame Class Reference

Classe che genera graficamente la finestra di "About", con informazioni sul software, la version e gli autori. More...

Inheritance diagram for p2pgui.AboutFrame:
Collaboration diagram for p2pgui.AboutFrame:

Public Member Functions

 AboutFrame (java.awt.Frame parent, boolean modal)
 Costruttore della classe che crea un nuovo form AboutFrame. 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 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.JLabel jLabel1
 
javax.swing.JLabel jLabel2
 
javax.swing.JButton okButton
 
int returnStatus = RET_CANCEL
 

Detailed Description

Classe che genera graficamente la finestra di "About", con informazioni sul software, la version e gli autori.

Author
HTTPS://WWW.PIETRIS.NET

Definition at line 8 of file AboutFrame.java.

Constructor & Destructor Documentation

◆ AboutFrame()

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

Costruttore della classe che crea un nuovo form AboutFrame.

Parameters
parent
modal

Definition at line 18 of file AboutFrame.java.

References p2pgui.AboutFrame.initComponents().

Here is the call graph for this function:

Member Function Documentation

◆ closeDialog()

void p2pgui.AboutFrame.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 102 of file AboutFrame.java.

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

Referenced by p2pgui.AboutFrame.initComponents().

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

◆ doClose()

void p2pgui.AboutFrame.doClose ( int  retStatus)
inlineprivate

Funzione imposta lo stato di ritorno in base a retStatus.

Parameters
retStatus

Definition at line 110 of file AboutFrame.java.

References p2pgui.AboutFrame.returnStatus.

Referenced by p2pgui.AboutFrame.closeDialog(), and p2pgui.AboutFrame.okButtonActionPerformed().

Here is the caller graph for this function:

◆ getReturnStatus()

int p2pgui.AboutFrame.getReturnStatus ( )
inline

Funzione che fornisce lo stato di ritorno della finestra.

Returns
RET_OK o RET_CANCEL

Definition at line 26 of file AboutFrame.java.

References p2pgui.AboutFrame.returnStatus.

◆ initComponents()

void p2pgui.AboutFrame.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 AboutFrame.java.

References p2pgui.AboutFrame.closeDialog(), p2pgui.AboutFrame.jLabel1, p2pgui.AboutFrame.jLabel2, p2pgui.AboutFrame.okButton, and p2pgui.AboutFrame.okButtonActionPerformed().

Referenced by p2pgui.AboutFrame.AboutFrame().

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

◆ okButtonActionPerformed()

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

Azione da effettuare se avviene la pressione del bottone OK.

Parameters
evt

Definition at line 94 of file AboutFrame.java.

References p2pgui.AboutFrame.doClose(), and p2pgui.AboutFrame.RET_OK.

Referenced by p2pgui.AboutFrame.initComponents().

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

Field Documentation

◆ jLabel1

javax.swing.JLabel p2pgui.AboutFrame.jLabel1
private

Definition at line 118 of file AboutFrame.java.

Referenced by p2pgui.AboutFrame.initComponents().

◆ jLabel2

javax.swing.JLabel p2pgui.AboutFrame.jLabel2
private

Definition at line 119 of file AboutFrame.java.

Referenced by p2pgui.AboutFrame.initComponents().

◆ okButton

javax.swing.JButton p2pgui.AboutFrame.okButton
private

Definition at line 120 of file AboutFrame.java.

Referenced by p2pgui.AboutFrame.initComponents().

◆ RET_CANCEL

final int p2pgui.AboutFrame.RET_CANCEL = 0
static

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

Definition at line 10 of file AboutFrame.java.

Referenced by p2pgui.AboutFrame.closeDialog().

◆ RET_OK

final int p2pgui.AboutFrame.RET_OK = 1
static

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

Definition at line 12 of file AboutFrame.java.

Referenced by p2pgui.AboutFrame.okButtonActionPerformed().

◆ returnStatus

int p2pgui.AboutFrame.returnStatus = RET_CANCEL
private

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