Class SimpleArea

java.lang.Object
org.luwrain.controls.NavigationArea
org.luwrain.controls.SimpleArea
All Implemented Interfaces:
ClipboardTranslator.Provider, RegionTextQueryTranslator.Provider, Area, HotPoint, HotPointControl, Lines, MutableLines
Direct Known Subclasses:
ProgressArea

public class SimpleArea extends NavigationArea implements MutableLines
{code Area} interface implementation with internal lines storing. This area type has its own lines container based on MutableLinesImpl class. It is the minimal area implementation which doesn't have any abstract methods. It is useful, if it is necessary to have an area with some static content, available for changing through the operations of MutableLines interface.