INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "String component"
project: "Visual Eiffel"
revision: "$Revision: 1.1 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: grape
class STRING_COMPONENT
inherit

COMPONENT
end
creation

make
feature

contents: STRING

make (s: STRING)

contents_to_string: STRING

is_string: BOOLEAN

on_self_drawing (gc: DISPLAY_GRAPHICS_CONTEXT; x, y, w, h: INTEGER; selected, focused, disabled: BOOLEAN)
end -- class STRING_COMPONENT

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES