XPUSP - Home

br.usp.ime.xpusp.applet
Class ScheduleController

java.lang.Object
  |
  +--br.usp.ime.xpusp.applet.ScheduleController

public class ScheduleController
extends java.lang.Object

The controller used by ScheduleApplet

SourceForge LogoSource Forge Info
CVS File :ScheduleController.java
User :krico
Version :1.2
Date :2002/02/26 08:59:44


Field Summary
(package private)  ScheduleApplet applet
           
(package private)  SchedulePanel panel
           
 
Constructor Summary
ScheduleController(ScheduleApplet applet)
           
 
Method Summary
 ScheduleApplet getApplet()
          Get the value of applet.
 java.util.Locale getLocale()
           
 SchedulePanel getPanel()
          Get the value of panel.
 void setApplet(ScheduleApplet v)
          Set the value of applet.
 void setPanel(SchedulePanel v)
          Set the value of panel.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

applet

ScheduleApplet applet

panel

SchedulePanel panel
Constructor Detail

ScheduleController

public ScheduleController(ScheduleApplet applet)
Method Detail

getPanel

public SchedulePanel getPanel()
Get the value of panel.
Returns:
value of panel.

setPanel

public void setPanel(SchedulePanel v)
Set the value of panel.
Parameters:
v - Value to assign to panel.

getApplet

public ScheduleApplet getApplet()
Get the value of applet.
Returns:
value of applet.

setApplet

public void setApplet(ScheduleApplet v)
Set the value of applet.
Parameters:
v - Value to assign to applet.

getLocale

public java.util.Locale getLocale()

XPUSP - Home