|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableElement
Interface used by the abstract table to get the labels of it's items.
Method Summary | |
---|---|
boolean |
canModify(java.lang.String pProperty)
Defines whether the column cell corresponding to the property can be modified. |
org.eclipse.swt.graphics.Image |
getImage(java.lang.String pProperty)
Returns the column image corresponding to the property. |
java.lang.String |
getLabel(java.lang.String pProperty)
Returns the column label corresponding to the property. |
java.lang.String[] |
getProperties()
|
java.lang.Object |
getValue(java.lang.String pProperty)
Returns the column value corresponding to the property. |
void |
setValue(java.lang.String pProperty,
java.lang.Object pValue)
Sets the column value corresponding to the property. |
Method Detail |
---|
org.eclipse.swt.graphics.Image getImage(java.lang.String pProperty)
pProperty
- the property designating the column
java.lang.String getLabel(java.lang.String pProperty)
pProperty
- the property designating the column
java.lang.String[] getProperties()
boolean canModify(java.lang.String pProperty)
pProperty
- the property designating the column
true
if the cell is editable.java.lang.Object getValue(java.lang.String pProperty)
pProperty
- the property designating the column
void setValue(java.lang.String pProperty, java.lang.Object pValue)
pProperty
- the property designating the columnpValue
- the new value for the column
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |