course
Class NewCourseView

java.lang.Object
  |
  +--course.NewCourseView
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.io.Serializable, View

public class NewCourseView
extends java.lang.Object
implements View, java.io.Serializable, java.awt.event.ActionListener

Class for creation of new management area.

See Also:
Serialized Form

Constructor Summary
NewCourseView()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Method for controling the users actions over graphic interface objects.
 java.lang.Object createView(Ticket tic, SQL sql)
          Method for creation of new instances from this class.
 java.awt.Panel initView()
          Method for creation of graphic interface for this class.
 java.lang.Object updateView(SQL sql)
          Method for storing information into the database and for creating directories to the students.
 boolean validateView()
          Method for validation of the graphic interface information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewCourseView

public NewCourseView()
Method Detail

createView

public java.lang.Object createView(Ticket tic,
                                   SQL sql)
                            throws java.sql.SQLException,
                                   java.lang.ClassNotFoundException
Method for creation of new instances from this class.
Specified by:
createView in interface View

initView

public java.awt.Panel initView()
Method for creation of graphic interface for this class.
Specified by:
initView in interface View

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Method for controling the users actions over graphic interface objects.
Specified by:
actionPerformed in interface java.awt.event.ActionListener

validateView

public boolean validateView()
Method for validation of the graphic interface information.
Specified by:
validateView in interface View

updateView

public java.lang.Object updateView(SQL sql)
                            throws java.lang.Exception
Method for storing information into the database and for creating directories to the students.
Specified by:
updateView in interface View