|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdocumenter.control.DocGeneratorGuiControler
public class DocGeneratorGuiControler
Controler class of DocGenerator tool MVC implementation. Reacts to actions performed on the the View instance by invoking appropriate Model instance methods. Controls appearance of View instance components to ease operability and reduce mis-operability crash possibility.
Constructor Summary | |
---|---|
DocGeneratorGuiControler(DocGeneratorGui gui,
DocGeneratorModel model)
Creates controler instance which operates on particular Model instance, responds and controls particular View instance. |
Method Summary | |
---|---|
void |
widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent arg0)
Not implemented |
void |
widgetSelected(org.eclipse.swt.events.SelectionEvent arg0)
Reacts to button click events. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocGeneratorGuiControler(DocGeneratorGui gui, DocGeneratorModel model)
gui
- The View instance to react and to control tomodel
- The Model instance which is to be controledMethod Detail |
---|
public void widgetSelected(org.eclipse.swt.events.SelectionEvent arg0)
widgetSelected
in interface org.eclipse.swt.events.SelectionListener
public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent arg0)
widgetDefaultSelected
in interface org.eclipse.swt.events.SelectionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |