| org.eclipse.ui.views.markers.internal.IField
All known Subclasses: org.eclipse.ui.views.markers.internal.FieldId, org.eclipse.ui.views.markers.internal.AbstractField, org.eclipse.ui.views.markers.internal.FieldDummy,
IField | public interface IField (Code) | | IField is the definition of fields for marker views.
|
compare | int compare(Object obj1, Object obj2)(Code) | | Parameters: obj1 - Parameters: obj2 - Either:a negative number if the value of obj1 is less than the value of obj2 for this field.0 if the value of obj1 and the value of obj2 are equal for this field.a positive number if the value of obj1 is greater than the value of obj2 for this field. |
getColumnHeaderImage | Image getColumnHeaderImage()(Code) | | The image to be displayed in the column header for this field or null. |
getColumnHeaderText | String getColumnHeaderText()(Code) | | The text to be displayed in the column header for this field. |
getDescription | String getDescription()(Code) | | String the description of the field. |
getDescriptionImage | Image getDescriptionImage()(Code) | | the image associated with the description of the field or null. |
getImage | Image getImage(Object obj)(Code) | | Parameters: obj - The image value of the object for this particular field to be displayed to the useror null. |
getPreferredWidth | int getPreferredWidth()(Code) | | Get the preferred width of the receiver.
int |
getValue | String getValue(Object obj)(Code) | | Parameters: obj - The String value of the object for this particular field to be displayed to the user. |
isShowing | boolean isShowing()(Code) | | Return whether not the receiver is showing.
boolean |
setShowing | void setShowing(boolean showing)(Code) | | Set whether or not the receiver is showing.
Parameters: showing - |
|
|