|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.edit.cobol.ISeriesEditorCobolILEMarkElementProperties
public class ISeriesEditorCobolILEMarkElementProperties
This class encapsulates property sheet properties for MarkElement. This will display properties for the MarkElement when selected in the readme editor's content outline.
Field Summary | |
---|---|
static String |
Copyright
|
protected ISeriesEditorCobolILEMarkElement |
element
|
protected static String |
PROPERTY_LENGTH
|
protected static String |
PROPERTY_LINECOUNT
|
protected static String |
PROPERTY_START
|
Constructor Summary | |
---|---|
ISeriesEditorCobolILEMarkElementProperties(ISeriesEditorCobolILEMarkElement element)
TextElementProperties constructor. |
Method Summary | |
---|---|
Object |
getEditableValue()
Returns an editable version of the object. |
IPropertyDescriptor[] |
getPropertyDescriptors()
Returns a list of property descriptors for all properties supported by MarkElement. |
Object |
getPropertyValue(Object name)
Returns the value for the property with a given name. |
boolean |
isPropertySet(Object property)
Answers true if the value of the specified property for this object has been changed from the default. |
void |
resetPropertyValue(Object property)
Resets the specified property's value to its default value. |
void |
setPropertyValue(Object name,
Object value)
Sets the new value for the property with a given name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
protected ISeriesEditorCobolILEMarkElement element
protected static final String PROPERTY_LINECOUNT
protected static final String PROPERTY_START
protected static final String PROPERTY_LENGTH
Constructor Detail |
---|
public ISeriesEditorCobolILEMarkElementProperties(ISeriesEditorCobolILEMarkElement element)
element
- the element whose properties this instance representsMethod Detail |
---|
public Object getEditableValue()
public IPropertyDescriptor[] getPropertyDescriptors()
public Object getPropertyValue(Object name)
name
- the name to return a value for
public boolean isPropertySet(Object property)
property
- the property to check
public void resetPropertyValue(Object property)
property
- the property to resetpublic void setPropertyValue(Object name, Object value)
name
- the name of the property to setvalue
- the value of the property to set
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |