uk.ac.essex.common.gui.panel
Interface Focusable

All Known Implementing Classes:
ImagePane, ImageViewerOpImage, IVDicomOpImage, IVImagePane

public interface Focusable

An interface for objects that gain and loss focus. This interface is defined to process the focus-related events and get the focus status of the object.


Method Summary
 boolean isFocused()
          Get the focus status.
 void setFocused(boolean b)
          Process focus-related events.
 

Method Detail

setFocused

void setFocused(boolean b)
Process focus-related events.


isFocused

boolean isFocused()
Get the focus status.