Modifier and Type | Method and Description |
---|---|
Form |
RemoteCoreProxy.getFileSystem(int uniqueClientID)
(non-Javadoc)
|
Form |
RemoteCoreProxy.getItem(int itemId)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
void |
Client.cancelRequested(Form form,
java.lang.String process)
(non-Javadoc)
|
void |
Client.formUpdated(Form form)
(non-Javadoc)
|
void |
Client.processSelected(Form form,
java.lang.String process)
(non-Javadoc)
|
FormStatus |
RemoteCoreProxy.updateItem(Form form,
int uniqueClientId)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
Form |
EclipseExtraInfoWidget.getForm()
(non-Javadoc)
|
Form |
ICEFormInput.getForm()
This operation returns the Form that is represented by the ICEFormInput.
|
Form |
EclipseFormWidget.getForm() |
Modifier and Type | Method and Description |
---|---|
void |
EclipseExtraInfoWidget.setForm(Form form)
(non-Javadoc)
|
void |
EclipseFormWidget.setForm(Form form) |
Constructor and Description |
---|
ICEFormInput(Form inputForm)
The constructor for this Eclipse editor input.
|
Modifier and Type | Method and Description |
---|---|
ReactorFormInput |
ReactorFormInputFactory.createInput(Form inputForm,
IAnalysisWidgetRegistry registry)
The default method for creating
ReactorFormInput . |
Constructor and Description |
---|
ReactorFormInput(Form inputForm,
IAnalysisWidgetRegistry registry)
The default constructor.
|
ReactorFormInput(Form inputForm,
IAnalysisWidgetRegistry registry,
StateBroker broker)
This constructor provides the specified StateBroker for the
ReactorFormEditor . |
Modifier and Type | Method and Description |
---|---|
Form |
ICore.getFileSystem(int uniqueClientID)
This operation retrieves the workspace file system available to the
ICEUser.
|
Form |
ICore.getItem(int itemId)
This operation returns the representational state, a Form, of an Item
that is managed by the ICore to the caller.
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
ICore.updateItem(Form form,
int uniqueClientId)
This operation posts an updated Form to the Core so that the updated
information can be processed by the appropriate Item.
|
Modifier and Type | Method and Description |
---|---|
Form |
Core.getFileSystem(int uniqueClientID)
(non-Javadoc)
|
Form |
Core.getItem(int itemId)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
Core.updateItem(Form form,
int uniqueClientId)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
Form |
ItemManager.retrieveItem(int itemID)
This operation retrieves the Form that represents the Item with id equal
to itemID and returns it to the caller.
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
ItemManager.updateItem(Form form)
This operation updates an Item that is managed by the ItemManager using
the Form for that Item and returns the status of that Item.
|
Modifier and Type | Method and Description |
---|---|
void |
Form.copy(Form otherForm)
This operation performs a deep copy of the attributes of another Form
into the current Form.
|
Modifier and Type | Class and Description |
---|---|
class |
PainfullySimpleForm
The PainfullySimpleForm is a Form that is initialized from a InputStream that
contains the serialized contents of a Form in the Painfully Simple Form file format (PSF).
|
Modifier and Type | Method and Description |
---|---|
Form |
IFormWidget.getForm()
This operation retrieves the Form from the IFormWidget and should be used whenever an update is dispatched from the Widget to a Listener.
|
Form |
IExtraInfoWidget.getForm()
This operation retrieves the Form from the Widget.
|
Modifier and Type | Method and Description |
---|---|
void |
IProcessEventListener.cancelRequested(Form form,
java.lang.String process)
This operation directs the listener to cancel the last process request for the Form.
|
void |
IUpdateEventListener.formUpdated(Form form)
This operation notifies the listener that the included Form has been updated.
|
void |
IProcessEventListener.processSelected(Form form,
java.lang.String process)
This operation notifies the listener that the Form has been marked to be processed.
|
void |
IFormWidget.setForm(Form form)
This operation sets the Form that should be displayed by the Widget.
|
void |
IExtraInfoWidget.setForm(Form form)
This operation sets the Form that should be displayed by the Widget.
|
Modifier and Type | Method and Description |
---|---|
Form |
CSVReader.read(org.eclipse.core.resources.IFile file) |
Modifier and Type | Method and Description |
---|---|
Form |
INIReader.read(org.eclipse.core.resources.IFile file)
Read through an INI file by reading each section.
|
Modifier and Type | Method and Description |
---|---|
void |
INIWriter.write(Form form,
org.eclipse.core.resources.IFile file)
Writes out an INI file from the given Form to the given IFile.
|
Modifier and Type | Method and Description |
---|---|
Form |
IPSReader.read(org.eclipse.core.resources.IFile ifile)
Reads in the given IFile to the VibeModel datastructures.
|
Modifier and Type | Method and Description |
---|---|
void |
IPSWriter.write(Form form,
org.eclipse.core.resources.IFile ifile)
Writes out an INI file from the given Form to the given IFile.
|
Modifier and Type | Method and Description |
---|---|
Form |
IReader.read(org.eclipse.core.resources.IFile file)
Return a Form representation of the input file with given URI.
|
Modifier and Type | Method and Description |
---|---|
void |
IWriter.write(Form formToWrite,
org.eclipse.core.resources.IFile file)
This method lets clients write a Form to a specific file format.
|
void |
ITemplatedWriter.write(Form formToWrite,
org.eclipse.core.resources.IFile file)
This method lets clients write a Form to a specific file format.
|
Modifier and Type | Method and Description |
---|---|
Form |
Item.getForm()
This operation returns a Form for the Item.
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
Item.submitForm(Form preparedForm)
This operation submits a Form to the Item for processing.
|
Modifier and Type | Class and Description |
---|---|
class |
LoginInfoForm
A LoginInfoForm is a Form with a single DataComponent and two Entries.
|
Modifier and Type | Method and Description |
---|---|
Form |
Action.getForm()
This operation retrieves a Form from the Action that is used to request
additional, unexpected information from the user such as a login username
and password.
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
JobLaunchAction.submitForm(Form form)
This operation overrides Action.submitForm to add the Form to an Atomic
container instead of the default Form class variable.
|
FormStatus |
Action.submitForm(Form form)
This operation submits a Form to the Action that contains additional,
unexpected information from the user such as a login username and
password.
|
Modifier and Type | Class and Description |
---|---|
class |
JobLauncherForm
The JobLauncherForm is a subclass of Form that is specialized to work with
the JobLauncher Item.
|
Modifier and Type | Method and Description |
---|---|
Form |
MultiLauncher.getForm()
This operation overrides Item.getForm() to return the proper Form for one
of the launchers if it is needed.
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
MultiLauncher.submitForm(Form preparedForm)
This operation overrides Item.submitForm() to make sure that the Form is
submitted to the proper JobLauncher and not submitted to an Action.
|
Modifier and Type | Class and Description |
---|---|
class |
JobProfileForm
The JobProfileForm is a subclass of Form that is specialized to work with the
JobProfile Item.
|
Modifier and Type | Method and Description |
---|---|
Form |
MOOSEFileHandler.read(org.eclipse.core.resources.IFile file)
This realization of IReader.read() takes the given file reference, gets
its file extension, and calls the appropriate routines to either load a
MOOSE input file or a MOOSE YAML specification.
|
Modifier and Type | Method and Description |
---|---|
void |
MOOSEFileHandler.write(Form formToWrite,
org.eclipse.core.resources.IFile file)
This realization of IWriter.write() gets a valid TreeComposite from the
provided Form and writes it to the given file reference as a valid MOOSE
*.i input file.
|
Modifier and Type | Method and Description |
---|---|
Form |
XMLPersistenceProvider.read(org.eclipse.core.resources.IFile file) |
Modifier and Type | Method and Description |
---|---|
void |
XMLPersistenceProvider.write(Form formToWrite,
org.eclipse.core.resources.IFile file) |
Modifier and Type | Method and Description |
---|---|
Form |
VibeKVPair.read(org.eclipse.core.resources.IFile ifile)
Reads in the KV Pair file to a form.
|
Modifier and Type | Method and Description |
---|---|
void |
VibeKVPair.write(Form formToWrite,
org.eclipse.core.resources.IFile ifile)
Writes the KV pair file from the given form
|