All Packages Class Hierarchy This Package Previous Next Index
Class JObserve.Field
java.lang.Object
|
+----JObserve.FieldLink
|
+----JObserve.Field
- public class Field
- extends FieldLink
Base class for scan fields
Defines structures and member functions for the manipulation,
display and editing of scan information.
All subclasses must also define a "Value" member of the appropriate type.
- See Also:
- FieldList
-
Constant
- If true the associated data may not be edited by the user.
-
Present
- Indicates the presence and providence of the associated data.
-
Field()
- Default constructor
-
Field(Field)
- Copy constructor
-
Delete(Scan)
- Delete current value and replace with default
Present
public int Present
- Indicates the presence and providence of the associated data.
Constant
public boolean Constant
- If true the associated data may not be edited by the user.
Field
public Field()
- Default constructor
Field
public Field(Field in)
- Copy constructor
- Parameters:
-
Field
- object to copy
Delete
public void Delete(Scan Current)
- Delete current value and replace with default
- Parameters:
- Scan - of which this field is a member.
- Overrides:
- Delete in class FieldLink
All Packages Class Hierarchy This Package Previous Next Index