|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdocumenter.control.DocGeneratorGui
public class DocGeneratorGui
View class of DocGenerator tool MVC implementation. Implements view interface. Presents status of the model which is an istance of documenter.engine.DocGeneratorModel. Serves as a access point to the instance of documenter.control.DocGeneratorGuiControler for users.
Constructor Summary | |
---|---|
DocGeneratorGui(DocGeneratorModel model)
Creates instance which will present the status the particular Model instance. |
Method Summary | |
---|---|
org.eclipse.swt.widgets.Button |
getAddSources()
|
org.eclipse.swt.widgets.Button |
getGenerateDocs()
|
org.eclipse.swt.widgets.Shell |
getShell()
|
org.eclipse.swt.widgets.Text |
getText()
|
org.eclipse.swt.widgets.Button |
getViewDocumentation()
|
void |
open()
Open the View window |
void |
refreshGeneratorView(java.util.ArrayList<java.lang.String> filenames)
Adds filenames to the component which displays selected files list |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocGeneratorGui(DocGeneratorModel model)
model
- Object which status is to be presented by this view.Method Detail |
---|
public org.eclipse.swt.widgets.Shell getShell()
public org.eclipse.swt.widgets.Button getAddSources()
public org.eclipse.swt.widgets.Button getGenerateDocs()
public org.eclipse.swt.widgets.Text getText()
public org.eclipse.swt.widgets.Button getViewDocumentation()
public void open()
public void refreshGeneratorView(java.util.ArrayList<java.lang.String> filenames)
refreshGeneratorView
in interface DocGeneratorView
filenames
- List of source schema files
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |