All Packages Class Hierarchy This Package Previous Next Index
Class BW.UML.AwarenessUserInfoWindow
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----BW.UML.AwarenessUserInfoWindow
- public class AwarenessUserInfoWindow
- extends Frame
- implements WindowListener, TextListener, ActionListener
A classe AwarenessUserInfoWindow exibe os dados pessoais do membro,
bem como permite a alteracao destes dados.
- Version:
- 1.0
- Author:
- Luiz Angelo Barchet Estefanel
-
background
- Variaveis da Interface grafica
-
cancelButton
-
-
Center
-
-
Homepage
-
-
Interface
- variavel que contem a referencia do nivel superior
-
isChanged
- flag que indica se algum dos dados do usuario sofreram alteracao
-
Login
-
-
Machine
-
-
Mail
-
-
member
- variavel que contem os dados do membro
-
Name
-
-
okButton
-
-
South
-
-
tHomepage
-
-
tLogin
-
-
tMachine
-
-
tMail
-
-
tName
-
-
tUID
-
-
UID
-
-
West
-
-
AwarenessUserInfoWindow(UI_Interface, BW_Member)
- Construtor
-
actionPerformed(ActionEvent)
-
-
actionPerformed(WindowEvent)
-
-
cancelButton()
-
-
changeMember()
- modifica o registro do usuario com os dados modificados
-
fillFields()
- metodo fillFields preenche os campos com os dados atuais do usuario
-
okButton()
-
-
textValueChanged(TextEvent)
-
-
windowActivated(WindowEvent)
-
-
windowClosed(WindowEvent)
-
-
windowClosing(WindowEvent)
-
-
windowDeactivated(WindowEvent)
-
-
windowDeiconified(WindowEvent)
-
-
windowIconified(WindowEvent)
-
-
windowOpened(WindowEvent)
-
member
private BW_Member member
- variavel que contem os dados do membro
Interface
private UI_Interface Interface
- variavel que contem a referencia do nivel superior
isChanged
private boolean isChanged
- flag que indica se algum dos dados do usuario sofreram alteracao
background
private Panel background
- Variaveis da Interface grafica
West
private Panel West
Center
private Panel Center
South
private Panel South
Login
private Label Login
tLogin
private TextField tLogin
UID
private Label UID
tUID
private Label tUID
Name
private Label Name
tName
private TextField tName
Mail
private Label Mail
tMail
private TextField tMail
Homepage
private Label Homepage
tHomepage
private TextField tHomepage
Machine
private Label Machine
tMachine
private TextField tMachine
okButton
private Button okButton
cancelButton
private Button cancelButton
AwarenessUserInfoWindow
public AwarenessUserInfoWindow(UI_Interface Interface,
BW_Member member)
- Construtor
- Parameters:
- UI_Interface - Interface referencia `a janela principal da exibicao
- BW_Member - member usuario atual
fillFields
public void fillFields()
- metodo fillFields preenche os campos com os dados atuais do usuario
changeMember
public void changeMember()
- modifica o registro do usuario com os dados modificados
okButton
private void okButton()
cancelButton
private void cancelButton()
textValueChanged
public void textValueChanged(TextEvent e)
actionPerformed
public void actionPerformed(ActionEvent e)
windowClosing
public void windowClosing(WindowEvent evt)
windowClosed
public void windowClosed(WindowEvent evt)
windowOpened
public void windowOpened(WindowEvent evt)
windowIconified
public void windowIconified(WindowEvent evt)
windowActivated
public void windowActivated(WindowEvent evt)
windowDeactivated
public void windowDeactivated(WindowEvent evt)
windowDeiconified
public void windowDeiconified(WindowEvent evt)
actionPerformed
public void actionPerformed(WindowEvent evt)
All Packages Class Hierarchy This Package Previous Next Index