Serialized Form
-
Package Views
-
Class Views.AestheticProcedureView
class AestheticProcedureView extends JFrame implements Serializable-
Serialized Fields
-
_controller
AestheticProcedureController _controller
Controlador para operações relacionadas a procedimentos estéticos -
btnDelete
JButton btnDelete
-
btnSave
JButton btnSave
-
btnUpdate
JButton btnUpdate
-
jScrollPane1
JScrollPane jScrollPane1
-
labelBackground
JLabel labelBackground
-
labelNameP
JLabel labelNameP
-
labelPrice
JLabel labelPrice
-
tableProcedures
JTable tableProcedures
-
txtId
JTextField txtId
-
txtNameP
JTextField txtNameP
-
txtPriceP
JTextField txtPriceP
-
-
-
Class Views.LoginView
class LoginView extends JFrame implements Serializable-
Serialized Fields
-
_controller
LoginController _controller
Controlador para operações relacionadas a autenticação -
btnLogin
JButton btnLogin
-
labelBackground
JLabel labelBackground
-
labelEmail
JLabel labelEmail
-
labelPassword
JLabel labelPassword
-
txtEmail
JTextField txtEmail
-
txtPassword
JPasswordField txtPassword
-
-
-
Class Views.MainMenuView
class MainMenuView extends JFrame implements Serializable-
Serialized Fields
-
_controller
MainMenuController _controller
Controlador responsável pelas operações no menu principal -
jMenuBar1
JMenuBar jMenuBar1
-
labelBackground
JLabel labelBackground
-
mainMenu
JMenu mainMenu
-
menuProcedures
JMenuItem menuProcedures
-
menuProcePerformed
JMenuItem menuProcePerformed
-
menuProfile
JMenuItem menuProfile
-
menuSair
JMenuItem menuSair
-
-
-
Class Views.ProcedurePerformedView
class ProcedurePerformedView extends JFrame implements Serializable-
Serialized Fields
-
_controller
ProcedurePerformedController _controller
Controlador responsável pelas operações nesta tela -
btnDelete
JButton btnDelete
-
btnSave
JButton btnSave
-
btnUpdate
JButton btnUpdate
-
comboBoxProcedure
JComboBox<String> comboBoxProcedure
-
jScrollPane1
JScrollPane jScrollPane1
-
labelAmountReceived
JLabel labelAmountReceived
-
labelBackground
JLabel labelBackground
-
labelDate
JLabel labelDate
-
labelProcedureP
JLabel labelProcedureP
-
tableProcedurePerformed
JTable tableProcedurePerformed
-
txtAmountReceivedP
JTextField txtAmountReceivedP
-
txtDateP
JTextField txtDateP
-
txtId
JTextField txtId
-
-
-
Class Views.ProfileView
class ProfileView extends JFrame implements Serializable-
Serialized Fields
-
_controller
ProfileController _controller
-
btnUpdate
JButton btnUpdate
-
jLabel1
JLabel jLabel1
-
labelEmail
JLabel labelEmail
-
labelName
JLabel labelName
-
labelPassword
JLabel labelPassword
-
txtEmail
JTextField txtEmail
-
txtId
JTextField txtId
-
txtName
JTextField txtName
-
txtPassword
JPasswordField txtPassword
-
-
-