Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Entry> |
IAnalysisAsset.getPropertiesAsEntryList()
This operation returns the asset's properties as a list of Entry objects.
|
Modifier and Type | Method and Description |
---|---|
Entry |
TreeProperty.getEntry()
Gets the actual "property" or "parameter".
|
Constructor and Description |
---|
TreeProperty(int id,
TreeComposite tree,
DataComponent dataNode,
Entry entry)
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
Entry |
EntryComposite.getEntry()
Returns the entry stored on this composite
|
Constructor and Description |
---|
EntryComposite(org.eclipse.swt.widgets.Composite parent,
int style,
Entry refEntry)
The Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
MeshViewComposite.setFileEntry(Entry fileEntry)
Sets the current
Entry whose value is treated as a file that
should be rendered via the preferred visualization service. |
Constructor and Description |
---|
EntryListener(Entry entry)
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
Entry |
DataComponent.retrieveEntry(java.lang.String entryName)
This operation retrieves the Entry with name entryName from the Form.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Entry> |
TableComponent.getRow(int index)
This operation retrieves an individual row from the Table.
|
java.util.ArrayList<Entry> |
TableComponent.getRowTemplate()
This operation returns the row template for this TableComponent.
|
java.util.ArrayList<Entry> |
TimeDataComponent.retrieveAllEntries()
Overrides DataComponent's implementation of retrieveAllEntries.
|
java.util.ArrayList<Entry> |
DataComponent.retrieveAllEntries()
This operation will return all of the Entries in the Form regardless of
their dependency or preparation status.
|
java.util.ArrayList<Entry> |
DataComponent.retrieveReadyEntries()
This operation retrieves those Entries in the Form that are currently
ready to be answered by the Eclipse User.
|
Modifier and Type | Method and Description |
---|---|
void |
TimeDataComponent.addEntry(Entry newEntry)
Overrides and does nothing.
|
void |
DataComponent.addEntry(Entry newEntry)
This operation adds an entry to the DataComponent.
|
void |
TimeDataComponent.addEntry(Entry newEntry,
java.lang.String... parentNames)
Overrides and does nothing.
|
void |
DataComponent.addEntry(Entry newEntry,
java.lang.String... parentNames)
This operation adds an Entry to the DataComponent and specifies the name
of another Entry on which it is dependent.
|
void |
Entry.copy(Entry otherEntry)
This operation performs a deep copy of the attributes of another Entry
into the current Entry.
|
Modifier and Type | Method and Description |
---|---|
void |
TableComponent.setRowTemplate(java.util.ArrayList<Entry> template)
This operation sets the collection of Entries which should be used as the
template for this table.
|
Modifier and Type | Class and Description |
---|---|
class |
EMFEntry
EMFEntry is a subclass of Entry that modifies a unique EAttribute instance
each time its value is changed.
|
Modifier and Type | Class and Description |
---|---|
class |
PainfullySimpleEntry
A PainfullySimpleEntry is used by the PainfullySimpleForm in place of a
regular Entry because it can be loaded from a string that takes a block of a
Painfully Simple Form file as input.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Entry> |
ICEResource.getProperties()
This operation associates a set of Entries with the resource that
describe specific properties.
|
Modifier and Type | Method and Description |
---|---|
void |
ICEResource.setProperties(java.util.ArrayList<Entry> props)
This operation returns the set of Entries that describe specific
properties of the resource.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Entry> |
CSVReader.findAll(org.eclipse.core.resources.IFile file,
java.lang.String regex) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Entry> |
INIReader.findAll(org.eclipse.core.resources.IFile file,
java.lang.String regex)
Searches a given IFile for content that matches a given regular
expression.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Entry> |
IPSReader.findAll(org.eclipse.core.resources.IFile ifile,
java.lang.String regex)
Searches a given IFile for content that matches a given regular
expression.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Entry> |
IReader.findAll(org.eclipse.core.resources.IFile file,
java.lang.String regex)
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.
|
Modifier and Type | Method and Description |
---|---|
ICEResource |
Item.getResource(Entry file)
This method is similar to
Item.getResource(String) , except that
it takes in an Entry instead. |
Modifier and Type | Method and Description |
---|---|
Entry |
Parameter.toEntry()
This operation returns this parameter as an ICE Entry with
AllowedValueType.Undefined.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Entry> |
MOOSEFileHandler.findAll(org.eclipse.core.resources.IFile file,
java.lang.String regex)
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Parameter.fromEntry(Entry entry)
This operation will load a Parameter from an Entry following the same
rules as in toEntry().
|
Modifier and Type | Method and Description |
---|---|
Entry |
Parameter.toEntry()
This operation returns this parameter as an ICE Entry.
|
Modifier and Type | Method and Description |
---|---|
void |
Parameter.fromEntry(Entry entry)
This operation loads the Parameter from an Entry.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Entry> |
KDDAnalysisDocument.getAssetPropertiesAsEntryList(java.lang.String assetName)
Return the asset properties of the given available asset name as a list
of Entries.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Entry> |
KDDStrategy.getPropertiesAsEntryList()
This operation returns the asset's properties as a list of Entry objects.
|
java.util.ArrayList<Entry> |
KDDStrategyFactory.getStrategyProperties(java.lang.String availableAsset) |
java.util.ArrayList<Entry> |
IStrategyBuilder.getStrategyPropertiesAsEntries()
Return this IStrategyBuilder's KDDStrategy configurable properties as a
list of ICE DataStructures Entries.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Entry> |
GodfreyStrategy.getPropertiesAsEntryList()
This operation returns the asset's properties as a list of Entry objects.
|
java.util.ArrayList<Entry> |
GodfreyBuilder.getStrategyPropertiesAsEntries()
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Entry> |
RawKMeansStrategy.getPropertiesAsEntryList()
This operation returns the asset's properties as a list of Entry objects.
|
java.util.ArrayList<Entry> |
ComparativeKMeansStrategy.getPropertiesAsEntryList() |
java.util.ArrayList<Entry> |
RawKMeansBuilder.getStrategyPropertiesAsEntries() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Entry> |
XMLPersistenceProvider.findAll(org.eclipse.core.resources.IFile file,
java.lang.String regex) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Entry> |
VibeKVPair.findAll(org.eclipse.core.resources.IFile file,
java.lang.String regex) |
Modifier and Type | Class and Description |
---|---|
class |
KeyEntry
A
KeyEntry is essentially a basic Entry with a single caveat:
Its value and allowed values are managed by a IKeyManager . |
class |
PortEntry
This class provides an
Entry that is a "continuous" Entry
with a twist: instead of the allowed values' being a range between two
doubles, they are a range between two integers. |
class |
SecretEntry
A
SecretEntry is simply an Entry whose secret flag is set to
true. |
Modifier and Type | Method and Description |
---|---|
java.util.List<Entry> |
ConnectionTable.getConnection(java.lang.String name)
Gets the row from the underlying
TableComponent corresponding to
the name of the connection. |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
ConnectionAdapter.setConnectionProperties(java.util.List<Entry> properties) |
boolean |
IConnectionAdapter.setConnectionProperties(java.util.List<Entry> properties)
Sets the connection's required properties based on the provided list of
Entry s (usually a row from a ConnectionTable ). |
void |
ConnectionTable.setRowTemplate(java.util.ArrayList<Entry> template)
Does nothing.
|
Modifier and Type | Method and Description |
---|---|
boolean |
VisItConnectionAdapter.setConnectionProperties(java.util.List<Entry> row) |
Modifier and Type | Method and Description |
---|---|
void |
VisitPlotViewer.addPlot(Entry entry)
Adds a plot to the current set of VisIt plots.
|
void |
VisitPlotViewer.drawPlot(Entry entry)
This method draws the plot for the specified entry if it is one of the
selected plots.
|
void |
VisitPlotViewer.removePlot(Entry entry)
Removes a plot from the current set of VisIt plots.
|