|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectview.ScheduleViewInterior
view.FilterTab
abstract class FilterTab
represents the basic setup of the filter selection view
Field Summary | |
---|---|
(package private) java.util.Collection<Course> |
courses
|
(package private) java.util.Collection<Teacher> |
instructors
|
(package private) java.util.Collection<Room> |
rooms
|
Fields inherited from class view.ScheduleViewInterior |
---|
scheduleGrid, scheduleGridData, viewFilter |
Constructor Summary | |
---|---|
FilterTab()
|
Method Summary | |
---|---|
abstract void |
deSelectAll(java.util.Collection<Course> toMark)
marks all elements in the collection as not selected |
abstract void |
deSelectAll(java.util.Collection<Room> toMark)
marks all elements in the collection as not selected |
abstract void |
deSelectAll(java.util.Collection<Teacher> toMark)
marks all elements in the collection as not selected |
abstract void |
selectAll(java.util.Collection<Course> toMark)
marks all elements in the collection as selected |
abstract void |
selectAll(java.util.Collection<Room> toMark)
marks all elements in the collection as selected |
abstract void |
selectAll(java.util.Collection<Teacher> toMark)
marks all elements in the collection as selected |
Methods inherited from class view.ScheduleViewInterior |
---|
print |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.util.Collection<Teacher> instructors
java.util.Collection<Course> courses
java.util.Collection<Room> rooms
Constructor Detail |
---|
FilterTab()
Method Detail |
---|
public abstract void selectAll(java.util.Collection<Teacher> toMark)
public abstract void selectAll(java.util.Collection<Course> toMark)
public abstract void selectAll(java.util.Collection<Room> toMark)
public abstract void deSelectAll(java.util.Collection<Teacher> toMark)
public abstract void deSelectAll(java.util.Collection<Course> toMark)
public abstract void deSelectAll(java.util.Collection<Room> toMark)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |