p2pgui.Rights Class Reference

Classe che genera graficamente la finestra Rights che richiede di selezionare i permessi d'accesso al file condiviso. More...

Inheritance diagram for p2pgui.Rights:
Collaboration diagram for p2pgui.Rights:

Public Member Functions

 Rights (java.awt.Frame parent, boolean modal)
 Costruttore che crea un nuovo Rights. 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...
 
static boolean read
 
static boolean write
 

Private Member Functions

void initComponents ()
 
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.JCheckBox jCheckBox1
 
javax.swing.JCheckBox jCheckBox2
 
javax.swing.JLabel jLabel1
 
javax.swing.JButton okButton
 
int returnStatus = RET_CANCEL
 

Detailed Description

Classe che genera graficamente la finestra Rights che richiede di selezionare i permessi d'accesso al file condiviso.

Author
HTTPS://WWW.PIETRIS.NET

Definition at line 8 of file Rights.java.

Constructor & Destructor Documentation

◆ Rights()

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

Costruttore che crea un nuovo Rights.

Parameters
parent
modal

Definition at line 22 of file Rights.java.

References p2pgui.Rights.initComponents().

Here is the call graph for this function:

Member Function Documentation

◆ closeDialog()

void p2pgui.Rights.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 122 of file Rights.java.

References p2pgui.Rights.doClose(), p2pgui.Rights.read, p2pgui.Rights.RET_CANCEL, and p2pgui.Rights.write.

Referenced by p2pgui.Rights.initComponents().

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

◆ doClose()

void p2pgui.Rights.doClose ( int  retStatus)
inlineprivate

Funzione imposta lo stato di ritorno in base a retStatus.

Parameters
retStatus

Definition at line 132 of file Rights.java.

References p2pgui.Rights.returnStatus.

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

Here is the caller graph for this function:

◆ getReturnStatus()

int p2pgui.Rights.getReturnStatus ( )
inline

Funzione che fornisce lo stato di ritorno della finestra.

Returns
RET_OK o RET_CANCEL

Definition at line 30 of file Rights.java.

References p2pgui.Rights.returnStatus.

◆ initComponents()

void p2pgui.Rights.initComponents ( )
inlineprivate

Definition at line 40 of file Rights.java.

References p2pgui.Rights.closeDialog(), p2pgui.Rights.jCheckBox1, p2pgui.Rights.jCheckBox2, p2pgui.Rights.jLabel1, p2pgui.Rights.okButton, and p2pgui.Rights.okButtonActionPerformed().

Referenced by p2pgui.Rights.Rights().

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

◆ okButtonActionPerformed()

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

Azione da effettuare se avviene la pressione del bottone OK.

Parameters
evt

Definition at line 111 of file Rights.java.

References p2pgui.Rights.doClose(), p2pgui.Rights.jCheckBox1, p2pgui.Rights.jCheckBox2, p2pgui.Rights.read, p2pgui.Rights.RET_OK, and p2pgui.Rights.write.

Referenced by p2pgui.Rights.initComponents().

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

Field Documentation

◆ jCheckBox1

javax.swing.JCheckBox p2pgui.Rights.jCheckBox1
private

◆ jCheckBox2

javax.swing.JCheckBox p2pgui.Rights.jCheckBox2
private

◆ jLabel1

javax.swing.JLabel p2pgui.Rights.jLabel1
private

Definition at line 141 of file Rights.java.

Referenced by p2pgui.Rights.initComponents().

◆ okButton

javax.swing.JButton p2pgui.Rights.okButton
private

Definition at line 142 of file Rights.java.

Referenced by p2pgui.Rights.initComponents().

◆ read

boolean p2pgui.Rights.read
static

◆ RET_CANCEL

final int p2pgui.Rights.RET_CANCEL = 0
static

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

Definition at line 10 of file Rights.java.

Referenced by p2pgui.Rights.closeDialog().

◆ RET_OK

final int p2pgui.Rights.RET_OK = 1
static

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

Definition at line 12 of file Rights.java.

Referenced by p2pgui.Rights.okButtonActionPerformed().

◆ returnStatus

int p2pgui.Rights.returnStatus = RET_CANCEL
private

Definition at line 145 of file Rights.java.

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

◆ write

boolean p2pgui.Rights.write
static

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