- FeatureSet - Class in org.eclipse.ice.reactor
-
A convience class that holds a IData for the java collection on the
LWRComponent.
- FeatureSet(String) - Constructor for class org.eclipse.ice.reactor.FeatureSet
-
The constructor.
- FeatureSet - Class in org.eclipse.ice.reactor.sfr.base
-
A convenience class that holds IData for the Java Collection on the
SFRComponent.
- FeatureSet(String) - Constructor for class org.eclipse.ice.reactor.sfr.base.FeatureSet
-
Parameterized constructor specifying the feature type.
- fileDataComponentId - Static variable in class org.eclipse.ice.item.nuclear.MOOSEModel
-
The ID of the DataComponent containing the output file name.
- filesId - Static variable in class org.eclipse.ice.item.jobLauncher.JobLauncherForm
-
The id of the files data component.
- fillCoolBar(ICoolBarManager) - Method in class org.eclipse.ice.client.common.ClientActionBarAdvisor
-
This operation overrides fillCoolBar to setup the CoolBar for ICE.
- findAll(IFile, String) - Method in class org.eclipse.ice.io.csv.CSVReader
-
- findAll(IFile, String) - Method in class org.eclipse.ice.io.ini.INIReader
-
Searches a given IFile for content that matches a given regular
expression.
- findAll(IFile, String) - Method in class org.eclipse.ice.io.ips.IPSReader
-
Searches a given IFile for content that matches a given regular
expression.
- findAll(IFile, String) - Method in interface org.eclipse.ice.io.serializable.IReader
-
This method can be used by realizations of this interface to provide the
functionality needed to find all occurrences of a String regular
expression in a file with the given URI and return a list of Entries
representing those occurrences.
- findAll(IFile, String) - Method in class org.eclipse.ice.item.utilities.moose.MOOSEFileHandler
-
This realization of IReader.findAll() reads a Form in from the given file
reference and walks the corresponding TreeComposite for occurrences of
the given regular expression.
- findAll(IFile, String) - Method in class org.eclipse.ice.persistence.xml.XMLPersistenceProvider
-
- findAll(IFile, String) - Method in class org.eclipse.ice.vibe.kvPair.VibeKVPair
-
- FlightCamera - Class in org.eclipse.ice.client.widgets.jme
-
This class provides a custom camera similar in concept to the default jME
FlyByCamera
.
- FlightCamera(Camera) - Constructor for class org.eclipse.ice.client.widgets.jme.FlightCamera
-
The default constructor.
- FlowJunction - Class in org.eclipse.ice.reactor.plant
-
Joint for flow.
- FlowJunction() - Constructor for class org.eclipse.ice.reactor.plant.FlowJunction
-
Nullary constructor (calls superconstructor).
- ForkStorkHandler - Class in org.eclipse.ice.client.widgets.moose.wizards
-
The ForkStorkHandler displays a Wizard to the user to gather a new MOOSE
application name and the users GitHub credentials, and then forks
idaholab/stork and renames the repository to the provided application name.
- ForkStorkHandler() - Constructor for class org.eclipse.ice.client.widgets.moose.wizards.ForkStorkHandler
-
- ForkStorkWizard - Class in org.eclipse.ice.client.widgets.moose.wizards
-
The ForkStorkWizard is a subclass of Wizard that provides a
ForkStorkWizardPage to get user input for forking the MOOSE Stork.
- ForkStorkWizard() - Constructor for class org.eclipse.ice.client.widgets.moose.wizards.ForkStorkWizard
-
A nullary constructor.
- ForkStorkWizard(IWorkbenchWindow) - Constructor for class org.eclipse.ice.client.widgets.moose.wizards.ForkStorkWizard
-
The default constructor.
- ForkStorkWizardPage - Class in org.eclipse.ice.client.widgets.moose.wizards
-
The ForkStorkWizardPage is a subclass of WizardPage that
provides a Composite for the Wizard that takes the user's
desired MOOSE app name and GitHub credentials for forking the
MOOSE stork.
- Form - Class in org.eclipse.ice.datastructures.form
-
The Form class is a representation of the Item class and contains all of the
Entries that must be addressed by the Eclipse User before the Item can
perform its task or tasks.
- Form() - Constructor for class org.eclipse.ice.datastructures.form.Form
-
The constructor.
- FormStatus - Enum in org.eclipse.ice.datastructures.form
-
This enumeration describes the degree to which the Form is found acceptable.
- formToolkit - Variable in class org.eclipse.ice.client.widgets.DataComponentComposite
-
The FormToolkit
used by the parent Form
.
- formUpdated(Form) - Method in class org.eclipse.ice.client.internal.Client
-
(non-Javadoc)
- formUpdated(Form) - Method in interface org.eclipse.ice.iclient.uiwidgets.IUpdateEventListener
-
This operation notifies the listener that the included Form has been updated.
- FrameRateChangeAction - Class in org.eclipse.ice.client.widgets
-
This class is an Action that appears in a play button drop-down menu with
either a set frame rate or access to a custom frame rate dialog.
- FrameRateChangeAction(PlayAction, String) - Constructor for class org.eclipse.ice.client.widgets.FrameRateChangeAction
-
The constructor for custom frame rate menu items.
- FrameRateChangeAction(int, PlayAction, String) - Constructor for class org.eclipse.ice.client.widgets.FrameRateChangeAction
-
The constructor for input set frame rates.
- fromEntry(Entry) - Method in class org.eclipse.ice.item.utilities.moose.Parameter
-
This operation will load a Parameter from an Entry following the same
rules as in toEntry().
- fromEntry(Entry) - Method in class org.eclipse.ice.item.utilities.trilinos.Parameter
-
This operation loads the Parameter from an Entry.
- fromGetPot(ArrayList<String>) - Method in class org.eclipse.ice.item.utilities.moose.Block
-
An alternative version of fromGetPot that uses a properly assembled array
list of the lines.
- fromGetPot(String) - Method in class org.eclipse.ice.item.utilities.moose.Block
-
This operation loads the Block based on the content of a
GetPot-compatible String.
- fromId(String) - Static method in enum org.eclipse.ice.datastructures.form.mesh.BoundaryConditionType
-
Gets a BoundaryConditionType from a string ID.
- fromID(String) - Static method in enum org.eclipse.ice.viz.service.visit.ConnectionPreference
-
Converts a string ID to an enum value.
- fromString(String) - Static method in enum org.eclipse.ice.item.nuclear.MOOSEModel.TreeType
-
This method performs a lookup to return a tree type based on an input
string, assumed to be equal to getClass().toString().
- fromString(String) - Method in class org.eclipse.ice.item.utilities.moose.Parameter
-
This operation reads the parameter from a string of the form name =
defaultValue and loads the name and default value.
- fromString(String) - Static method in enum org.eclipse.ice.reactor.sfr.core.AssemblyType
-
Converts a String to an AssemblyType enum value.
- fromTreeComposite(TreeComposite) - Method in class org.eclipse.ice.item.utilities.moose.Block
-
This operation creates a fully-initialized Block from a TreeComposite.
- fromTreeComposite(TreeComposite) - Method in class org.eclipse.ice.item.utilities.trilinos.ParameterList
-
This operations loads a ParameterList from an ICE TreeComposite.
- FuelAssembly - Class in org.eclipse.ice.reactor.pwr
-
The FuelAssembly class is a PWRAssembly populated with a collection of Tubes
positioned on a fixed grid.
- FuelAssembly(int) - Constructor for class org.eclipse.ice.reactor.pwr.FuelAssembly
-
A parameterized Constructor.
- FuelAssembly(String, int) - Constructor for class org.eclipse.ice.reactor.pwr.FuelAssembly
-
A parameterized Constructor.