|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ControlMenu.ControlMenuListener
The listener interface for receiving controlMenu events. The class that
is interested in processing a controlMenu event implements this
interface, and the object created with that class is registered with a
component using the component's
addControlMenuListener
method. When
the controlMenu event occurs, that object's appropriate
method is invoked.
ControlMenuEvent
Method Summary
void
clearLocalTable()
Clear local table.
void
clearStudentTables()
Clear student tables.
void
createTablePortals()
Creates the table portals.
void
hideTablePortals()
Hide table portals.
void
lockStudentTables(boolean lock)
Lock student tables.
void
sendDesktopData()
Send desktop data.
Method Detail
clearLocalTable
void clearLocalTable()
clearStudentTables
void clearStudentTables()
createTablePortals
void createTablePortals()
hideTablePortals
void hideTablePortals()
lockStudentTables
void lockStudentTables(boolean lock)
lock
- the lock
sendDesktopData
void sendDesktopData()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD