|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.cmu.sun.controller.WindowController
public class WindowController
Receives all actions from the WindoBarView and translates the system's Models as needed. This object is created by the WindowView to handle events.
| Field Summary | |
|---|---|
(package private) WindowModel |
model
The model obejct representing this window. |
| Constructor Summary | |
|---|---|
WindowController(WindowModel model)
Create a new controller to affect changes in the provided model. |
|
| Method Summary | |
|---|---|
void |
close()
Close this window. |
void |
makeActive()
Make this window the active window in the column. |
void |
pin()
Pin this window. |
void |
search()
Flip the window arround to the search mode. |
void |
unpin()
Unpin this window. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
WindowModel model
| Constructor Detail |
|---|
public WindowController(WindowModel model)
model - | Method Detail |
|---|
public void close()
public void unpin()
public void pin()
public void search()
public void makeActive()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||