|
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.jsdl.ui.editors.JsdlEditor
public final class JsdlEditor
This class provides a Multi-Page Editor for editing JSDL Documents. It comprises of four pages and a raw source editor.
,
,
,
| Constructor Summary | |
|---|---|
JsdlEditor()
JsdlEditor Class 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()
|
IManagedForm |
getHeaderForm()
Returns the header form of the JSDL editors Active Page |
boolean |
getJsdlModel()
Responsible for de-serializing the model from the resource file. |
Form |
getTopForm()
|
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 |
setMessage(java.lang.String message,
int type)
Used to define the message that will appear in the header of a page. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JsdlEditor()
| Method Detail |
|---|
public void setDirty(boolean dirtyFlag)
dirtyFlag - If TRUE then the page is Dirty and a Save operation is
needed.public void dispose()
public IManagedForm getHeaderForm()
public void setMessage(java.lang.String message,
int type)
message - The message that needs to be displayed.type - The type of the message. Possible message types are:public Form getTopForm()
public boolean isModelRefreshed()
public void init(IEditorSite site,
IEditorInput editorInput)
public void doSave(IProgressMonitor monitor)
public void doSaveAs()
public boolean isSaveAsAllowed()
public boolean getJsdlModel()
public Diagnostic analyzeResourceProblems(Resource resource,
java.lang.Exception exception)
resource - The Resource.exception - The Exception.
public EditingDomain getEditingDomain()
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||