|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectFormEditor
eu.geclipse.batch.ui.editors.QueueEditor
public class QueueEditor
The QueueEditor class is responsible for instantiating a GUI multi-page editor for editing files with the *.qdl extension. Such files have an XML content that describe the configuration of Grid Batch Queues. The QueueEditor contains three pages: 1) a page for manipulating simple Batch Queue configuration settings, 2) a page for manipulating advanced Batch Queue configuration settings, 3) a raw source editor for editing the raw XML content of the *.qdl file.
| Constructor Summary | |
|---|---|
QueueEditor()
QueueEditor Default Constructor |
|
| Method Summary | |
|---|---|
Diagnostic |
analyzeResourceProblems(Resource resource,
java.lang.Exception exception)
This looks up a string in plug-in.properties, making a substitution. |
void |
dispose()
|
void |
doSave(IProgressMonitor monitor)
|
void |
doSaveAs()
|
EditingDomain |
getEditingDomain()
|
void |
getQdlModel()
Responsible for de-serializing the model from the resource file. |
ISelection |
getSelection()
|
void |
init(IEditorSite site,
IEditorInput editorInput)
|
boolean |
isModelRefreshed()
|
boolean |
isSaveAsAllowed()
|
void |
setDirty(boolean dirtyFlag)
This method set's the dirty status of the editor. |
void |
setSelection(ISelection selection)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueueEditor()
| Method Detail |
|---|
public void setDirty(boolean dirtyFlag)
dirtyFlag - If TRUE then the page is Dirty and a Save operation is needed.public void doSave(IProgressMonitor monitor)
public void dispose()
public void doSaveAs()
public boolean isSaveAsAllowed()
public EditingDomain getEditingDomain()
public boolean isModelRefreshed()
public void init(IEditorSite site,
IEditorInput editorInput)
public ISelection getSelection()
public void setSelection(ISelection selection)
selection - public void getQdlModel()
public Diagnostic analyzeResourceProblems(Resource resource,
java.lang.Exception exception)
resource - exception -
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||