|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.odi.justblog.gui.swing.control.Controller
Controller for the main window.
Constructor Summary | |
Controller(SwingUi gui)
|
Method Summary | |
void |
clearEntry()
Called when the user presses the Clear button. |
void |
newUrl(java.lang.String urlstring)
Called when the user entered a new URL into the address bar. |
void |
postEntry()
Called when the user presses the Post button. |
void |
setView(MainWindow view)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Controller(SwingUi gui)
Method Detail |
public void setView(MainWindow view)
public void newUrl(java.lang.String urlstring)
UrlBarController
newUrl
in interface UrlBarController
urlstring
- The new URLpublic void postEntry()
ButtonBarController
postEntry
in interface ButtonBarController
public void clearEntry()
ButtonBarController
clearEntry
in interface ButtonBarController
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |