org.beanfabrics.swt.model
Interface IImagePM

All Superinterfaces:
Bean, ContextOwner, HasComparable, IValuePM, PresentationModel, Supportable, Validatable
All Known Implementing Classes:
ImageTextPM

public interface IImagePM
extends IValuePM


Method Summary
 org.eclipse.swt.graphics.Image getImage()
           
 
Methods inherited from interface org.beanfabrics.model.IValuePM
getDescription, getTitle, isEditable, isEmpty, isMandatory, setDescription, setEditable, setMandatory, setTitle
 
Methods inherited from interface org.beanfabrics.Bean
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeSupport, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from interface org.beanfabrics.validation.Validatable
getValidationState, getValidator, isValid, revalidate
 
Methods inherited from interface org.beanfabrics.support.Supportable
getSupportMap
 
Methods inherited from interface org.beanfabrics.context.ContextOwner
getContext
 
Methods inherited from interface org.beanfabrics.HasComparable
getComparable
 

Method Detail

getImage

org.eclipse.swt.graphics.Image getImage()