course.groups
Class CreationGroupView
java.lang.Object
|
+--course.groups.CreationGroupView
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener, java.io.Serializable, View
- public class CreationGroupView
- extends java.lang.Object
- implements View, java.io.Serializable, java.awt.event.ActionListener
Class for creation of students groups.
- See Also:
- Serialized Form
Method Summary |
void |
actionPerformed(java.awt.event.ActionEvent ev)
Method for controlling the student action over the the graphic interface. |
java.lang.Object |
createView(Ticket tic,
SQL sql)
Method for creation of a new instance from the View class. |
java.awt.Panel |
initView()
Method for creation of a graphic interface for this class. |
java.lang.Object |
updateView(SQL sql)
Method for management of database information. |
boolean |
validateView()
Method for validation of the graphic interface objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
classGroup
public static int classGroup
assignmentSelected
public static int assignmentSelected
CreationGroupView
public CreationGroupView()
createView
public java.lang.Object createView(Ticket tic,
SQL sql)
throws java.sql.SQLException,
java.lang.ClassNotFoundException
- Method for creation of a new instance from the View class. All the projects are got.
- Specified by:
createView
in interface View
initView
public java.awt.Panel initView()
- Method for creation of a graphic interface for this class.
- Specified by:
initView
in interface View
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ev)
- Method for controlling the student action over the the graphic interface. This method control the members list.
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
validateView
public boolean validateView()
- Method for validation of the graphic interface objects.
- Specified by:
validateView
in interface View
updateView
public java.lang.Object updateView(SQL sql)
throws java.lang.Exception
- Method for management of database information.
- Specified by:
updateView
in interface View