Package | Description |
---|---|
org.eclipse.ice.datastructures.form | |
org.eclipse.ice.viz | |
org.eclipse.ice.viz.service.connections |
Modifier and Type | Method and Description |
---|---|
AllowedValueType |
MatrixComponent.getAllowedValueType()
Returns the ICE's AllowedValueType.
|
AllowedValueType |
IEntryContentProvider.getAllowedValueType()
Returns the AllowedValueType.
|
AllowedValueType |
BasicEntryContentProvider.getAllowedValueType()
(non-Javadoc)
|
AllowedValueType |
Entry.getValueType()
This operation returns the type of value that is stored in the Entry.
|
static AllowedValueType |
AllowedValueType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AllowedValueType[] |
AllowedValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IEntryContentProvider.setAllowedValueType(AllowedValueType allowedValueType)
Sets the AllowedValueType.
|
void |
BasicEntryContentProvider.setAllowedValueType(AllowedValueType allowedValueType)
(non-Javadoc)
|
Constructor and Description |
---|
MatrixComponent(boolean isSquare,
AllowedValueType allowedValueType)
The Constructor, takes a boolean argument to indicate whether this matrix
should be a square matrix or a non-square matrix.
|
Modifier and Type | Method and Description |
---|---|
AllowedValueType |
PlotEntryContentProvider.getAllowedValueType()
This operation retrieves the description of the types of values that are
stored in an instance of the Entry class.
|
Modifier and Type | Method and Description |
---|---|
void |
PlotEntryContentProvider.setAllowedValueType(AllowedValueType type) |
Modifier and Type | Method and Description |
---|---|
void |
PortEntryContentProvider.setAllowedValueType(AllowedValueType allowedValueType)
Does nothing.
|
void |
KeyEntryContentProvider.setAllowedValueType(AllowedValueType allowedValueType)
Does nothing.
|