org.fife.rtext
Interface ContentAssistable

All Known Implementing Classes:
ContentAssistField

public interface ContentAssistable

A component (such as a text field) that supports content assist. Implementations will fire a property change event of type ASSISTANCE_IMAGE when content assist is enabled or disabled.

Version:
1.0
Author:
Robert Futrell

Field Summary
static java.lang.String ASSISTANCE_IMAGE
          Property event fired when the image to use when the component is focused changes.
 

Field Detail

ASSISTANCE_IMAGE

public static final java.lang.String ASSISTANCE_IMAGE
Property event fired when the image to use when the component is focused changes. This will either be null for "no image," or a java.awt.Image.

See Also:
Constant Field Values