[prev] [up] [next]

Text and other lists are displayed in:

SelectionInListView

Listviews allow selections to be made in a list of entries. Both single and multiple selections are provided.

FileListView

A specialized listview for making a file selection. It knows about directories and displays them differently. Also, allows selective hiding of directories, files or entries which match some pattern.

PopUpList

A button which shows a selectionlist when pressed

TextView

A view for the display of readonly text. These views do not support editing and have no concept of a cursor. However, they support selections.
TextViews can only be used to display readonly text.

EditTextView

A view for the display and editing of text. Adds many editing operations and cursor handling.

CodeView

An editTextView, which ``knows'' that it displays smalltalk code. Adds some language specific operations to its menu.

Workspace

A view for expression evaluation


Copyright © 1995 Claus Gittinger Development & Consulting

<cg at exept.de>

Doc $Revision: 1.3 $ $Date: 2021/03/13 18:24:50 $