|
XPUSP - Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--br.usp.ime.xpusp.applet.ScheduleController
The controller used by ScheduleApplet
Source 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 |
|
Field Detail |
ScheduleApplet applet
SchedulePanel panel
Constructor Detail |
public ScheduleController(ScheduleApplet applet)
Method Detail |
public SchedulePanel getPanel()
public void setPanel(SchedulePanel v)
v
- Value to assign to panel.public ScheduleApplet getApplet()
public void setApplet(ScheduleApplet v)
v
- Value to assign to applet.public java.util.Locale getLocale()
|
XPUSP - Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |